]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_isid.ma
- more results on relocation
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / relocation / rtmap_isid.ma
index d713c1618f048967f1af54cc1e96635a88821738..65e111bbf9d3e209bbb6516965ff215c934dd339 100644 (file)
@@ -75,6 +75,18 @@ corec lemma eq_push_inv_isid: āˆ€f. šˆā¦ƒfā¦„ ā†’ ā†‘f ā‰— f.
 @eq_f //
 qed-.
 
+(* Properties with iterated push ********************************************)
+
+lemma isid_pushs: āˆ€n,f. šˆā¦ƒfā¦„ ā†’ šˆā¦ƒā†‘*[n]fā¦„.
+#n elim n -n /3 width=3 by isid_push/
+qed.
+
+(* Inversion lemmas with iterated push **************************************)
+
+lemma isid_inv_pushs: āˆ€n,g. šˆā¦ƒā†‘*[n]gā¦„ ā†’ šˆā¦ƒgā¦„.
+#n elim n -n /3 width=3 by isid_inv_push/
+qed.
+
 (* Properties with tail *****************************************************)
 
 lemma isid_tl: āˆ€f. šˆā¦ƒfā¦„ ā†’ šˆā¦ƒā«±fā¦„.