Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A vertex of a polytope stays a vertex of any relaxation keeping its tight rows

Proved
Hirsch.relaxation_vertex

by elmismisimoxhunca · Sep 5, 2026 · Mathlib c5ea003 (Lean v4.30.0)

hirsch-conjecturelinear-programmingpolytopes

Let P={x∈Rd:⟨ai,x⟩≤bi, i<n}P=\{x\in\mathbb{R}^d:\langle a_i,x\rangle\le b_i,\ i<n\}P={x∈Rd:⟨ai​,x⟩≤bi​, i<n}, let T⊆{0,…,n−1}T\subseteq\{0,\dots,n-1\}T⊆{0,…,n−1} be a set of row indices, and let Q⊆RdQ\subseteq\mathbb{R}^dQ⊆Rd be any set on which the inequalities indexed by TTT hold:

z∈Q, j∈T ⟹ ⟨aj,z⟩≤bj.z\in Q,\ j\in T\ \Longrightarrow\ \langle a_j,z\rangle\le b_j .z∈Q, j∈T ⟹ ⟨aj​,z⟩≤bj​.

Let xxx be a vertex (extreme point) of PPP with x∈Qx\in Qx∈Q, and suppose every inequality tight at xxx has its index in TTT. Then xxx is an extreme point of QQQ.

This is the "vertices survive the dropping of inequalities they do not touch" step of Kalai--Kleitman, stated for an arbitrary superset QQQ (so that it applies to a relaxation intersected with a supporting hyperplane and with an auxiliary bounding cut). The reason is that the tight rows at xxx contain ddd linearly independent normals; on an open segment through xxx inside QQQ those rows are ≤bj\le b_j≤bj​ at the endpoints and =bj=b_j=bj​ at xxx, hence tight at both endpoints, which forces the endpoints to coincide with xxx.

Formalization Note The hypothesis on QQQ is only that the TTT-rows hold on QQQ; QQQ need not be a polyhedron, and P⊆QP\subseteq QP⊆Q is not assumed (only x∈Qx\in Qx∈Q).

Preamble
import Mathlib
import Definitions.Def_Hirsch_model

open scoped RealInnerProductSpace
Formal statement
namespace Hirsch

theorem relaxation_vertex (d n : ℕ)
    (a : Fin n → EuclideanSpace ℝ (Fin d)) (b : Fin n → ℝ)
    (T : Finset (Fin n)) (Q : Set (EuclideanSpace ℝ (Fin d)))
    (hQ : ∀ z ∈ Q, ∀ j ∈ T, ⟪a j, z⟫ ≤ b j)
    (x : EuclideanSpace ℝ (Fin d)) (hx : x ∈ Set.extremePoints ℝ (Hpoly a b)) (hxQ : x ∈ Q)
    (hxT : ∀ j, ⟪a j, x⟫ = b j → j ∈ T) :
    x ∈ Set.extremePoints ℝ Q := by sorry

end Hirsch
Source
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. Platform ingredient: LinearOptimization.lp_vertex_extreme_bfs_equiv (ea20915a-07e6-4e13-80cf-8dcecf2bb888), Bertsimas--Tsitsiklis Theorem 2.3.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me