X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsubstitution%2Flift_path_head.ma;h=772cc8d09ea3921aaaff0fe0a6ada18700f96751;hb=a4cacf8e269910184348a037106551dbc8a46fd4;hp=126b691c6ff341101e2ea4a00a871d619dcecfb1;hpb=4ac2becfaa45abb18acb2bdf3db5d2587cadb6d4;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_head.ma b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_head.ma index 126b691c6..772cc8d09 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_head.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_head.ma @@ -1,16 +1,25 @@ -include "delayed_updating/substitution/lift_eq.ma". +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "delayed_updating/substitution/lift_gen_eq.ma". include "delayed_updating/syntax/path_head.ma". include "delayed_updating/syntax/path_reverse.ma". include "ground/relocation/xap.ma". -axiom tr_xap_succ_pos (f) (n): - ↑↓(f@❨↑n❩) = f@❨↑n❩. - -axiom tr_xap_plus (n1) (n2) (f): - (⇂*[n2]f)@❨n1❩+f@❨n2❩ = f@❨n1+n2❩. +(* LIFT FOR PATH ************************************************************) -axiom eq_inv_path_empty_head (p) (n): - (𝐞) = ↳[n]p → 𝟎 = n. +(* Constructions with head for path *****************************************) lemma lift_path_head (f) (p) (q) (n): pᴿ = ↳[n](pᴿ●qᴿ) → @@ -25,7 +34,34 @@ lemma lift_path_head (f) (p) (q) (n): [ tr_xap_succ_pos - lift_rmap_append tr_xap_succ_nap + lift_rmap_append tr_xap_succ_nap + tr_xap_succ_nap + tr_xap_succ_nap + tr_xap_succ_nap +