]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/xap.ma
update in delayed_updating and ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / xap.ma
index aef0c26e158b9db9e18d6d6be952a6c6a385a17e..0835ec53f5326d518fb4194b861542bc5312c70e 100644 (file)
@@ -77,3 +77,14 @@ theorem tr_xap_eq_repl (i):
 <tr_xap_unfold <tr_xap_unfold
 /3 width=1 by tr_push_eq_repl, tr_nap_eq_repl/
 qed.
+
+lemma tr_nap_plus (f) (m) (n):
+      ⇂*[↑n]f@❨m❩+f@§❨n❩ = f@§❨m+n❩.
+/2 width=1 by eq_inv_nsucc_bi/
+qed.
+
+lemma tr_xap_pos (f) (n):
+      n = ↑↓n → f@❨n❩=↑↓(f@❨n❩).
+#f #n #H0 >H0 -H0
+<tr_xap_ninj <nsucc_pnpred //
+qed.