]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/static_2/static/req_drops.ma
update in ground_2, static_2, basic_2, apps_2, alpha_1
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / static / req_drops.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "static_2/static/rex_drops.ma".
16 include "static_2/static/req.ma".
17
18 (* SYNTACTIC EQUIVALENCE FOR LOCAL ENVIRONMENTS ON REFERRED ENTRIES *********)
19
20 (* Note: req_inv_lifts_dx missing in basic_2A1 *)
21
22 (* Basic_2A1: uses: lleq_inv_lift_le lleq_inv_lift_be lleq_inv_lift_ge *)
23 lemma req_inv_lifts_bi: âˆ€L1,L2,U. L1 â‰Ą[U] L2 â†’ âˆ€b,f. đ”❪f❫ â†’
24                         âˆ€K1,K2. â‡Š*[b,f] L1 â‰˜ K1 â†’ â‡Š*[b,f] L2 â‰˜ K2 â†’
25                         âˆ€T. â‡§*[f] T â‰˜ U â†’ K1 â‰Ą[T] K2.
26 /2 width=10 by rex_inv_lifts_bi/ qed-.