Commit 2021-03-07 10:18 02251b1e
View on Github →refactor(geometry/manifold): drop some unused arguments (#6545) API changes:
- add lemmas about
map (ext_chart_at I x) (𝓝[s] x'); - prove
times_cont_mdiff_within_at.compdirectly without using other charts; the new proof does not need asmooth_manifold_with_cornersinstance; - add aliases
times_cont_mdiff.times_cont_diffetc; times_cont_mdiff_mapno longer needs asmooth_manifold_with_cornersinstance;has_smooth_mulno longer extendssmooth_manifold_with_cornersand no longer takeshas_continuous_mulas an argument;has_smooth_mul_coreis gone in favor ofhas_continuous_mul_of_smooth;smooth_monoid_morphismnow works with any model space (needed, e.g., to definesmooth_monoid_morphism.prod);lie_group_morphismis gone: we useM →* Nboth for monoids and groups, no reason to have two structures in this case;lie_groupno longer extendssmooth_manifold_with_cornersand no longer takestopological_groupas an argument;lie_group_coreis gone in favor oftopological_group_of_lie_group;- the
I : model_with_corners 𝕜 E Hargument ofsmooth_mulandsmooth_invis now explicit.