coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Vincent BENAYOUN <benayoun.vincent AT gmail.com>
- To: coq-club AT inria.fr
- Subject: [Coq-Club] Unable to do "induction ... eqn:.."
- Date: Wed, 28 Nov 2012 11:55:30 +0100
Hi all,
I need to use the tactic "induction term eqn:naming_intro_pattern" in some of my proofs but I get an error message.
Here is a simplified version of my problem.
If I remove "eqn:toto" from the following proof it works perfectly.
But why does it fail with "eqn:toto" ???
Inductive bbb : nat -> Prop :=
| BBB : bbb 0.
Lemma bbb_theorem :
forall (n:nat), bbb n -> n = 0.
Proof.
intros n HHH.
induction HHH eqn:toto.
reflexivity.
Qed.
Thanks,
Vincent
- [Coq-Club] Unable to do "induction ... eqn:..", Vincent BENAYOUN, 11/28/2012
- Re: [Coq-Club] Unable to do "induction ... eqn:..", Arnaud Spiwack, 11/29/2012
Archive powered by MHonArc 2.6.18.