X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcnuw_drops.ma;h=beac0dcc65c84fc6fd6dcb9ad852c2e6d2ed4665;hp=083737e6fdaa8ac2c801db2dfe9d44ecb7b8fabb;hb=b118146b97959e6a6dde18fdd014b8e1e676a2d1;hpb=613d8642b1154dde0c026cbdcd96568910198251 diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma index 083737e6f..beac0dcc6 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "static_2/relocation/lifts_tweq.ma". +include "static_2/relocation/lifts_teqw.ma". include "basic_2/rt_computation/cpms_drops.ma". include "basic_2/rt_computation/cnuw.ma". @@ -23,7 +23,7 @@ include "basic_2/rt_computation/cnuw.ma". lemma cnuw_lifts (h) (G): d_liftable1 … (cnuw h G). #h #G #K #T #HT #b #f #L #HLK #U #HTU #n #U0 #H elim (cpms_inv_lifts_sn … H … HLK … HTU) -b -L #T0 #HTU0 #HT0 -lapply (HT … HT0) -G -K /2 width=6 by tweq_lifts_bi/ +lapply (HT … HT0) -G -K /2 width=6 by teqw_lifts_bi/ qed-. (* Inversion lemmas with generic relocation *********************************) @@ -31,7 +31,7 @@ qed-. lemma cnuw_inv_lifts (h) (G): d_deliftable1 … (cnuw h G). #h #G #L #U #HU #b #f #K #HLK #T #HTU #n #T0 #H elim (cpms_lifts_sn … H … HLK … HTU) -b -K #U0 #HTU0 #HU0 -lapply (HU … HU0) -G -L /2 width=6 by tweq_inv_lifts_bi/ +lapply (HU … HU0) -G -L /2 width=6 by teqw_inv_lifts_bi/ qed-. (* Advanced properties ******************************************************) @@ -43,7 +43,7 @@ elim (cpms_inv_lref_sn … H) -H * [ #H #_ destruct // | #T2 #HT2 #HTX2 lapply (Hi … HT2) -Hi -HT2 #H - lapply (tweq_inv_lref_sn … H) -H #H destruct + lapply (teqw_inv_lref_sn … H) -H #H destruct lapply (lifts_inv_lref1_uni … HTX2) -HTX2 #H destruct // ] qed.