]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/ceq_ext_ceq_ext.ma
decentralized notation in lambda
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / ceq_ext_ceq_ext.ma
index 020230a93e0cb3da987c34606f29c9d0c4819298..be057f98cd99b86655df6b105ca24adefacbd607 100644 (file)
@@ -19,7 +19,7 @@ include "static_2/syntax/ceq_ext.ma".
 (* Main properties **********************************************************)
 
 theorem ceq_ext_trans: ∀L1,I1,I. ceq_ext L1 I1 I →
-                       ∀L2,I2. ceq_ext L2 I I2 → ∀L3. ceq_ext L3 I1 I2. 
+                       ∀L2,I2. ceq_ext L2 I I2 → ∀L3. ceq_ext L3 I1 I2.
 #L1 #I1 #I * -I1 -I //
 #I1 #V1 #V #HV1 #L2 #Z #H elim (ext2_inv_pair_sn … H) -H //
 qed-.