Skip to Content.
Sympa Menu

coq-club - [Coq-Club] simplify_eq bug?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] simplify_eq bug?


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] simplify_eq bug?
  • Date: Tue, 06 May 2014 16:32:17 -0400

Is the following a bug?  It certainly appears to be a different behavior than the Reference Manual suggests:
Goal forall (n : nat), n = S n -> False.
  intros n H.
  simplify_eq H.

Instead of behaving like discriminate or injection (both of which fail on H), the above simplify_eq H just copies H into the consequent. 

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page