Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] local definitions/proof environments

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] local definitions/proof environments


chronological Thread 
  • From: Matthieu Sozeau <mattam AT mattam.org>
  • To: Vladimir Voevodsky <vladimir AT ias.edu>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] local definitions/proof environments
  • Date: Tue, 2 Mar 2010 12:05:17 -0500


Le 2 mars 10 à 09:59, Vladimir Voevodsky a écrit :

Suppose I have some local definitions in a section which are introduced with [Let]. Then they start showing up in the local environments of all the proofs in the section. How can I ask Coq not to display some of these definitions on the "goals" pages of the proofs?

Dear Vladimir,

  you can use either [Definition]s or [Notation]s instead of [Let]
to define abbreviations that won't appear in the proof context.

Hope this helps,
-- Matthieu



Archive powered by MhonArc 2.6.16.

Top of Page