X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_rmap_eq.ma;h=7ca7f175c40dc5e9a6e9f3e0d2ebcce8539e6ded;hb=ad6182251b8192ee7d25c53156afbce35e3715b6;hp=cc15e01b5d45dae466b348dd2b9107dc460f4cf8;hpb=97ff918432e878ab8314c72fe2b948a253b26e21;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_eq.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_eq.ma index cc15e01b5..7ca7f175c 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_eq.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_eq.ma @@ -13,8 +13,10 @@ (**************************************************************************) include "delayed_updating/unwind/unwind2_rmap.ma". +include "ground/relocation/tr_uni_compose.ma". include "ground/relocation/tr_compose_eq.ma". include "ground/relocation/tr_pn_eq.ma". +include "ground/arith/nat_rplus_pplus.ma". (* UNWIND MAP FOR PATH ******************************************************) @@ -31,3 +33,10 @@ lemma unwind2_rmap_eq_repl (p): | /2 width=1 by/ ] qed-. + +lemma tls_unwind2_rmap_d_sn (f) (p) (m) (n): + ⇂*[m+n]▶[f]p ≗ ⇂*[m]▶[f](𝗱n◗p). +#f #p #m #n +nrplus_inj_dx +/2 width=1 by tr_tls_compose_uni_dx/ +qed.