]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_uni.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_uni.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_uni.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_uni.ma
deleted file mode 100644 (file)
index 12a1273..0000000
+++ /dev/null
@@ -1,36 +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/notation/functions/element_u_1.ma".
-include "ground/relocation/gr_nexts.ma".
-include "ground/relocation/gr_id.ma".
-
-(* UNIFORM ELEMENTS FOR GENERIC RELOCATION MAPS *****************************)
-
-(*** uni *)
-definition gr_uni (n) ā‰ ā†‘*[n] š¢.
-
-interpretation
-  "uniform elements (generic relocation maps)"
-  'ElementU n = (gr_uni n).
-
-(* Basic constructions ******************************************************)
-
-(*** uni_zero *)
-lemma gr_uni_zero: š¢ = š®āØšŸŽā©.
-// qed.
-
-(*** uni_succ *)
-lemma gr_uni_succ (n): ā†‘š®āØnā© = š®āØā†‘nā©.
-/2 width=1 by gr_nexts_succ/ qed.