X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fdynamic%2Fcnv_preserve.ma;h=483ea690e474445d45732dfc15511d7b84143d40;hp=c4edc5508768d9f2f4e7b8ce5525700077c19e02;hb=4173283e148199871d787c53c0301891deb90713;hpb=a67fc50ccfda64377e2c94c18c3a0d9265f651db diff --git a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_preserve.ma b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_preserve.ma index c4edc5508..483ea690e 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_preserve.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_preserve.ma @@ -23,11 +23,10 @@ lemma cnv_preserve (a) (h): ∀G,L,T. ⦃G,L⦄ ⊢ T ![a,h] → ∧∧ IH_cnv_cpms_conf_lpr a h G L T & IH_cnv_cpm_trans_lpr a h G L T. #a #h #G #L #T #HT -letin o ≝ (sd_O h) -lapply (cnv_fwd_fsb … o … HT) -HT #H +lapply (cnv_fwd_fsb … HT) -HT #H @(fsb_ind_fpbg … H) -G -L -T #G #L #T #_ #IH @conj [ letin aux ≝ cnv_cpms_conf_lpr_aux | letin aux ≝ cnv_cpm_trans_lpr_aux ] -@(aux … o … G L T) // #G0 #L0 #T0 #H +@(aux … G L T) // #G0 #L0 #T0 #H elim (IH … H) -IH -H // qed-.