Topological properties of the set of convex/concave functions #
We prove the following facts:
isClosed_setOf_convexOn: the set of convex functions on a set is closedisClosed_setOf_concaveOn: the set of concave functions on a set is closed
theorem
isClosed_setOf_convexOn
{𝕜 : Type u_1}
{α : Type u_2}
{β : Type u_3}
[Semiring 𝕜]
[PartialOrder 𝕜]
[PartialOrder β]
[TopologicalSpace β]
[OrderClosedTopology β]
[AddCommMonoid α]
[AddCommMonoid β]
[SMul 𝕜 α]
[SMul 𝕜 β]
[ContinuousConstSMul 𝕜 β]
[ContinuousAdd β]
{s : Set α}
:
The set of convex functions on a set s is closed.
theorem
isClosed_setOf_concaveOn
{𝕜 : Type u_1}
{α : Type u_2}
{β : Type u_3}
[Semiring 𝕜]
[PartialOrder 𝕜]
[PartialOrder β]
[TopologicalSpace β]
[OrderClosedTopology β]
[AddCommMonoid α]
[AddCommMonoid β]
[SMul 𝕜 α]
[SMul 𝕜 β]
[ContinuousConstSMul 𝕜 β]
[ContinuousAdd β]
{s : Set α}
:
The set of concave functions on a set s is closed.