Convexity of extension from intervals #
This file proves that constantly extending monotone/antitone functions preserves their convexity.
TODO #
We could deduplicate the proofs if we had a typeclass stating that segment ๐ x y = [x -[๐] y] as
๐แตแต respects it if ๐ does, while ๐แตแต isn't a linear_ordered_field if ๐ is.
A convex set extended towards minus infinity is convex.
A convex set extended towards infinity is convex.
A convex monotone function extended constantly towards minus infinity is convex.
A convex antitone function extended constantly towards infinity is convex.
A concave antitone function extended constantly minus towards infinity is concave.
A concave monotone function extended constantly towards infinity is concave.
A convex monotone function extended constantly towards minus infinity is convex.
A convex antitone function extended constantly towards infinity is convex.
A concave antitone function extended constantly minus towards infinity is concave.
A concave monotone function extended constantly towards infinity is concave.