]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_eq.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / unwind / unwind2_rmap_eq.ma
index cc15e01b5d45dae466b348dd2b9107dc460f4cf8..7ca7f175c40dc5e9a6e9f3e0d2ebcce8539e6ded 100644 (file)
 (**************************************************************************)
 
 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
+<unwind2_rmap_d_sn >nrplus_inj_dx
+/2 width=1 by tr_tls_compose_uni_dx/
+qed.