The coordinate-sum linear map on Fin m-indexed tuples.
Equations
- sumLinearMap = { toFun := fun (x : Fin m → EuclideanSpace ℝ (Fin n)) => ∑ i : Fin m, x i, map_add' := ⋯, map_smul' := ⋯ }
Instances For
The image of the product set under the sum map is the Minkowski sum.
Linear equivalence between EuclideanSpace Real (Fin (m * n)) and block vectors.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The block sum linear map on EuclideanSpace Real (Fin (m * n)).
Instances For
The block equivalence sends blockSet to the product set.
Recession cone of the block set is coordinatewise recession.
The block equivalence sends the block recession cone to the product of recession cones.
Corollary 9.1.1. Let C1, ..., Cm be non-empty convex sets in R^n. Assume that whenever
z1, ..., zm satisfy zi ∈ 0^+ (cl Ci) and z1 + ... + zm = 0, then each zi lies in the
lineality space of cl Ci. Then cl (C1 + ... + Cm) = cl C1 + ... + cl Cm and
0^+ (cl (C1 + ... + Cm)) = 0^+ (cl C1) + ... + 0^+ (cl Cm). In particular, if each Ci is
closed then C1 + ... + Cm is closed.
Corollary 9.1.1.1. Under the hypotheses of Corollary 9.1.1, if all C_i are closed,
then C_1 + ... + C_m is closed.
Zero belongs to the lineality space of any set.
In the Fin 2 case, no-opposite-recession implies lineality.
Corollary 9.1.2. Let C1 and C2 be non-empty closed convex sets in R^n. Assume there is
no direction of recession of C1 whose opposite is a direction of recession of C2 (in
particular, this holds if either C1 or C2 is bounded). Then C1 + C2 is closed and
0^+ (C1 + C2) = 0^+ C1 + 0^+ C2.
Convexity is preserved when transporting a convex cone through EuclideanSpace.equiv.
Positive scaling in K inherited from the cone structure of its coordinate image.
The recession cone of the closure of a convex cone is the closure itself.
The projection of the parabola set onto the first coordinate is all of ℝ.
The image of the recession cone under the projection is {0}.
Conjugate linearMap_prod under the append equivalence.
Equations
Instances For
The embedded image matches the image under the conjugated linear map.