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.