Commit 2023-11-03 09:34 b3e4ef91
View on Github →feat(Order/PartialSups): golf, add lemmas (#8138)
- Add
partialSups_iff_forall
andpartialSups_le_iff
. - Use them to golf some proofs.
- Drop
partialSups_apply_mono
because it's just(partialSups f).mono
. - Add
disjoint_partialSups_left
anddisjoint_partialSups_right
. Motivated bypartialSups_le_iff
from the Mandelbrot Set Connectedness Project.