Skip to content

Commit 3faeb59

Browse files
committed
chore(Algebra/Order/Monoid/Unbundled/WithTop): golf, clean up (#22109)
* Shorten proofs * Make the `WithBot` and `WithTop` sections analogous * Avoid relying on the defeq `(WithTop α)ᵒᵈ = WithBot αᵒᵈ` * Pull more implicit variables to `variable` statements * Stick to the convention that `a b : α` and `x y : WithBot α` This is a follow-up to #21274.
1 parent 82253b6 commit 3faeb59

File tree

4 files changed

+214
-257
lines changed

4 files changed

+214
-257
lines changed

Mathlib/Algebra/Order/AddGroupWithTop.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Mathlib.Algebra.Order.Group.Defs
77
import Mathlib.Algebra.Order.Monoid.WithTop
88
import Mathlib.Algebra.Group.Hom.Defs
99
import Mathlib.Algebra.CharZero.Defs
10-
import Mathlib.Algebra.Order.Monoid.Unbundled.OrderDual
1110
import Mathlib.Algebra.Order.Monoid.Canonical.Defs
1211

1312
/-!

0 commit comments

Comments
 (0)