Documentation

MIPRE.Background.LIDT.MIPStarRE.Quantum.FiniteConicDuality

Finite conic-duality separation lemmas #

This module contains the product-space part of the finite-dimensional conic duality argument used by the Section 9 SDP. A separator on a product space E × ℝ decomposes into a constraint-coordinate functional and an objective coefficient. If the separator is nonnegative on a conic image and negative at a point with the same constraint coordinate but larger objective coordinate, then the objective coefficient is negative. After normalizing by this negative coefficient one obtains the functional dual bound.

The matrix trace-pairing representation and the paper-form SDP witness remain in the Section 9 matrix-realization layer.

References #

The constraint-coordinate part of a separator on a product space.

Equations
Instances For

    The objective-coordinate coefficient of a separator on a product space.

    Equations
    Instances For

      A separator on E × ℝ is the sum of its constraint-coordinate part and objective-coordinate part.

      theorem MIPStarRE.Quantum.conicSeparatorObjectiveCoefficient_neg_of_above {E : Type u_1} [TopologicalSpace E] [AddCommMonoid E] [Module E] {C : Set (E × )} (φ : StrongDual (E × )) {y : E} {s t : } ( : zC, 0 φ z) (hys : (y, s) C) (hyt : φ (y, t) < 0) (hst : s < t) :

      If a separator is nonnegative on a conic image point (y, s) and negative at (y, t) with s < t, then its objective-coordinate coefficient is negative.

      The normalized constraint-coordinate functional associated to a separator.

      This definition is useful when the objective-coordinate coefficient is known to be negative.

      Equations
      Instances For
        theorem MIPStarRE.Quantum.conicObjective_le_normalizedSeparator_of_mem {E : Type u_1} {F : Type u_2} [TopologicalSpace E] [AddCommMonoid E] [Module E] [TopologicalSpace F] [AddCommMonoid F] [Module F] (A : E →L[] F) (c : E →L[] ) {C : Set (F × )} (φ : StrongDual (F × )) ( : zC, 0 φ z) (hcoeff : conicSeparatorObjectiveCoefficient φ < 0) (x : E) (hx : (A x, c x) C) :

        A separator that is nonnegative on a conic image gives a normalized functional dual bound on any point whose constraint-objective image lies in that conic image.

        theorem MIPStarRE.Quantum.conicFunctionalDualFeasible_normalizedSeparator {F : Type u_1} [TopologicalSpace F] [AddCommMonoid F] [Module F] {C : Set (F × )} (φ : StrongDual (F × )) ( : zC, 0 φ z) (hcoeff : conicSeparatorObjectiveCoefficient φ < 0) (z : F × ) :

        The normalized constraint functional associated to a separator is feasible for the functional dual problem of the conic image.

        If a separator is negative at (y, t), then its normalized constraint-coordinate functional is below t at y.

        theorem MIPStarRE.Quantum.conic_primalValue_eq_dualValue_of_fiber_max_dual_min {F : Type u_1} [TopologicalSpace F] [AddCommGroup F] [IsTopologicalAddGroup F] [Module F] [ContinuousSMul F] [LocallyConvexSpace F] (C : ProperCone (F × )) {y : F} {p d : } (hprimalMem : (y, p) C) (hprimalMax : ∀ {t : }, (y, t) Ct p) (hdualMin : ∀ (ψ : StrongDual F), (∀ zC, z.2 ψ z.1)d ψ y) (hweak : p d) :
        p = d

        A functional conic zero-gap theorem.

        Let C be a closed conic image in F × ℝ. Suppose that, on the fiber over y, the value p lies in C and is maximal among all objective coordinates in that fiber. Suppose also that d is minimal among all continuous real-linear functionals ψ satisfying the functional dual inequalities t ≤ ψ y' for every (y', t) ∈ C. If weak duality gives p ≤ d, then the attained primal and dual values are equal.

        This is the product-space separation argument behind finite-dimensional conic duality. It deliberately records the closed-image fiber condition through the maximality hypothesis, rather than assuming that fiber recovery is automatic.