diff options
Diffstat (limited to 'theories/Logic/Elimdep.v')
| -rw-r--r-- | theories/Logic/Elimdep.v | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theories/Logic/Elimdep.v b/theories/Logic/Elimdep.v new file mode 100644 index 0000000000..01aed215c6 --- /dev/null +++ b/theories/Logic/Elimdep.v @@ -0,0 +1,15 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(*i $Id$ i*) + +(* Dependent elimination of some logical notions. *) + +Scheme eq_indd := Induction for eq Sort Prop. +Scheme eqT_indd := Induction for eqT Sort Prop. +Scheme or_indd := Induction for or Sort Prop. |
