]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/theq_theq.ma
milestone in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / theq_theq.ma
index e9e586d009805d723c13c0b135057dcc3d251cb9..6b33049eeac80de1668688940ff042e0ca5fcaf3 100644 (file)
@@ -20,10 +20,10 @@ include "static_2/syntax/theq.ma".
 
 (* Basic_1: was: iso_trans *)
 (* Basic_2A1: was: tsts_trans *)
-theorem theq_trans: ∀h,o. Transitive … (theq h o).
-#h #o #T1 #T * -T1 -T
-[ #s1 #s #d #Hs1 #Hs #X #H
-  elim (theq_inv_sort1_deg … H … Hs) -s /2 width=3 by theq_sort/
+theorem theq_trans: Transitive … theq.
+#T1 #T * -T1 -T
+[ #s1 #s #X #H
+  elim (theq_inv_sort1 … H) -s /2 width=1 by theq_sort/
 | #i1 #i #H <(theq_inv_lref1 … H) -H //
 | #l1 #l #H <(theq_inv_gref1 … H) -H //
 | #I #V1 #V #T1 #T #X #H
@@ -32,9 +32,9 @@ theorem theq_trans: ∀h,o. Transitive … (theq h o).
 qed-.
 
 (* Basic_2A1: was: tsts_canc_sn *)
-theorem theq_canc_sn: ∀h,o. left_cancellable … (theq h o).
+theorem theq_canc_sn: left_cancellable … theq.
 /3 width=3 by theq_trans, theq_sym/ qed-.
 
 (* Basic_2A1: was: tsts_canc_dx *)
-theorem theq_canc_dx: ∀h,o. right_cancellable … (theq h o).
+theorem theq_canc_dx: right_cancellable … theq.
 /3 width=3 by theq_trans, theq_sym/ qed-.