Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Default inversion principle


Chronological Thread 
  • From: Jonathan <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Default inversion principle
  • Date: Wed, 23 Jul 2014 14:19:46 -0400

On 07/23/2014 02:15 PM, Fabian Pijcke wrote:
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 ?

You mean, just to examine an existing one to see how it is defined? Try: Print nat_ind.

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page