X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Ftheq_theq.ma;h=6b33049eeac80de1668688940ff042e0ca5fcaf3;hp=e9e586d009805d723c13c0b135057dcc3d251cb9;hb=4173283e148199871d787c53c0301891deb90713;hpb=a67fc50ccfda64377e2c94c18c3a0d9265f651db diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/theq_theq.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/theq_theq.ma index e9e586d00..6b33049ee 100644 --- a/matita/matita/contribs/lambdadelta/static_2/syntax/theq_theq.ma +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/theq_theq.ma @@ -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-.