X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbg_cpxs.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbg_cpxs.ma;h=ee1e1ecad003fd14b88540bc43526bcc6acacb42;hb=afd4afa9489fa65019ad7cdc274e261f6993b871;hp=0000000000000000000000000000000000000000;hpb=dd74d1964ef07de249385a48f28302b427c0d287;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma new file mode 100644 index 000000000..ee1e1ecad --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma @@ -0,0 +1,29 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/rt_computation/cpxs_tdeq.ma". +include "basic_2/rt_computation/fpbs_cpxs.ma". +include "basic_2/rt_computation/fpbg.ma". + +(* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES **************************) + +(* Properties with uncounted context-sensitive parallel rt-computation ******) + +(* Basic_2A1: was: cpxs_fpbg *) +lemma cpxs_tdneq_fpbg: ∀h,o,G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ⬈*[h] T2 → + (T1 ≛[h, o] T2 → ⊥) → ⦃G, L, T1⦄ >[h, o] ⦃G, L, T2⦄. +#h #o #G #L #T1 #T2 #H #H0 +elim (cpxs_tdneq_fwd_step_sn … H … H0) -H -H0 +/4 width=5 by cpxs_tdeq_fpbs, fpb_cpx, ex2_3_intro/ +qed.