Commit 2021-09-30 20:25 a52a54b6
View on Github →chore(analysis/convex/basic): instance cleanup (#9466)
Some lemmas were about f : whatever → 𝕜
. They are now about f : whatever → β
+ a scalar instance between 𝕜
and β
.
Some add_comm_monoid
assumptions are actually promotable to add_comm_group
directly thanks to module.add_comm_monoid_to_add_comm_group
. Related Zulip discussion.