]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/pr_isd_nexts.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / pr_isd_nexts.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/pr_isd_nexts.ma b/matita/matita/contribs/lambdadelta/ground/relocation/pr_isd_nexts.ma
new file mode 100644 (file)
index 0000000..c7dcd74
--- /dev/null
@@ -0,0 +1,32 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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 "ground/relocation/pr_nexts.ma".
+include "ground/relocation/pr_isd.ma".
+
+(* DIVERGENCE CONDITION FOR PARTIAL RELOCATION MAPS *************************)
+
+(* Constructions with pr_nexts **********************************************)
+
+(*** isdiv_nexts *)
+lemma pr_isd_nexts (n) (f): š›€āŖfā« ā†’ š›€āŖā†‘*[n]fā«.
+#n @(nat_ind_succ ā€¦ n) -n /3 width=3 by pr_isd_next/
+qed.
+
+(* Inversions with pr_nexts *************************************************)
+
+(*** isdiv_inv_nexts *)
+lemma pr_isd_inv_nexts (n) (g): š›€āŖā†‘*[n]gā« ā†’ š›€āŖgā«.
+#n @(nat_ind_succ ā€¦ n) -n /3 width=3 by pr_isd_inv_next/
+qed-.