Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Vertices of the Q28Q_{28}Q28​ polar are the stored sign-orbits

Proved
Hirsch.q28_polar_orbit_identification

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

hirsch-conjecturepolytopesprismatoid

Let P={x∈R5:⟨ai,x⟩≤1, i=1,…,28}P=\{x\in\mathbb{R}^5:\langle a_i,x\rangle\le 1,\ i=1,\ldots,28\}P={x∈R5:⟨ai​,x⟩≤1, i=1,…,28} be the polar of the Matschke--Santos--Weibel prismatoid Q28Q_{28}Q28​, with apices u=e5u=e_5u=e5​ and v=−e5v=-e_5v=−e5​. Write flips\mathrm{flip}_sflips​ for the coordinatewise sign change of the first four coordinates encoded by a 444-bit pattern sss, and write pop_opo​ for the stored nonnegative representative of orbit ooo.

Every Euclidean extreme point of PPP is of the form flips(po)\mathrm{flip}_s(p_o)flips​(po​) for some orbit label ooo and sign pattern sss. If two extreme points span an extreme segment of PPP, then their orbit labels are equal or form an edge of the stored quotient graph. The orbit label of an extreme point is unique. Moreover uuu (resp. vvv) is the unsigned representative of orbit 111 (resp. 000), and every sign-flip of those two orbits recovers the corresponding apex.

This is the geometric bridge from the H-polytope PPP to the finite sign-orbit certificate of Q28Q_{28}Q28​. Combined with the 111-Lipschitz potential on the quotient, it forbids a padded walk of length 333 between the two apex links.

Formalization Note orbitPoint and flipPoint are the maps pop_opo​ and flips\mathrm{flip}_sflips​ from Definitions.Def_Hirsch_q28_cert. Adjacency is the extreme-segment predicate Adj of the Hirsch model.

Preamble
import Mathlib
import Definitions.Def_Hirsch_model
import Definitions.Def_Hirsch_q28
import Definitions.Def_Hirsch_q28_cert

open scoped RealInnerProductSpace
open Set Hirsch
Formal statement
namespace Hirsch
theorem q28_polar_orbit_identification :
    (∀ x : EuclideanSpace ℝ (Fin 5),
      x ∈ extremePoints ℝ (Hpoly q28A q28B) →
        ∃ o : Fin 20, ∃ s : Fin 16, x = flipPoint s (orbitPoint o)) ∧
    (∀ x y : EuclideanSpace ℝ (Fin 5),
      Adj (Hpoly q28A q28B) x y →
        ∃ o1 o2 : Fin 20, ∃ s1 s2 : Fin 16,
          x = flipPoint s1 (orbitPoint o1) ∧
          y = flipPoint s2 (orbitPoint o2) ∧
          (o1 = o2 ∨ QuotientAdj o1 o2)) ∧
    (∀ x : EuclideanSpace ℝ (Fin 5), ∀ o1 o2 : Fin 20, ∀ s1 s2 : Fin 16,
      x = flipPoint s1 (orbitPoint o1) →
      x = flipPoint s2 (orbitPoint o2) → o1 = o2) ∧
    q28U = flipPoint 0 (orbitPoint 1) ∧
    q28V = flipPoint 0 (orbitPoint 0) ∧
    (∀ s : Fin 16, flipPoint s (orbitPoint 1) = q28U) ∧
    (∀ s : Fin 16, flipPoint s (orbitPoint 0) = q28V) := by sorry
end Hirsch
Source
B. Matschke, F. Santos, C. Weibel, The width of five-dimensional prismatoids, Proc. London Math. Soc. 110 (2015) 647-672, arXiv:1202.4701, Corollary 2.9 and the explicit Q28Q_{28}Q28​ vertex table; polar/spindle language as in F. Santos, A counterexample to the Hirsch conjecture, Ann. of Math. 176 (2012) 383-412, arXiv:1006.2814, Section 2.2.

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