]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_isd_nexts.ma
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_isd_nexts.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_isd_nexts.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_isd_nexts.ma
new file mode 100644 (file)
index 0000000..71c39b3
--- /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/gr_nexts.ma".
+include "ground/relocation/gr_isd.ma".
+
+(* DIVERGENCE CONDITION FOR GENERIC RELOCATION MAPS ***********************************************************)
+
+(* Properties with iterated next ********************************************)
+
+(*** isdiv_nexts *)
+lemma gr_isd_nexts (n) (f): š›€āŖfā« ā†’ š›€āŖā†‘*[n]fā«.
+#n @(nat_ind_succ ā€¦ n) -n /3 width=3 by gr_isd_next/
+qed.
+
+(* Inversion lemmas with iterated next **************************************)
+
+(*** isdiv_inv_nexts *)
+lemma gr_isd_inv_nexts (n) (g): š›€āŖā†‘*[n]gā« ā†’ š›€āŖgā«.
+#n @(nat_ind_succ ā€¦ n) -n /3 width=3 by gr_isd_inv_next/
+qed-.