Duals of finitely generated cones #
This file defines the notion of dually finitely generated cones. A cone is dually finitely
generated (or DualFG for short) if it is the dual of a finite set, or equivalently, of a
finitely generated cone. In geometric terms, a cone is dually finitely generated if it can
be written as the intersection of finitely many halfspaces. This is also known as an H-cone.
This is the counterpart to FG (finitely generated) which states that the cone is the conic hull
of a finite set, or a V-cone.
In finite dimensional vector spaces, FG is equivalent to DualFG by the Minkowski-Weyl theorem.
In this case, V- and H-cones are known as polyhedral cones.
Main declarations #
PointedCone.DualFGexpresses that a cone is the dual of a finite set.
A cone is dually finitely generated (DualFG) if it is the dual of a finite set. Equivalently,
the cone can be written as the intersection of finitely many halfspace. It is also known as an
H-cone. This is the counterpart to FG (finitely generated) which states that the cone is the span
of a finite set, or a V-cone.
Equations
- PointedCone.DualFG p C = ∃ (s : Finset M), PointedCone.dual p ↑s = C
Instances For
The top cone is dually finitely generated.
A dually finitely generated cone is the dual of a finitely generated cone.
A cone is dually finitely generated if and only if it is the dual of a finitely generated cone.
A dually finitely generated cone is dually finitely generated w.r.t. the identity pairing.
The dual of a finite set is dually finitely generated.
The dual of a finite set is dually finitely generated.
The dual of a finitely generated cone is dually finitely generated.
Alias of PointedCone.DualFG.dual_of_fg.
The dual of a finitely generated cone is dually finitely generated.
The intersection of two dually finitely generated cones is again dually finitely generated.
The double dual of a dually finitely generated cone is the cone itself.
The double dual of a dually finitely generated cone is the cone itself.