Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem with a simple proof

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem with a simple proof


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Jieung Kim <gbali AT kaist.ac.kr>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Problem with a simple proof
  • Date: Thu, 07 Apr 2011 09:40:37 -0400

Jieung Kim wrote:
I have one more question about a proof.

Is this a proof that you've already worked out informally? That's an appropriate first step before asking for Coq-specific advice, in which case you should be asking how to encode particular steps of your informal proof, rather than the theorem overall.

For example, In this case, I think I cannot prove

    *Lemma sub_ty_same_or_not: forall t1 t2, (sub_ty t1 t2) \/
    ~(sub_ty t1 t2).*


This theorem looks provable to me.



Archive powered by MhonArc 2.6.16.

Top of Page