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