X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Frelocation%2Flifts_lifts_bind.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Frelocation%2Flifts_lifts_bind.ma;h=39f9c23109396a5e65f98572baf4b16d0fca7e25;hb=67fe9cec87e129a2a41c75d7ed8456a6f3314421;hp=e08ce99623bb64d2883ec077856fbb070f425809;hpb=86861e6f031df66824a381527dfe847029ff72bc;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/static_2/relocation/lifts_lifts_bind.ma b/matita/matita/contribs/lambdadelta/static_2/relocation/lifts_lifts_bind.ma index e08ce9962..39f9c2310 100644 --- a/matita/matita/contribs/lambdadelta/static_2/relocation/lifts_lifts_bind.ma +++ b/matita/matita/contribs/lambdadelta/static_2/relocation/lifts_lifts_bind.ma @@ -19,22 +19,22 @@ include "static_2/relocation/lifts_bind.ma". (* Main properties **********************************************************) -theorem liftsb_div3: ∀f2,I,I2. ⬆*[f2] I2 ≘ I → ∀f,I1. ⬆*[f] I1 ≘ I → - ∀f1. f2 ⊚ f1 ≘ f → ⬆*[f1] I1 ≘ I2. +theorem liftsb_div3: ∀f2,I,I2. ⇧*[f2] I2 ≘ I → ∀f,I1. ⇧*[f] I1 ≘ I → + ∀f1. f2 ⊚ f1 ≘ f → ⇧*[f1] I1 ≘ I2. #f2 #I #I2 * -I -I2 #I [2: #V #V2 #HV2 ] #f #I1 #H [ elim (liftsb_inv_pair_dx … H) | lapply (liftsb_inv_unit_dx … H) ] -H /3 width=6 by lifts_div3, ext2_pair, ext2_unit/ qed-. -theorem liftsb_trans: ∀f1,I1,I. ⬆*[f1] I1 ≘ I → ∀f2,I2. ⬆*[f2] I ≘ I2 → - ∀f. f2 ⊚ f1 ≘ f → ⬆*[f] I1 ≘ I2. +theorem liftsb_trans: ∀f1,I1,I. ⇧*[f1] I1 ≘ I → ∀f2,I2. ⇧*[f2] I ≘ I2 → + ∀f. f2 ⊚ f1 ≘ f → ⇧*[f] I1 ≘ I2. #f1 #I1 #I * -I1 -I #I1 [2: #V1 #V #HV1 ] #f2 #I2 #H [ elim (liftsb_inv_pair_sn … H) | lapply (liftsb_inv_unit_sn … H) ] -H /3 width=6 by lifts_trans, ext2_pair, ext2_unit/ qed-. -theorem liftsb_conf: ∀f1,I,I1. ⬆*[f1] I ≘ I1 → ∀f,I2. ⬆*[f] I ≘ I2 → - ∀f2. f2 ⊚ f1 ≘ f → ⬆*[f2] I1 ≘ I2. +theorem liftsb_conf: ∀f1,I,I1. ⇧*[f1] I ≘ I1 → ∀f,I2. ⇧*[f] I ≘ I2 → + ∀f2. f2 ⊚ f1 ≘ f → ⇧*[f2] I1 ≘ I2. #f1 #I #I1 * -I -I1 #I [2: #V #V1 #HV1 ] #f2 #I2 #H [ elim (liftsb_inv_pair_sn … H) | lapply (liftsb_inv_unit_sn … H) ] -H /3 width=6 by lifts_conf, ext2_pair, ext2_unit/