]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Level-1/LambdaDelta/pc3/defs.ma
new makefiles
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Level-1 / LambdaDelta / pc3 / defs.ma
index 6a652e41bd72c6b1aedcee57c2709dc4d6999847..b7651e41fc07a144bafe1482e2b27db2f7ea2499 100644 (file)
@@ -24,7 +24,7 @@ definition pc3:
  \lambda (c: C).(\lambda (t1: T).(\lambda (t2: T).(ex2 T (\lambda (t: T).(pr3 
 c t1 t)) (\lambda (t: T).(pr3 c t2 t))))).
 
-inductive pc3_left (c:C): T \to (T \to Prop) \def
+inductive pc3_left (c: C): T \to (T \to Prop) \def
 | pc3_left_r: \forall (t: T).(pc3_left c t t)
 | pc3_left_ur: \forall (t1: T).(\forall (t2: T).((pr2 c t1 t2) \to (\forall 
 (t3: T).((pc3_left c t2 t3) \to (pc3_left c t1 t3)))))