]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_1/cnt/fwd.ma
92273769901cbe8a44f6d6f9fdbb4a8b5ac82ec2
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / cnt / fwd.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "basic_1/cnt/defs.ma".
18
19 implied rec lemma cnt_ind (P: (T \to Prop)) (f: (\forall (n: nat).(P (TSort 
20 n)))) (f0: (\forall (t: T).((cnt t) \to ((P t) \to (\forall (k: K).(\forall 
21 (v: T).(P (THead k v t)))))))) (t: T) (c: cnt t) on c: P t \def match c with 
22 [(cnt_sort n) \Rightarrow (f n) | (cnt_head t0 c0 k v) \Rightarrow (f0 t0 c0 
23 ((cnt_ind P f f0) t0 c0) k v)].
24