Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Complete a lemma with its proof (generation from a definition)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Complete a lemma with its proof (generation from a definition)


chronological Thread 
  • From: "Devisschere Yann" <devissch AT enseirb.fr>
  • To: <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] Complete a lemma with its proof (generation from a definition)
  • Date: Tue, 29 Mar 2005 22:09:45 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

I want to create a lemma and its proof from a definition.
I succeed in constructing a modified lemma from a typical definition. And now I would like to automaticaly associate a proof to complete the lemma definition.
Currently, I've got a general Ltac tactic which allows me to prove all the lemmas corresponding to the awaited definitions.
I'd like to know If there exists a simple way to automaticaly complete the proof in ML, after having declared the lemma with the Command.start_proof.
 
Yann Devisschere



Archive powered by MhonArc 2.6.16.

Top of Page