]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_lsubr.ma
300e2eff0aa4073f31f4f2ce0067de1b62423734
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpms_lsubr.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/cpm_lsubr.ma".
16 include "basic_2/rt_computation/cpms.ma".
17
18 (* T-BOUND CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR TERMS **************)
19
20 (* Properties with restricted refinement for local environments *************)
21
22 (* Basic_2A1: uses: lsubr_cprs_trans *)
23 lemma lsubr_cpms_trans (n) (h): ∀G. lsub_trans … (λL. cpms h G L n) lsubr.
24 /3 width=5 by lsubr_cpm_trans, ltc_lsub_trans/
25 qed-.