]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/reducibility/ltpr_ldrop.ma
- lambda_delta: programmed renaming to lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reducibility / ltpr_ldrop.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 "basic_2/substitution/ldrop_lpx.ma".
16 include "basic_2/reducibility/tpr_lift.ma".
17 include "basic_2/reducibility/ltpr.ma".
18
19 (* CONTEXT-FREE PARALLEL REDUCTION ON LOCAL ENVIRONMENTS ********************)
20
21 (* Basic_1: was: wcpr0_drop *)
22 lemma ltpr_ldrop_conf: dropable_sn ltpr.
23 /3 width=3 by lpx_deliftable_dropable, tpr_inv_lift1/ qed.
24
25 (* Basic_1: was: wcpr0_drop_back *)
26 lemma ldrop_ltpr_trans: dedropable_sn ltpr.
27 /2 width=3/ qed.
28
29 lemma ltpr_ldrop_trans_O1: dropable_dx ltpr.
30 /2 width=3/ qed.