Skip to Content.
Sympa Menu

coq-club - [Coq-Club] What is missing in my proof?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] What is missing in my proof?


chronological Thread 
  • From: Victor Porton <porton AT narod.ru>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] What is missing in my proof?
  • Date: Tue, 15 Nov 2011 23:28:57 +0400
  • Envelope-from: porton AT yandex.ru

The following is an example of a proof which uses GAIA ( 
http://www-sop.inria.fr/apics/gaia/tralics/bset1.xml ;).

Coq says

Warning: Insufficient justification.

What I miss to make the justification sufficient? I am a beginner in writing 
Coq proofs but want to learn.

[[[[
Require Import sset2.

Variable s: Set.
Variable mygraph: Set.

Lemma TwoInside: sub mygraph (product s s) = is_graph mygraph & sub (domain 
mygraph) s & sub (range mygraph) s.
proof.
  have thesis by corr_propcc.
end proof. Qed.
]]]]

-- 
Victor Porton - http://portonvictor.org



Archive powered by MhonArc 2.6.16.

Top of Page