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 existingmonotone
lemmas forid
/const
,inf
/sup
/min
/max
,inter
/union
, and intervals. - Drop
set.monotone_prod
, leavemonotone.set_prod
only. - Golf some proofs that were broken by removal of
set.monotone_prod
.