Skip to Content.
Sympa Menu

coq-club - [Coq-Club] "Anomaly" when doing Load self.v

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] "Anomaly" when doing Load self.v


chronological Thread 
  • From: guninski AT guninski.com
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] "Anomaly" when doing Load self.v
  • Date: Wed, 11 May 2011 15:46:56 +0200

"Anomaly" when doing Load self.v

a file named "self.v" having:
Load self.
results in:

Anomaly: uncaught exception Sys_error "/tmp/self.v: Too many open files".
Please report.


please excuse my dumbness:

is normal behavior invoking a lemma to break the future proof of the true 
fact:
"True -> True" (implication).

the lemma magically changes the coq subgoal from True to False after invoking
the lemma. (if i can change it the other way, i will have a fake proof).

is there some theoretical justification the subgoal to be changed to False at
will?

i can give a very short testcase.

thanks.



Archive powered by MhonArc 2.6.16.

Top of Page