Commit 2026-01-27 18:36 4033a645

View on Github →

feat(Order/Minimal): Minimal is equivalent to IsLeast if LE is total (#34388) If a set is DirectedOn, then Minimal(and Maximal) is equivalent to IsLeast(and IsGreatest). If the type has a total order, every set is DirectedOn and therefore the proof of DirectedOn is not needed.

Estimated changes

added theorem Maximal.le
added theorem MaximalFor.le
added theorem MaximalFor.not_gt
added theorem Minimal.le
added theorem MinimalFor.le
added theorem MinimalFor.not_lt