]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Level-1/LambdaDelta/tau1/defs.ma
new theorems added. does not comile well yet :(( problems found in
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Level-1 / LambdaDelta / tau1 / defs.ma
index 52f32692d669dc3a0b2f6902e786ae417571d20e..c5eeb0138604099a5245589a59f4eba495eb0a99 100644 (file)
@@ -18,7 +18,7 @@ set "baseuri" "cic:/matita/LAMBDA-TYPES/Level-1/LambdaDelta/tau1/defs".
 
 include "tau0/defs.ma".
 
-inductive tau1 (g:G) (c:C) (t1:T): T \to Prop \def
+inductive tau1 (g: G) (c: C) (t1: T): T \to Prop \def
 | tau1_tau0: \forall (t2: T).((tau0 g c t1 t2) \to (tau1 g c t1 t2))
 | tau1_sing: \forall (t: T).((tau1 g c t1 t) \to (\forall (t2: T).((tau0 g c 
 t t2) \to (tau1 g c t1 t2)))).