X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fcpr_cir.ma;h=1f2f97e32e8d1294529fa8bbc73f1d81eb92f2ad;hb=e258362c37ec6d9132ec57bd5e4987d148c10799;hp=d0e1e19ac6f525b691b00d2b50880b56aed233c9;hpb=606dab57f31b66eb3f30f603185124b88dfad4c1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/reduction/cpr_cir.ma b/matita/matita/contribs/lambdadelta/basic_2/reduction/cpr_cir.ma index d0e1e19ac..1f2f97e32 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/reduction/cpr_cir.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/reduction/cpr_cir.ma @@ -17,7 +17,7 @@ include "basic_2/reduction/cpr.ma". (* CONTEXT-SENSITIVE PARALLEL REDUCTION FOR TERMS ***************************) -(* Advanced forward lemmas on context-sensitive irreducible terms ***********) +(* Advanced forward lemmas on irreducibility ********************************) lemma cpr_fwd_cir: ∀G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡ T2 → ⦃G, L⦄ ⊢ ➡ 𝐈⦃T1⦄ → T2 = T1. #G #L #T1 #T2 #H elim H -G -L -T1 -T2 @@ -38,7 +38,7 @@ lemma cpr_fwd_cir: ∀G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡ T2 → ⦃G, L⦄ ⊢ ➡ | #G #L #V1 #T1 #T #T2 #_ #_ #_ #H elim (cir_inv_ri2 … H) /2 width=1 by or_introl/ | #G #L #V1 #T1 #T2 #_ #_ #H - elim (cir_inv_ri2 … H) /2 width=1/ + elim (cir_inv_ri2 … H) /2 width=1 by/ | #a #G #L #V1 #V2 #W1 #W2 #T1 #T2 #_ #_ #_ #_ #_ #_ #H elim (cir_inv_appl … H) -H #_ #_ #H elim (simple_inv_bind … H)