Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Using apply on a hypothesis with universal quantification

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Using apply on a hypothesis with universal quantification


Chronological Thread 
  • From: Laurent Théry <Laurent.Thery AT inria.fr>
  • To: "Soegtrop, Michael" <michael.soegtrop AT intel.com>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Using apply on a hypothesis with universal quantification
  • Date: Thu, 07 Nov 2013 14:07:17 +0100

On 11/07/2013 02:03 PM, Soegtrop, Michael wrote:
Test2: forall c d:nat, ( forall a b:nat, a = b -> a+a=b+b) -> c = d.
intros c d H.

when I want to leave t

You still can but it is more difficult to build blindly ;-)

assert (G := fun a b H1 => (f_equal S (H a b H1))).




Archive powered by MHonArc 2.6.18.

Top of Page