Commit 2025-02-21 15:07 3faeb592
View on Github →chore(Algebra/Order/Monoid/Unbundled/WithTop): golf, clean up (#22109)
- Shorten proofs
- Make the
WithBot
andWithTop
sections analogous - Avoid relying on the defeq
(WithTop α)ᵒᵈ = WithBot αᵒᵈ
- Pull more implicit variables to
variable
statements - Stick to the convention that
a b : α
andx y : WithBot α
This is a follow-up to #21274.