Commit 2021-10-11 04:03 ec5835d9
View on Github →chore(order/*): use to_dual and of_dual in statements instead of implicit coercions between and α
and order_dual α
(#9593)
Previously the meaning of the statement was hidden away in an invisible surprising typeclass argument.
Before this change, the docs suggested the nonsensical statement that monotone f
implies antitone f
!
Most of the proof changes in this PR are a consequence of changing the interval lemmas, not the monotonicity or convexity ones.