X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcprs_drops.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcprs_drops.ma;h=19829738f5f4f473c8f21c90f4a670b3c1b1dead;hb=2f20aaf586f7cb4fd2933d765f4d09fcf077e4c5;hp=0000000000000000000000000000000000000000;hpb=d02c188ee3d4bd9885490447e63453adb2cb4ea1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_drops.ma new file mode 100644 index 000000000..19829738f --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprs_drops.ma @@ -0,0 +1,32 @@ +(**************************************************************************) +(* ___ *) +(* ||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/cpms_drops.ma". + +(* CONTEXT-SENSITIVE PARALLEL R-COMPUTATION FOR TERMS ***********************) + +(* Advanced inversion lemmas ************************************************) + +(* Basic_1: was: pr3_gen_lref *) +(* Basic_2A1: was: cprs_inv_lref1 *) +lemma cprs_inv_lref1_drops (h) (G): ∀L,T2,i. ⦃G, L⦄ ⊢ #i ➡*[h] T2 → + ∨∨ T2 = #i + | ∃∃K,V1,T1. ⬇*[i] L ≘ K.ⓓV1 & ⦃G, K⦄ ⊢ V1 ➡*[h] T1 & + ⬆*[↑i] T1 ≘ T2. +#h #G #L #T2 #i #H elim (cpms_inv_lref1_drops … H) -H * +[ /2 width=1 by or_introl/ +| /3 width=6 by ex3_3_intro, or_intror/ +| #m #K #V #V2 #_ #_ #_ #H destruct +] +qed-.