X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fdynamic%2Fcnv_lpce.ma;h=401b10bdb4f655f277e93279c3e5ee02feccebd9;hb=48bd1f41417fb167a100eb1613a64a711484b69a;hp=61d4bf4763ab7f02077fbf262ea883a9889d6609;hpb=13b3c950f6714032a3c027b7b6ebbd2e3065cbfe;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_lpce.ma b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_lpce.ma index 61d4bf476..401b10bdb 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_lpce.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_lpce.ma @@ -12,15 +12,88 @@ (* *) (**************************************************************************) -include "basic_2/rt_conversion/lpce.ma". -include "basic_2/dynamic/cnv.ma". +include "basic_2/rt_transition/lpr_drops.ma". +include "basic_2/rt_computation/cpms_lpr.ma". +include "basic_2/rt_computation/fpbg_fqup.ma". +include "basic_2/rt_conversion/cpce_drops.ma". +include "basic_2/rt_conversion/lpce_drops.ma". +include "basic_2/dynamic/cnv_drops.ma". (* CONTEXT-SENSITIVE NATIVE VALIDITY FOR TERMS ******************************) -theorem cnv_cpce_trans_lpce (h) (G): - ∀L1,T1,T2. ⦃G,L1⦄ ⊢ T1 ⬌η[h] T2 → ⦃G,L1⦄ ⊢ T1 !*[h] → - ∀L2. ⦃G,L1⦄ ⊢ ⬌η[h] L2 → ⦃G,L2⦄ ⊢ T2 !*[h]. -#h #G #L1 #T1 #T2 #H elim H -G -L1 -T1 -T2 -[ #G #L1 #s #_ #L2 #_ // -| #G #K1 #V1 #_ #Y2 #HY - elim (lpce_inv_pair_sn … HY) -HY #K2 #V2 #HK #HV #H destruct \ No newline at end of file +definition IH (h) (a): relation3 genv lenv term ≝ + λG,L0,T0. ⦃G,L0⦄ ⊢ T0 ![h,a] → + ∀n,T1. ⦃G,L0⦄ ⊢ T0 ➡[n,h] T1 → ∀T2. ⦃G,L0⦄ ⊢ T0 ⬌η[h] T2 → + ∀L1. ⦃G,L0⦄ ⊢ ➡[h] L1 → ∀L2. ⦃G,L0⦄ ⊢ ⬌η[h] L2 → + ∃∃T. ⦃G,L1⦄ ⊢ T1 ⬌η[h] T & ⦃G,L2⦄ ⊢ T2 ➡[n,h] T. + +(* Properties with eta-conversion for full local environments ***************) + +lemma pippo_aux (h) (a) (G0) (L0) (T0): + (∀G,L,T. ⦃G0,L0,T0⦄ >[h] ⦃G,L,T⦄ → IH h a G L T) → + IH h a G0 L0 T0. +#h #a #G0 #L0 * * +[ #s #_ #_ #n #X1 #HX1 #X2 #HX2 #L1 #HL01 #L2 #HL02 + elim (cpm_inv_sort1 … HX1) -HX1 #H #Hn destruct + lapply (cpce_inv_sort_sn … HX2) -HX2 #H destruct + /3 width=3 by cpce_sort, cpm_sort, ex2_intro/ +| #i #IH #Hi #n #X1 #HX1 #X2 #HX2 #L1 #HL01 #L2 #HL02 + elim (cnv_inv_lref_drops … Hi) -Hi #I #K0 #W0 #HLK0 #HW0 + elim (lpr_drops_conf … HLK0 … HL01) [| // ] #Y1 #H1 #HLK1 + elim (lpr_inv_pair_sn … H1) -H1 #K1 #W1 #HK01 #HW01 #H destruct + elim (lpce_drops_conf … HLK0 … HL02) [| // ] #Y2 #H2 #HLK2 + elim (lpce_inv_pair_sn … H2) -H2 #K2 #W2 #HK02 #HW02 #H destruct + elim (cpm_inv_lref1_drops … HX1) -HX1 * + [ #H1 #H2 destruct + elim (cpce_inv_lref_sn_drops_pair … HX2 … HLK0) -HX2 * + [ #H1 #H2 destruct -L0 -K0 -W0 + /3 width=3 by cpce_ldef_drops, ex2_intro/ + | #H1 #HW #H2 destruct -L0 -W2 -HW0 -HK02 + @(ex2_intro … (#i)) [| // ] + @(cpce_ldec_drops … HLK1) -HLK1 #n #p #V0 #U0 #HWU0 + /4 width=10 by lpr_cpms_trans, cpms_step_sn/ + | #n #p #W01 #W02 #V0 #V01 #V02 #U0 #H1 #HWU0 #HW001 #HW012 #HV001 #HV012 #H2 destruct + ] + | lapply (drops_isuni_fwd_drop2 … HLK1) [ // ] -W1 #HLK1 + #Y0 #X0 #W1 #HLY0 #HW01 #HWX1 -HL01 -HL02 + lapply (drops_mono … HLY0 … HLK0) -HLY0 #H destruct + lapply (cpce_inv_lref_sn_drops_ldef … HX2 … HLK0) -HX2 #H destruct + elim (IH … HW0 … HW01 … HW02 … HK01 … HK02) + [| /3 width=2 by fqup_fpbg, fqup_lref/ ] -L0 -K0 #W #HW1 #HW2 + elim (lifts_total W (𝐔❴↑i❵)) #V #HWV + /3 width=9 by cpce_lifts_bi, cpm_delta_drops, ex2_intro/ + | lapply (drops_isuni_fwd_drop2 … HLK1) [ // ] -W1 #HLK1 + #m #Y0 #X0 #W1 #HLY0 #HW01 #HWX1 #H destruct -HL01 -HL02 + lapply (drops_mono … HLY0 … HLK0) -HLY0 #H destruct + elim (cpce_inv_lref_sn_drops_ldec … HX2 … HLK0) -HX2 * + [ #_ #H destruct + elim (IH … HW0 … HW01 … HW02 … HK01 … HK02) + [| /3 width=2 by fqup_fpbg, fqup_lref/ ] -L0 -K0 #W #HW1 #HW2 + elim (lifts_total W (𝐔❴↑i❵)) #V #HWV + /3 width=9 by cpce_lifts_bi, cpm_ell_drops, ex2_intro/ + | lapply (drops_isuni_fwd_drop2 … HLK2) [ // ] -W2 #HLK2 + #n #p #W01 #W02 #V0 #V01 #V02 #U0 #_ #HW001 #HW012 #_ #_ #H destruct -V0 -V01 -U0 + elim (IH … HW0 … HW01 … HW001 … HK01 … HK02) + [| /3 width=2 by fqup_fpbg, fqup_lref/ ] -L0 -K0 #W #HW1 #HW2 + elim (lifts_total W (𝐔❴↑i❵)) #V #HWV + /4 width=11 by cpce_lifts_bi, cpm_lifts_bi, cpm_ee, ex2_intro/ + ] + ] +| #l #_ #_ #n #X1 #HX1 #X2 #HX2 #L1 #HL01 #L2 #HL02 + elim (cpm_inv_gref1 … HX1) -HX1 #H1 #H2 destruct + lapply (cpce_inv_gref_sn … HX2) -HX2 #H destruct + /3 width=3 by cpce_gref, cpr_refl, ex2_intro/ + +(* +lemma cpce_inv_eta_drops (h) (n) (G) (L) (i): + ∀X. ⦃G,L⦄ ⊢ #i ⬌η[h] X → + ∀K,W. ⇩*[i] L ≘ K.ⓛW → + ∀p,V1,U. ⦃G,K⦄ ⊢ W ➡*[n,h] ⓛ{p}V1.U → + ∀V2. ⦃G,K⦄ ⊢ V1 ⬌η[h] V2 → + ∀W2. ⇧*[↑i] V2 ≘ W2 → X = +ⓛW2.ⓐ#0.#↑i. + +theorem cpce_mono_cnv (h) (a) (G) (L): + ∀T. ⦃G,L⦄ ⊢ T ![h,a] → + ∀T1. ⦃G,L⦄ ⊢ T ⬌η[h] T1 → ∀T2. ⦃G,L⦄ ⊢ T ⬌η[h] T2 → T1 = T2. +#h #a #G #L #T #HT +*)