]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_tl.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma
new file mode 100644 (file)
index 0000000..9c4fa9e
--- /dev/null
@@ -0,0 +1,43 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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/droppred_1.ma".
+include "ground/lib/stream_hdtl.ma".
+include "ground/relocation/gr_map.ma".
+
+(* TAIL FOR GENERIC RELOCATION MAPS ***********************************************************)
+
+(*** tl *)
+definition gr_tl (f): gr_map ≝ ⫰f.
+
+interpretation
+  "tail (generic relocation maps)"
+  'DropPred f = (gr_tl f).
+
+(* Basic properties *********************************************************)
+
+(*** tl_push_rew *)
+lemma gr_tl_push (f): f = ⫱⫯f.
+// qed.
+
+(*** tl_next_rew *)
+lemma gr_tl_next (f): f = ⫱↑f.
+// qed.
+
+(* Basic eliminators ********************************************************)
+
+(*** pn_split gr_map_split *)
+lemma gr_map_split_tl (f): ∨∨ ⫯⫱f = f | ↑⫱f = f.
+* * /2 width=1 by or_introl, or_intror/
+qed-.