]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/pr1/fwd.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / pr1 / fwd.ma
index 58b7e727fac6869a38a6e97aed2411a261f5a593..8c9640c9f6c8440ab97f6e4470e352764cb6bc34 100644 (file)
@@ -16,7 +16,7 @@
 
 include "basic_1/pr1/defs.ma".
 
-implied let rec pr1_ind (P: (T \to (T \to Prop))) (f: (\forall (t: T).(P t 
+implied rec lemma pr1_ind (P: (T \to (T \to Prop))) (f: (\forall (t: T).(P t 
 t))) (f0: (\forall (t2: T).(\forall (t1: T).((pr0 t1 t2) \to (\forall (t3: 
 T).((pr1 t2 t3) \to ((P t2 t3) \to (P t1 t3)))))))) (t: T) (t0: T) (p: pr1 t 
 t0) on p: P t t0 \def match p with [(pr1_refl t1) \Rightarrow (f t1) |