]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_uni.ma
milestone 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
new file mode 100644 (file)
index 0000000..5832c60
--- /dev/null
@@ -0,0 +1,36 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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 properties *********************************************************)
+
+(*** uni_zero *)
+lemma gr_uni_zero: š¢ = š®āØšŸŽā©.
+// qed.
+
+(*** uni_succ *)
+lemma gr_uni_succ (n): ā†‘š®āØnā© = š®āØā†‘nā©.
+/2 width=1 by gr_nexts_succ/ qed.