Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] local definition in proof mode

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] local definition in proof mode


chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: andr� hirschowitz <ah AT unice.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] local definition in proof mode
  • Date: Wed, 7 Apr 2010 13:22:23 -0400

You can use [set (a:= ....)].

V.



On Apr 6, 2010, at 6:25 AM, andré hirschowitz wrote:

Hello world,

How can I pose a local definition within a proof

writing something like
pose (myname := ? : mytype)
 instead of
pose (myname := myformula )

in such a way that
-the next goal becomes mytype
-so that myformula can be generated in proof mode
?

Thanks for your attention.

ah







Archive powered by MhonArc 2.6.16.

Top of Page