X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fexamples%2Fex_cpr_omega.ma;h=68166c915850d2d9604fe022f04a94e574373490;hb=a961a1237063702ed9c32a9a4b7994671cb40818;hp=6a2586ff16fb2d24d2f8769b645e1cccb586b4e1;hpb=057ac901b257ea183aa3bac3f7b358a5543f8815;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/examples/ex_cpr_omega.ma b/matita/matita/contribs/lambdadelta/basic_2/examples/ex_cpr_omega.ma index 6a2586ff1..68166c915 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/examples/ex_cpr_omega.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/examples/ex_cpr_omega.ma @@ -26,17 +26,17 @@ definition Omega2: term → term ≝ λW. +ⓓⓝW.(Delta W).ⓐ#0.#0. (* Basic properties *********************************************************) -lemma Delta_lift: ∀W1,W2,d,e. ⇧[d, e] W1 ≡ W2 → - ⇧[d, e] (Delta W1) ≡ (Delta W2). +lemma Delta_lift: ∀W1,W2,l,m. ⬆[l, m] W1 ≡ W2 → + ⬆[l, m] (Delta W1) ≡ (Delta W2). /4 width=1 by lift_flat, lift_bind, lift_lref_lt/ qed. (* Main properties **********************************************************) -theorem cpr_Omega_12: ∀W. ⦃⋆, ⋆⦄ ⊢ Omega1 W ➡ Omega2 W. +theorem cpr_Omega_12: ∀G,L,W. ⦃G, L⦄ ⊢ Omega1 W ➡ Omega2 W. /2 width=1 by cpr_beta/ qed. -theorem cpr_Omega_21: ∀W. ⦃⋆, ⋆⦄ ⊢ Omega2 W ➡ Omega1 W. -#W1 elim (lift_total W1 0 1) #W2 #HW12 +theorem cpr_Omega_21: ∀G,L,W. ⦃G, L⦄ ⊢ Omega2 W ➡ Omega1 W. +#G #L #W1 elim (lift_total W1 0 1) #W2 #HW12 @(cpr_zeta … (Omega1 W2)) /3 width=1 by Delta_lift, lift_flat/ @cpr_flat @(cpr_delta … (Delta W1) ? 0) [3,5,8,10: /2 width=2 by Delta_lift/ |4,9: /2 width=1 by cpr_eps/ |*: skip ]