]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/etc_2A1/cpr/ltpr_ltpss_sn.etc
update in binaries for λδ
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / etc_2A1 / cpr / ltpr_ltpss_sn.etc
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 "basic_2/unfold/ltpss_sn_alt.ma".
16 include "basic_2/reducibility/ltpr_ltpss_dx.ma".
17
18 (* CONTEXT-FREE PARALLEL REDUCTION ON LOCAL ENVIRONMENTS ********************)
19
20 (* Properties on sn parallel unfold on local environments *******************)
21
22 (* Note: this can also be proved like ltpr_ltpss_dx_conf *)
23 lemma ltpr_ltpss_sn_conf: ∀L1,K1,d,e. L1 ⊢ ▶* [d, e] K1 → ∀L2. L1 ➡ L2 →
24                           ∃∃K2. L2 ⊢ ▶* [d, e] K2 & K1 ➡ K2.
25 #L1 #K1 #d #e #H
26 lapply (ltpss_sn_ltpssa … H) -H #H
27 @(ltpssa_ind … H) -K1 /2 width=3/
28 #K #K1 #_ #HK1 #IHK #L2 #HL12
29 elim (IHK … HL12) -L1 #K2 #HLK2 #HK2
30 elim (ltpr_ltpss_dx_conf … HK1 … HK2) -K /3 width=3/
31 qed.