Commit 2024-08-15 15:27 8e91009d
View on Github →chore: Fix statement of eq_iff_not_lt_of_le (#15829)
The statement said (a ≤ b → b = a) ↔ ¬a < b instead of the intended a ≤ b → (b = a ↔ ¬a < b). While both are true, the latter is the more useful one. Also pull out a PartialOrder section.