Commit 2023-09-28 12:57 edaa10ad
View on Github →feat(GroupTheory/Submonoid): add opposite submonoids (#7415)
We already have API for the multiplicative opposite of subgroups.
This tidies the API for subgroups by introducing separate .op
and .unop
definitions (as dot notation on .opposite
worked in Lean 3 but not Lean 4), and adds the same API for submonoids.