1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "static_2/static/rex_fqup.ma".
16 include "static_2/static/reqg.ma".
18 (* GEBERIC EQUIVALENCE FOR LOCAL ENVIRONMENTS ON REFERRED ENTRIES ***********)
20 (* Advanced properties ******************************************************)
24 c_reflexive … (reqg S).
25 /3 width=1 by rex_refl, teqg_refl/ qed.
27 lemma reqg_pair_refl (S):
30 ∀I,L. ∀T:term. L.ⓑ[I]V1 ≛[S,T] L.ⓑ[I]V2.
31 /3 width=1 by rex_pair_refl, teqg_refl/ qed.
33 (* Advanced inversion lemmas ************************************************)
35 lemma reqg_inv_bind_void (S):
36 ∀p,I,L1,L2,V,T. L1 ≛[S,ⓑ[p,I]V.T] L2 →
37 ∧∧ L1 ≛[S,V] L2 & L1.ⓧ ≛[S,T] L2.ⓧ.
38 /2 width=3 by rex_inv_bind_void/ qed-.
40 (* Advanced forward lemmas **************************************************)
42 lemma reqg_fwd_bind_dx_void (S):
44 L1 ≛[S,ⓑ[p,I]V.T] L2 → L1.ⓧ ≛[S,T] L2.ⓧ.
45 /2 width=4 by rex_fwd_bind_dx_void/ qed-.