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.comp
directly without using other charts; the new proof does not need asmooth_manifold_with_corners
instance; - add aliases
times_cont_mdiff.times_cont_diff
etc; times_cont_mdiff_map
no longer needs asmooth_manifold_with_corners
instance;has_smooth_mul
no longer extendssmooth_manifold_with_corners
and no longer takeshas_continuous_mul
as an argument;has_smooth_mul_core
is gone in favor ofhas_continuous_mul_of_smooth
;smooth_monoid_morphism
now works with any model space (needed, e.g., to definesmooth_monoid_morphism.prod
);lie_group_morphism
is gone: we useM →* N
both for monoids and groups, no reason to have two structures in this case;lie_group
no longer extendssmooth_manifold_with_corners
and no longer takestopological_group
as an argument;lie_group_core
is gone in favor oftopological_group_of_lie_group
;- the
I : model_with_corners 𝕜 E H
argument ofsmooth_mul
andsmooth_inv
is now explicit.