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 a- smooth_manifold_with_cornersinstance;
- has_smooth_mulno longer extends- smooth_manifold_with_cornersand no longer takes- has_continuous_mulas an argument;
- has_smooth_mul_coreis gone in favor of- has_continuous_mul_of_smooth;
- smooth_monoid_morphismnow works with any model space (needed, e.g., to define- smooth_monoid_morphism.prod);
- lie_group_morphismis gone: we use- M →* Nboth for monoids and groups, no reason to have two structures in this case;
- lie_groupno longer extends- smooth_manifold_with_cornersand no longer takes- topological_groupas an argument;
- lie_group_coreis gone in favor of- topological_group_of_lie_group;
- the I : model_with_corners 𝕜 E Hargument ofsmooth_mulandsmooth_invis now explicit.