]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_fsle.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpm_fsle.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/rt_transition/rpx_fsle.ma".
16 include "basic_2/rt_transition/cpm_cpx.ma".
17
18 (* CONTEXT-SENSITIVE PARALLEL REDUCTION FOR TERMS ***************************)
19
20 (* Forward lemmas with free variables inclusion for restricted closures *****)
21
22 lemma cpm_fsge_comp: ∀n,h,G. R_fsge_compatible (λL. cpm h G L n).
23 /3 width=6 by cpm_fwd_cpx, cpx_fsge_comp/ qed-.
24
25 lemma rpr_fsge_comp: ∀h,G. rex_fsge_compatible (λL. cpm h G L 0).
26 /4 width=5 by cpm_fwd_cpx, rpx_fsge_comp, rex_co/ qed-.
27
28 (* Properties with generic extension on referred entries ********************)
29
30 (* Basic_2A1: was just: cpr_llpx_sn_conf *)
31 lemma cpm_rex_conf: ∀R,n,h,G. s_r_confluent1 … (λL. cpm h G L n) (rex R).
32 /3 width=5 by cpm_fwd_cpx, cpx_rex_conf/ qed-.