]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/sty1/fwd.ma
flavour and source information exported for the objects of lambdadelta version 1
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / sty1 / fwd.ma
index f6680fca4f87307f4dd06b6e613825b6e37b6d13..535f3ff11d9c1f31dd46ce07e9dc50b2007184a9 100644 (file)
@@ -16,9 +16,9 @@
 
 include "basic_1/sty1/defs.ma".
 
-let rec sty1_ind (g: G) (c: C) (t1: T) (P: (T \to Prop)) (f: (\forall (t2: 
-T).((sty0 g c t1 t2) \to (P t2)))) (f0: (\forall (t: T).((sty1 g c t1 t) \to 
-((P t) \to (\forall (t2: T).((sty0 g c t t2) \to (P t2))))))) (t: T) (s0: 
+implied let rec sty1_ind (g: G) (c: C) (t1: T) (P: (T \to Prop)) (f: (\forall 
+(t2: T).((sty0 g c t1 t2) \to (P t2)))) (f0: (\forall (t: T).((sty1 g c t1 t) 
+\to ((P t) \to (\forall (t2: T).((sty0 g c t t2) \to (P t2))))))) (t: T) (s0: 
 sty1 g c t1 t) on s0: P t \def match s0 with [(sty1_sty0 t2 s1) \Rightarrow 
 (f t2 s1) | (sty1_sing t0 s1 t2 s2) \Rightarrow (f0 t0 s1 ((sty1_ind g c t1 P 
 f f0) t0 s1) t2 s2)].