]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/etc_2A1/cpr/ltpr_ltpr.etc
update in binaries for λδ
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / etc_2A1 / cpr / ltpr_ltpr.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/reducibility/tpr_tpr.ma".
16 include "basic_2/reducibility/ltpr.ma".
17
18 (* CONTEXT-FREE PARALLEL REDUCTION ON LOCAL ENVIRONMENTS ********************)
19
20 (* Main properties **********************************************************)
21
22 theorem ltpr_conf: ∀L0:lenv. ∀L1. L0 ➡ L1 → ∀L2. L0 ➡ L2 →
23                    ∃∃L. L1 ➡ L & L2 ➡ L.
24 #L0 #L1 #H elim H -L0 -L1 /2 width=3/
25 #I #K0 #K1 #V0 #V1 #_ #HV01 #IHK01 #L2 #H
26 elim (ltpr_inv_pair1 … H) -H #K2 #V2 #HK02 #HV02 #H destruct
27 elim (IHK01 … HK02) -K0 #K #HK1 #HK2
28 elim (tpr_conf … HV01 HV02) -V0 /3 width=5/
29 qed.