Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Default inversion principle

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Default inversion principle


Chronological Thread 
  • From: "Fabian Pijcke" <fabian.pijcke AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Default inversion principle
  • Date: Wed, 23 Jul 2014 20:15:01 +0200

Dear list,

I use the tactic "inversion H using myinversionprinciple.".

However, the principle I come with has several flaws. For example, it does not
introduce new variables automatically, and doesn't skip the trivially false
cases.

Is there a way to Check the default induction principle used for an Inductive
type ?

Have a nice day,

Fabian Pijcke



Archive powered by MHonArc 2.6.18.

Top of Page