Commit 2022-02-14 08:41 a87d431b
View on Github →feat(topology/algebra): add @[to_additive]
to some lemmas (#12018)
- rename
embed_product
tounits.embed_product
, addadd_units.embed_product
; - add additive versions to lemmas about topology on
units M
; - add
add_opposite.topological_space
andadd_opposite.has_continuous_add
; - move
continuous_op
andcontinuous_unop
to themul_opposite
namespace, add additive versions.