X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_transition%2Fcpm_lfxs.ma;h=f596698315653fd9ce51984ae9781e6203092259;hp=499a145bf9c58e6fa41f99a0addb66df6dfa1e2d;hb=990f97071a9939d47be16b36f6045d3b23f218e0;hpb=42705ef31dd3513a998533e02b5f20fb38dd4fb2 diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_lfxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_lfxs.ma index 499a145bf..f59669831 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_lfxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_lfxs.ma @@ -19,11 +19,11 @@ include "basic_2/rt_transition/cpm_cpx.ma". (* Properties with context-sensitive free variables *************************) -lemma cpm_fle_comp: ∀n,h,G. R_fle_compatible (cpm n h G). -/3 width=6 by cpm_fwd_cpx, cpx_fle_comp/ qed-. +lemma cpm_fsle_comp: ∀n,h,G. R_fsle_compatible (cpm n h G). +/3 width=6 by cpm_fwd_cpx, cpx_fsle_comp/ qed-. -lemma lfpr_fle_comp: ∀h,G. lfxs_fle_compatible (cpm 0 h G). -/4 width=5 by cpm_fwd_cpx, lfpx_fle_comp, lfxs_co/ qed-. +lemma lfpr_fsle_comp: ∀h,G. lfxs_fsle_compatible (cpm 0 h G). +/4 width=5 by cpm_fwd_cpx, lfpx_fsle_comp, lfxs_co/ qed-. (* Properties with generic extension on referred entries ********************)