Commit 2023-11-03 09:34 b3e4ef91

View on Github →

feat(Order/PartialSups): golf, add lemmas (#8138)

  • Add partialSups_iff_forall and partialSups_le_iff.
  • Use them to golf some proofs.
  • Drop partialSups_apply_mono because it's just (partialSups f).mono.
  • Add disjoint_partialSups_left and disjoint_partialSups_right. Motivated by partialSups_le_iff from the Mandelbrot Set Connectedness Project.

Estimated changes