X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_transition%2Flfpx_drops.ma;h=55c4051628ca455bd10df0706428d3b9e475172e;hb=0c7cb3c503c0fcab104ad89ebc88683dc9830d06;hp=258d0c81b1c00be88d794138b0ebbccc766db2ec;hpb=5b93ea047903b606979705ed25a6df6504fd027c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpx_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpx_drops.ma index 258d0c81b..55c405162 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpx_drops.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpx_drops.ma @@ -12,19 +12,21 @@ (* *) (**************************************************************************) -include "basic_2/substitution/lpx_sn_drop.ma". +include "basic_2/static/lfxs_drops.ma". include "basic_2/rt_transition/cpx_drops.ma". include "basic_2/rt_transition/lfpx.ma". (* UNCOUNTED PARALLEL RT-TRANSITION FOR LOCAL ENV.S ON REFERRED ENTRIES *****) -(* Properties on local environment slicing ***********************************) +(* Properties with generic slicing for local environments *******************) -lemma lpx_drop_conf: ∀h,o,G. dropable_sn (lpx h o G). -/3 width=6 by lpx_sn_deliftable_dropable, cpx_inv_lift1/ qed-. +lemma drops_lfpx_trans: ∀h,G. dedropable_sn (cpx h G). +/3 width=6 by lfxs_liftable_dedropable, cpx_lifts/ qed-. -lemma drop_lpx_trans: ∀h,o,G. dedropable_sn (lpx h o G). -/3 width=10 by lpx_sn_liftable_dedropable, cpx_lift/ qed-. +(* Inversion lemmas with generic slicing for local environments *************) -lemma lpx_drop_trans_O1: ∀h,o,G. dropable_dx (lpx h o G). -/2 width=3 by lpx_sn_dropable/ qed-. +lemma lfpx_drops_conf: ∀h,G. dropable_sn (cpx h G). +/2 width=5 by lfxs_dropable_sn/ qed-. + +lemma lfpx_drops_trans: ∀h,G. dropable_dx (cpx h G). +/2 width=5 by lfxs_dropable_dx/ qed-.