Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] simplify_eq bug?


Chronological Thread 
  • From: Pierre Courtieu <pierre.courtieu AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] simplify_eq bug?
  • Date: Wed, 7 May 2014 13:38:57 +0200

Hi,

2014-05-06 22:32 GMT+02:00 Jonathan
<jonikelee AT gmail.com>:
> Goal forall (n : nat), n = S n -> False.
> intros n H.
> simplify_eq H.

It does behave like inversion/injection. If you do inversion you also
have a copy of H. This is not a bug, this property needs a real
induction on n to be proved. It is not a consequence of a trivial case
analysis like the one proved by injection/inversion, you need an
induction hypothesis.

Best regards,
Pierre Courtieu



Archive powered by MHonArc 2.6.18.

Top of Page