Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-07-05 12:32 365e30de

View on Github →

chore(data/set/,order/): add missing lemmas about monotone_on etc (#14943)

  • Add monotone_on/antitone/antitone_on versions of existing monotone lemmas for id/const, inf/sup/min/max, inter/union, and intervals.
  • Drop set.monotone_prod, leave monotone.set_prod only.
  • Golf some proofs that were broken by removal of set.monotone_prod.

Estimated changes