]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/rdsx_length.ma
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / rdsx_length.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/rdeq_length.ma".
16 include "basic_2/rt_transition/lpx_length.ma".
17 include "basic_2/rt_computation/rdsx.ma".
18
19 (* STRONGLY NORMALIZING REFERRED LOCAL ENV.S FOR UNBOUND RT-TRANSITION ******)
20
21 (* Advanced properties ******************************************************)
22
23 (* Basic_2A1: uses: lsx_sort *)
24 lemma rdsx_sort (h) (o) (G): āˆ€L,s. G āŠ¢ ā¬ˆ*[h, o, ā‹†s] š’ā¦ƒLā¦„.
25 #h #o #G #L1 #s @rdsx_intro #L2 #H #Hs
26 elim Hs -Hs /3 width=3 by lpx_fwd_length, rdeq_sort_length/
27 qed.
28
29 (* Basic_2A1: uses: lsx_gref *)
30 lemma rdsx_gref (h) (o) (G): āˆ€L,l. G āŠ¢ ā¬ˆ*[h, o, Ā§l] š’ā¦ƒLā¦„.
31 #h #o #G #L1 #s @rdsx_intro #L2 #H #Hs
32 elim Hs -Hs /3 width=3 by lpx_fwd_length, rdeq_gref_length/
33 qed.
34
35 lemma rdsx_unit (h) (o) (G): āˆ€I,L. G āŠ¢ ā¬ˆ*[h, o, #0] š’ā¦ƒL.ā“¤{I}ā¦„.
36 #h #o #G #I #L1 @rdsx_intro
37 #Y #HY #HnY elim HnY -HnY
38 elim (lpx_inv_unit_sn ā€¦ HY) -HY #L2 #HL12 #H destruct
39 /3 width=3 by lpx_fwd_length, rdeq_unit_length/
40 qed.