Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Saving proofs?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Saving proofs?


chronological Thread 
  • From: Wojciech Moczydlowski <wm174746 AT zodiac.mimuw.edu.pl>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] Saving proofs?
  • Date: Mon, 20 Dec 2004 08:55:56 +0100 (CET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

  Hello,

I have a question regarding saving proofs in Coq, namely, how to do it. 
That is, I would like to be able to do the following (in coqtop). 
1. State some lemma.
2. Prove it (using coqtop).
3. Somehow save the proof (and lemma) so that next time I can proceed with 
the development with the lemma proved. 

What I've been doing so far was stating the lemmas in the .v file, and 
simply pasting proofs to this file; this methodology, though, stopped 
being sufficient once proofs got large. The Write State command, which 
from the description could be what I'm looking for, doesn't seem to be 
working. 

Thanks,

Wojtek




Archive powered by MhonArc 2.6.16.

Top of Page