X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcsx_drops.ma;h=ad0c072fb097cb60e0c0b52991ebd1f609474381;hp=84c7ec146db177f176becaaa40cb4859f2636857;hb=4173283e148199871d787c53c0301891deb90713;hpb=f129bbbfda0e65a5f92ec086246f6e288376d4f9 diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_drops.ma index 84c7ec146..ad0c072fb 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_drops.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_drops.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "basic_2/relocation/lifts_tdeq.ma". +include "static_2/relocation/lifts_tdeq.ma". include "basic_2/rt_transition/cpx_drops.ma". include "basic_2/rt_computation/csx.ma". @@ -22,8 +22,8 @@ include "basic_2/rt_computation/csx.ma". (* Basic_1: was just: sn3_lift *) (* Basic_2A1: was just: csx_lift *) -lemma csx_lifts: ∀h,o,G. d_liftable1 … (csx h o G). -#h #o #G #K #T #H @(csx_ind … H) -T +lemma csx_lifts: ∀h,G. d_liftable1 … (csx h G). +#h #G #K #T #H @(csx_ind … H) -T #T1 #_ #IH #b #f #L #HLK #U1 #HTU1 @csx_intro #U2 #HU12 #HnU12 elim (cpx_inv_lifts_sn … HU12 … HLK … HTU1) -HU12 @@ -34,8 +34,8 @@ qed-. (* Basic_1: was just: sn3_gen_lift *) (* Basic_2A1: was just: csx_inv_lift *) -lemma csx_inv_lifts: ∀h,o,G. d_deliftable1 … (csx h o G). -#h #o #G #L #U #H @(csx_ind … H) -U +lemma csx_inv_lifts: ∀h,G. d_deliftable1 … (csx h G). +#h #G #L #U #H @(csx_ind … H) -U #U1 #_ #IH #b #f #K #HLK #T1 #HTU1 @csx_intro #T2 #HT12 #HnT12 elim (cpx_lifts_sn … HT12 … HLK … HTU1) -HT12