Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Needed assistance in Coq proof for kleene algebra axioms

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Needed assistance in Coq proof for kleene algebra axioms


chronological Thread 
  • From: prateek agarwal <prat0318 AT gmail.com>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] Needed assistance in Coq proof for kleene algebra axioms
  • Date: Tue, 31 Mar 2009 14:22:31 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VN5eoLE/syPcogAQA94NXbIlTKAPV5bQI4ZNJXxzrUe1vJm+KMdKFc0FdcyLgGd427 uCDkokaWJk5JfCHEX2c5F1OWiuLNDvR5medJk8phyqu8h6LevrHnyUGaeB8ngro3NgRp 6VNfeWeNUsN4XDFaDDxlw1JbXTFksDipKMvKM=
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi,
        If anyone has the coq proofs for the axioms of Kleene algebra
and Kleene algebra Tests, I shall be grateful if you could please
provide them to me. Or, I am having a short coq code written for their
proofs, but an error in compilation occurs in lines where ~ and #
symbols are used. I am a newbie in COQ, can anyone please sort out the
error.

<snippet from ka.v>...
Record boolean_theory : Prop := mk_bool {
ba_ax_1 : forall x, x * ~x = 0 ;
...
Error : The term "0" has the type "nat" while it is expected to have type 
"Set".

-- 
Prateek Agarwal
Senior Undergraduate Student
Dept. of Computer Science And Engg.
Indian Institute of Technology, Kharagpur

"Half the people you know are below average."

Attachment: ka.v
Description: Binary data




Archive powered by MhonArc 2.6.16.

Top of Page