]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_isd_nexts.ma
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
deleted file mode 100644 (file)
index 99a7cf3..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-(**************************************************************************)
-(*       ___                                                              *)
-(*      ||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 *************************)
-
-(* Constructions with gr_nexts **********************************************)
-
-(*** 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.
-
-(* Inversions with gr_nexts *************************************************)
-
-(*** 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-.