]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/static/remove/req_drops.etc
update in static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / static / remove / req_drops.etc
diff --git a/matita/matita/contribs/lambdadelta/static_2/static/remove/req_drops.etc b/matita/matita/contribs/lambdadelta/static_2/static/remove/req_drops.etc
new file mode 100644 (file)
index 0000000..fa8ea6d
--- /dev/null
@@ -0,0 +1,26 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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 "static_2/static/rex_drops.ma".
+include "static_2/static/req.ma".
+
+(* SYNTACTIC EQUIVALENCE FOR LOCAL ENVIRONMENTS ON REFERRED ENTRIES *********)
+
+(* Note: req_inv_lifts_dx missing in basic_2A1 *)
+
+(* Basic_2A1: uses: lleq_inv_lift_le lleq_inv_lift_be lleq_inv_lift_ge *)
+lemma req_inv_lifts_bi: âˆ€L1,L2,U. L1 â‰Ą[U] L2 â†’ âˆ€b,f. đ”❪f❫ â†’
+                        âˆ€K1,K2. â‡Š*[b,f] L1 â‰˜ K1 â†’ â‡Š*[b,f] L2 â‰˜ K2 â†’
+                        âˆ€T. â‡§*[f] T â‰˜ U â†’ K1 â‰Ą[T] K2.
+/2 width=10 by rex_inv_lifts_bi/ qed-.