X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsubstitution%2Flift_prototerm.ma;h=b8127eaaeac92c2cf5599756db47a4b439ec4335;hb=7008128d354c6e998a87bc2febe9f86ea714869c;hp=85aa8a0bb91931b06dbbf1e638479f7136f910fd;hpb=a4cacf8e269910184348a037106551dbc8a46fd4;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_prototerm.ma b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_prototerm.ma index 85aa8a0bb..b8127eaae 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_prototerm.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_prototerm.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "delayed_updating/substitution/lift_gen.ma". +include "delayed_updating/substitution/lift_path.ma". include "delayed_updating/syntax/prototerm.ma". include "ground/lib/subset_ext.ma". @@ -20,11 +20,11 @@ include "ground/lib/subset_ext.ma". interpretation "lift (prototerm)" - 'UpArrow f t = (subset_ext_f1 ? ? (lift_gen ? proj_path f) t). + 'UpTriangleArrow f t = (subset_ext_f1 ? ? (lift_path f) t). (* Basic constructions ******************************************************) -lemma in_comp_lift_path_term (f) (p) (t): - p ϵ t → ↑[f]p ϵ ↑[f]t. +lemma in_comp_lift_path_term (f) (t) (p): + p ϵ t → 🠡[f]p ϵ 🠡[f]t. /2 width=1 by subset_in_ext_f1_dx/ qed.