A relaxation keeping the tight rows of a vertex becomes bounded after one auxiliary cut
ProvedHirsch.bounded_relaxation_cuthirsch-conjecturelinear-programmingpolytopes
Let be bounded, let be a set of row indices, and let be a vertex of all of whose tight inequalities have indices in . Put . Then there is a real such that
and the polyhedron
is bounded. Thus , and is a bounded H-polytope described by inequalities.
The relaxation is in general unbounded; the single cut bounds it because a direction with for all and must satisfy for every , and the normals indexed by span since they contain the tight normals of the vertex . This is the device that lets a diameter induction apply its inductive hypothesis (stated for bounded polytopes) to Kalai--Kleitman or Larman relaxations.
Formalization Note The cut uses the specific normal , as in the platform proof of Hirsch.graph_connected_general.
Preamble
import Mathlib import Definitions.Def_Hirsch_model open scoped RealInnerProductSpace
Formal statement
namespace Hirsch
theorem bounded_relaxation_cut (d n : ℕ)
(a : Fin n → EuclideanSpace ℝ (Fin d)) (b : Fin n → ℝ)
(hbd : Bornology.IsBounded (Hpoly a b)) (T : Finset (Fin n))
(v : EuclideanSpace ℝ (Fin d)) (hv : v ∈ Set.extremePoints ℝ (Hpoly a b))
(hvT : ∀ j, ⟪a j, v⟫ = b j → j ∈ T) :
∃ M : ℝ, (∀ x ∈ Hpoly a b, ⟪-∑ j ∈ T, a j, x⟫ ≤ M) ∧
Bornology.IsBounded {x : EuclideanSpace ℝ (Fin d) |
(∀ j ∈ T, ⟪a j, x⟫ ≤ b j) ∧ ⟪-∑ j ∈ T, a j, x⟫ ≤ M} := by sorry
end HirschSource
Cut construction as in Prove2Me Hirsch.graph_connected_general (8b17b820-f7a3-42e4-89a3-efd89fad4f3b); recession-cone characterisation of boundedness: Bertsimas--Tsitsiklis, Introduction to Linear Optimization, Theorem 4.14 and Section 4.7 (a polyhedron is bounded iff its recession cone is {0}). G. Kalai, D. J. Kleitman, A quasi-polynomial bound for the diameter of graphs of polyhedra, Bull. AMS 26 (1992) 315-316, proof of the Lemma (the relaxed polyhedron cut out by the touched facets has no shorter paths), https://arxiv.org/abs/math/9204233; M. J. Todd, arXiv:1402.3579, Lemma 1.