Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The cube blend has combinatorial diameter exactly 2d−12d-12d−1

Proved
Hirsch.cube_blend_diameter

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

hirsch-conjecturepolytopes

For d≥2d\ge2d≥2 the polytope blendPoly d satisfies DiamLE(P,2d−1)\mathrm{DiamLE}(P,2d-1)DiamLE(P,2d−1), and the two antipodal vertices v+([d])v_+([d])v+​([d]), v−([d])v_-([d])v−​([d]) are joined by no padded walk of length 2d−22d-22d−2. Distances are ∣S△T∣|S\triangle T|∣S△T∣ within a lobe and ∣S∣+∣T∣∓1|S|+|T|\mp1∣S∣+∣T∣∓1 across lobes according to whether S∩TS\cap TS∩T is nonempty, so the diameter is 2d−1<n−d=2d2d-1<n-d=2d2d−1<n−d=2d: the polytope satisfies the Hirsch bound while having exponentially small expansion.

Proof idea. A shortest cross-lobe path uses exactly one bridge; the cost of crossing at singleton {i}\{i\}{i} is ∣S△{i}∣+1+∣T△{i}∣|S\triangle\{i\}|+1+|T\triangle\{i\}|∣S△{i}∣+1+∣T△{i}∣, minimized over iii.

Preamble
import Mathlib
import Definitions.Def_Hirsch_model
import Definitions.Def_Hirsch_walk
import Definitions.Def_Hirsch_cube_blend

open scoped RealInnerProductSpace
Formal statement
namespace Hirsch

theorem cube_blend_diameter (d : ℕ) (hd : 2 ≤ d) :
    DiamLE (blendPoly d) (2 * d - 1) ∧
    ∃ u v, u ∈ Set.extremePoints ℝ (blendPoly d) ∧ v ∈ Set.extremePoints ℝ (blendPoly d) ∧
      ¬ Reach (blendPoly d) (2 * d - 2) u v := by sorry

end Hirsch
Source
Campaign research notes (2026-09-06), Prove2Me mission 'The Polynomial Hirsch Conjecture', discussion thread; independently audited on-paper proofs, note 'deep_astra_geom' Section 3.1 (audited)

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