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/reqg_fqup.ma".
16 include "basic_2/rt_computation/rsx.ma".
18 (* STRONGLY NORMALIZING REFERRED LOCAL ENVS FOR EXTENDED RT-TRANSITION ******)
20 (* Advanced properties ******************************************************)
22 (* Basic_2A1: uses: lsx_atom *)
23 lemma lfsx_atom (G) (T): G โข โฌ*๐[T] โ.
26 lapply (lpx_inv_atom_sn โฆ H) -H #H destruct
27 elim HnT -HnT /2 width=1 by rex_refl/
30 (* Advanced forward lemmas **************************************************)
32 (* Basic_2A1: uses: lsx_fwd_bind_dx *)
33 (* Note: the exclusion binder (โง) makes this more elegant and much simpler *)
34 (* Note: the old proof without the exclusion binder requires lreq *)
35 lemma rsx_fwd_bind_dx_void (G):
36 โp,I,L,V,T. G โข โฌ*๐[โ[p,I]V.T] L โ G โข โฌ*๐[T] L.โง.
38 @(rsx_ind โฆ H) -L #L1 #_ #IH
40 elim (lpx_inv_unit_sn โฆ H) -H #L2 #HL12 #H destruct
41 /4 width=4 by reqg_fwd_bind_dx_void/
44 (* Advanced inversion lemmas ************************************************)
46 (* Basic_2A1: uses: lsx_inv_bind *)
47 lemma rsx_inv_bind_void (G):
48 โp,I,L,V,T. G โข โฌ*๐[โ[p,I]V.T] L โ
49 โงโง G โข โฌ*๐[V] L & G โข โฌ*๐[T] L.โง.
50 /3 width=4 by rsx_fwd_pair_sn, rsx_fwd_bind_dx_void, conj/ qed-.