]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/rtmap_basic_nat.ma
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / rtmap_basic_nat.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_basic_nat.ma b/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_basic_nat.ma
deleted file mode 100644 (file)
index bf61597..0000000
+++ /dev/null
@@ -1,51 +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/rtmap_nat_uni.ma".
-include "ground/relocation/rtmap_basic.ma".
-
-(* RELOCATION MAP ***********************************************************)
-
-(* Prioerties with application **********************************************)
-
-lemma rm_nat_basic_lt (m) (n) (l):
-      l < m ā†’ @ā†‘āŖl, šāØm,nā©ā« ā‰˜ l.
-#m @(nat_ind_succ ā€¦ m) -m
-[ #n #i #H elim (nlt_inv_zero_dx ā€¦ H)
-| #m #IH #n #l @(nat_ind_succ ā€¦ l) -l
-  [ #_ /2 width=2 by refl, at_refl/
-  | #l #_ #H
-    lapply (nlt_inv_succ_bi ā€¦ H) -H #Hlm
-    /3 width=7 by refl, at_push/
-  ]
-]
-qed.
-
-lemma rm_nat_basic_ge (m) (n) (l):
-      m ā‰¤ l ā†’ @ā†‘āŖl, šāØm,nā©ā« ā‰˜ l+n.
-#m @(nat_ind_succ ā€¦ m) -m //
-#m #IH #n #l #H
-elim (nle_inv_succ_sn ā€¦ H) -H #Hml #H >H -H
-/3 width=7 by rm_nat_push/
-qed.
-
-(* Inversion lemmas with application ****************************************)
-
-lemma rm_nat_basic_inv_lt (m) (n) (l) (k):
-      l < m ā†’ @ā†‘āŖl, šāØm,nā©ā« ā‰˜ k ā†’ l = k.
-/3 width=4 by rm_nat_basic_lt, rm_nat_mono/ qed-.
-
-lemma rm_nat_basic_inv_ge (m) (n) (l) (k):
-      m ā‰¤ l ā†’ @ā†‘āŖl, šāØm,nā©ā« ā‰˜ k ā†’ l+n = k.
-/3 width=4 by rm_nat_basic_ge, rm_nat_mono/ qed-.