X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcnuw_drops.ma;h=b8fba649eb825e75cbe3d99ec817a2a85157c0f4;hb=e0c91d8a4422da0b39aca790e5826dc8a617b303;hp=beac0dcc65c84fc6fd6dcb9ad852c2e6d2ed4665;hpb=b118146b97959e6a6dde18fdd014b8e1e676a2d1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma index beac0dcc6..b8fba649e 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cnuw_drops.ma @@ -37,7 +37,7 @@ qed-. (* Advanced properties ******************************************************) lemma cnuw_lref (h) (I) (G) (L): - ∀i. ❪G,L❫ ⊢ ➡𝐍𝐖*[h] #i → ❪G,L.ⓘ[I]❫ ⊢ ➡𝐍𝐖*[h] #↑i. + ∀i. ❨G,L❩ ⊢ ➡𝐍𝐖*[h] #i → ❨G,L.ⓘ[I]❩ ⊢ ➡𝐍𝐖*[h] #↑i. #h #I #G #L #i #Hi #n #X2 #H elim (cpms_inv_lref_sn … H) -H * [ #H #_ destruct // @@ -49,7 +49,7 @@ elim (cpms_inv_lref_sn … H) -H * qed. lemma cnuw_atom_drops (h) (b) (G) (L): - ∀i. ⇩*[b,𝐔❨i❩] L ≘ ⋆ → ❪G,L❫ ⊢ ➡𝐍𝐖*[h] #i. + ∀i. ⇩*[b,𝐔❨i❩] L ≘ ⋆ → ❨G,L❩ ⊢ ➡𝐍𝐖*[h] #i. #h #b #G #L #i #Hi #n #X #H elim (cpms_inv_lref1_drops … H) -H * [ // || #m ] #K #V1 #V2 #HLK lapply (drops_gen b … HLK) -HLK #HLK @@ -57,7 +57,7 @@ lapply (drops_mono … Hi … HLK) -L #H destruct qed. lemma cnuw_unit_drops (h) (I) (G) (L): - ∀K,i. ⇩[i] L ≘ K.ⓤ[I] → ❪G,L❫ ⊢ ➡𝐍𝐖*[h] #i. + ∀K,i. ⇩[i] L ≘ K.ⓤ[I] → ❨G,L❩ ⊢ ➡𝐍𝐖*[h] #i. #h #I #G #L #K #i #HLK #n #X #H elim (cpms_inv_lref1_drops … H) -H * [ // || #m ] #Y #V1 #V2 #HLY lapply (drops_mono … HLK … HLY) -L #H destruct