Tensor Products of Pointed Cones #
This file proves that the minimal and maximal tensor products of pointed cones in finite-dimensional real vector spaces are equal when one cone is simplicial and generating and the other is proper (pointed and closed).
Finite-dimensionality of the proper cone ambient space is by explicit declaration and is required
for the topDualPairing_isContPerfPair instance (in Topology.Algebra.Module.TopDualPairing).
The simplicial and generating cone ambient space is implicitly finite dimensional by the
simplicial and generating assumption.
This file uses topDualPairing (the canonical pairing of a vector space and its topological dual)
to avoid explicit topology assumptions on Module.Dual.
The proof relies on the following result:
- Bipolar theorem (
ProperCone.dual_dual_flip): The double dual of a proper cone is itself.
This requires:
- Local convexity and Hausdorff separation (for Hahn-Banach)
- A continuous perfect pairing between the module and its dual.
Main results #
PointedCone.minTensorProduct_eq_max_of_simplicial_generating_left: IfC₁is simplicial and generating andC₂is proper, then the minimal and maximal tensor products are equal.PointedCone.minTensorProduct_eq_max_of_simplicial_generating_right: IfC₁is a proper cone andC₂is a simplicial and generating cone, then their minimal and maximal tensor products are equal.
References #
Equality of minimal and maximal tensor products #
If a pointed cone C is contained in the conic hull of a basis b, then the coordinate
functionals of b lie in the dual cone of C.
If C₁ is a simplicial and generating cone and C₂ is a proper cone, then their minimal
and maximal tensor products are equal.
If C₁ is a proper cone and C₂ is a simplicial and generating cone, then their minimal
and maximal tensor products are equal.