X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Flfpxs_cpxs.ma;h=e5369c116dc10c1da7647b1e3efb47a893e50a95;hb=1a590671c8e8551b01a6831843a22c9485d90511;hp=898aac863f0ebc37f29339f981e2bc82e6e2ba02;hpb=9dd07546d24cfdcf62276ce4518a69e8bbf0f9d3;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_cpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_cpxs.ma index 898aac863..e5369c116 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_cpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_cpxs.ma @@ -20,9 +20,9 @@ include "basic_2/rt_computation/lfpxs_fqup.ma". (* Properties with uncounted context-sensitive rt-computation for terms *****) (* Basic_2A1: uses: lpxs_pair lpxs_pair_refl *) -lemma lfpxs_pair: ∀h,G,L,V1,V2. ⦃G, L⦄ ⊢ V1 ⬈*[h] V2 → - ∀I,T. ⦃G, L.ⓑ{I}V1⦄ ⊢ ⬈*[h, T] L.ⓑ{I}V2. -/2 width=1 by tc_lfxs_pair/ qed. +lemma lfpxs_pair_refl: ∀h,G,L,V1,V2. ⦃G, L⦄ ⊢ V1 ⬈*[h] V2 → + ∀I,T. ⦃G, L.ⓑ{I}V1⦄ ⊢ ⬈*[h, T] L.ⓑ{I}V2. +/2 width=1 by tc_lfxs_pair_refl/ qed. (* Basic_2A1: uses: lpxs_cpx_trans *) lemma lfpxs_cpx_trans: ∀h,G. s_r_transitive … (cpx h G) (lfpxs h G). @@ -41,7 +41,7 @@ qed-. lemma cpxs_bind2: ∀h,G,L,V1,V2. ⦃G, L⦄ ⊢ V1 ⬈*[h] V2 → ∀I,T1,T2. ⦃G, L.ⓑ{I}V2⦄ ⊢ T1 ⬈*[h] T2 → ∀p. ⦃G, L⦄ ⊢ ⓑ{p,I}V1.T1 ⬈*[h] ⓑ{p,I}V2.T2. -/4 width=3 by lfpxs_cpxs_trans, lfpxs_pair, cpxs_bind/ qed. +/4 width=3 by lfpxs_cpxs_trans, lfpxs_pair_refl, cpxs_bind/ qed. (* Advanced inversion lemmas on uncounted rt-computation for terms **********) @@ -52,7 +52,7 @@ lemma cpxs_inv_abst1: ∀h,p,G,L,V1,T1,U2. ⦃G, L⦄ ⊢ ⓛ{p}V1.T1 ⬈*[h] U2 #U0 #U2 #_ #HU02 * #V0 #T0 #HV10 #HT10 #H destruct elim (cpx_inv_abst1 … HU02) -HU02 #V2 #T2 #HV02 #HT02 #H destruct lapply (lfpxs_cpx_trans … HT02 (L.ⓛV1) ?) -/3 width=5 by lfpxs_pair, cpxs_trans, cpxs_strap1, ex3_2_intro/ +/3 width=5 by lfpxs_pair_refl, cpxs_trans, cpxs_strap1, ex3_2_intro/ qed-. lemma cpxs_inv_abbr1: ∀h,p,G,L,V1,T1,U2. ⦃G, L⦄ ⊢ ⓓ{p}V1.T1 ⬈*[h] U2 → ( @@ -66,10 +66,10 @@ lemma cpxs_inv_abbr1: ∀h,p,G,L,V1,T1,U2. ⦃G, L⦄ ⊢ ⓓ{p}V1.T1 ⬈*[h] U2 elim (cpx_inv_abbr1 … HU02) -HU02 * [ #V2 #T2 #HV02 #HT02 #H destruct lapply (lfpxs_cpx_trans … HT02 (L.ⓓV1) ?) - /4 width=5 by lfpxs_pair, cpxs_trans, cpxs_strap1, ex3_2_intro, or_introl/ + /4 width=5 by lfpxs_pair_refl, cpxs_trans, cpxs_strap1, ex3_2_intro, or_introl/ | #T2 #HT02 #HUT2 lapply (lfpxs_cpx_trans … HT02 (L.ⓓV1) ?) -HT02 - /4 width=3 by lfpxs_pair, cpxs_trans, ex3_intro, or_intror/ + /4 width=3 by lfpxs_pair_refl, cpxs_trans, ex3_intro, or_intror/ ] | #U1 #HTU1 #HU01 elim (cpx_lifts_sn … HU02 (Ⓣ) … (L.ⓓV1) … HU01)