]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_fcla_fcla.ma
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_fcla_fcla.ma
diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_fcla_fcla.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_fcla_fcla.ma
new file mode 100644 (file)
index 0000000..fe60981
--- /dev/null
@@ -0,0 +1,30 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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/gr_fcla.ma".
+
+(* FINITE COLENGTH ASSIGNMENT FOR GENERIC RELOCATION MAPS  ***********************************************************)
+
+(* Main forward lemmas ******************************************************)
+
+(*** fcla_mono *)
+theorem gr_fcla_mono (f):
+        âˆ€n1. đ‚❪f❫ â‰˜ n1 â†’ âˆ€n2. đ‚❪f❫ â‰˜ n2 â†’ n1 = n2.
+#f #n #H elim H -f -n
+[ /2 width=3 by gr_fcla_inv_isi/
+| /3 width=3 by gr_fcla_inv_push/
+| #f #n1 #_ #IH #n2 #H elim (gr_fcla_inv_next â€Ś H) -H [2,3 : // ]
+  #g #Hf #H destruct >IH //
+]
+qed-.