X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fapps_2%2Fmodels%2Fveq.ma;h=3d9e440a7f42980bf63ca0bd8e7aafae74927249;hb=f308429a0fde273605a2330efc63268b4ac36c99;hp=a351e2003e38fa3a2bb3c2c5d6b68b76c63436b7;hpb=cc6fcb70ca4f3cf01205ed722d75a2fdb2aaf779;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/apps_2/models/veq.ma b/matita/matita/contribs/lambdadelta/apps_2/models/veq.ma index a351e2003..3d9e440a7 100644 --- a/matita/matita/contribs/lambdadelta/apps_2/models/veq.ma +++ b/matita/matita/contribs/lambdadelta/apps_2/models/veq.ma @@ -1,3 +1,4 @@ + (**************************************************************************) (* ___ *) (* ||M|| *) @@ -82,12 +83,12 @@ qed-. lemma ti_comp (M): is_model M → ∀T,gv1,gv2. gv1 ≗ gv2 → ∀lv1,lv2. lv1 ≗ lv2 → - ⟦T⟧[gv1, lv1] ≗{M} ⟦T⟧[gv2, lv2]. + ⟦T⟧[gv1,lv1] ≗{M} ⟦T⟧[gv2,lv2]. #M #HM #T elim T -T * [||| #p * | * ] [ /4 width=5 by seq_trans, seq_sym, ms/ | /4 width=5 by seq_sym, ml, mq/ | /4 width=3 by seq_trans, seq_sym, mg/ -| /5 width=5 by vpush_comp, seq_sym, md, mq/ +| /6 width=5 by vpush_comp, seq_sym, md, mc, mq/ | /5 width=1 by vpush_comp, mi, mr/ | /4 width=5 by seq_sym, ma, mp, mq/ | /4 width=5 by seq_sym, me, mq/