Convex sets #
In a π-vector space, we define the following property:
We provide various equivalent versions, and prove that some specific sets are convex.
TODO #
Generalize all this file to affine spaces.
Convexity of sets #
Convexity of sets.
Equations
- Convex π s = β β¦x : Eβ¦, x β s β StarConvex π x s
Instances For
Alternative definition of set convexity, in terms of pointwise set operations.
Alias of the forward direction of convex_iff_pointwise_add_subset
.
Alternative definition of set convexity, in terms of pointwise set operations.
The convex sets form an additive submonoid under pointwise addition.
Equations
Instances For
The translation of a convex set is also convex.
The translation of a convex set is also convex.
Affine subspaces are convex.
The preimage of a convex set under an affine map is convex.
The image of a convex set under an affine map is convex.
Alternative definition of set convexity, using division.
Alias of the forward direction of convex_iff_ordConnected
.