Commit 2026-07-07 14:28 a92c9866

View on Github →

feat(Order/SuccPred): succ a ≤ b ↔ a < b when b is not maximal (#41371) This is succ_le_iff_of_not_isMax' (the unprimed version takes IsMax a instead). Also adds a LinearOrder version with the negated inequalities, versions for SuccAddOrder, and golfs the matching ENat theorems with those.

Estimated changes