]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/tr_id_compose.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / tr_id_compose.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_id_compose.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_id_compose.ma
new file mode 100644 (file)
index 0000000..518154d
--- /dev/null
@@ -0,0 +1,31 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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/tr_id_pap.ma".
+include "ground/relocation/tr_compose_pap.ma".
+include "ground/relocation/tr_pap_eq.ma".
+
+(* IDENTITY ELEMENT FOR TOTAL RELOCATION MAPS *******************************)
+
+(* Coonstructions with tr_compose *******************************************)
+
+lemma tr_compose_id_sn (f):
+      f â‰— đ˘âˆ˜f.
+#f @nstream_eq_inv_ext #q //
+qed.
+
+lemma tr_compose_id_dx (f):
+      f â‰— f∘𝐢.
+#f @nstream_eq_inv_ext #q //
+qed.