Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2023-03-27 18:59 de87d505

View on Github →

feat(algebra/order/monoid/min_max): a₁ * b₁ ≤ a₂ * b₂ → a₁ ≤ a₂ ∨ b₁ ≤ b₂ (#18667) Complete the API.

Estimated changes