TheoremDB
All problems

[#P2502] Minimum spanning-tree dilation on the regular nonagon

Work on this problem in ChatGPT
A neutral vertex and edge schematic for Minimum spanning-tree dilation on the regular nonagon.A code-rendered placeholder showing only the mathematical setup.
A neutral schematic of the objects and relations in the statement.

Problem. Place nine vertices at the corners of a regular nonagon of circumradius one. For a spanning tree \(T\), let \(\delta(T)=\max_{u\ne v} d_T(u,v)/\|u-v\|\), where \(d_T\) is Euclidean path length in \(T\). Is the minimum of \(\delta(T)\) equal to \(2\sin(4\pi/9)/\sin(\pi/9)\), the dilation of a star centered at a polygon vertex?

1Context

For the star, the worst pair is the adjacent pair opposite its center. The exact dilation is \(2\sin(4\pi/9)/\sin(\pi/9)\), approximately \(5.758770483143634\).

2Definitions

Definition 1 (Every tree edge). Every tree edge is weighted by its Euclidean chord length.

Definition 2 (Trees). Trees are labeled by the nine fixed polygon vertices; rotations and reflections preserve dilation.

3What counts as a solution

  • Prove that every nonagon spanning tree has dilation at least \(2\sin(4\pi/9)/\sin(\pi/9)\) and exhibit equality, or exhibit a tree with strictly smaller dilation.

1The answerReproducednot Lean-verified

Answer (The minimum nonagon tree dilation is 2+4 cos(pi/9)). Every spanning tree has dilation at least 2+4 cos(pi/9), and each vertex-centered star attains equality.[1]

Verification

Number the vertices cyclically from 0 through 8, put \(\theta=\pi/9\), and write \(\ell_k=2\sin(k\theta)\) for a chord spanning \(k\) polygon steps. The star centered at vertex 0 has its largest detour between vertices 4 and 5. That path has length \(2\ell_4\), while the direct chord has length \(\ell_1\). Its dilation is therefore \[ S=\frac{2\sin(4\pi/9)}{\sin(\pi/9)}. \] The executable certificate compares every pair in this star and finds no larger ratio.

Let \(x=2\cos(\pi/9)\). The triple-angle identity gives \(x^3-3x-1=0\), and \(\sin(4\theta)/\sin\theta=x^3-2x=x+1\). Hence \[ S=2+2x=2+4\cos(\pi/9). \] Equivalently, \(S\) is the largest root of \(s^3-6s^2+8\). The certified interval is \[ 5.758770483142<S<5.758770483144. \]

Pruefer words enumerate the \(9^7=4{,}782{,}969\) labeled spanning trees exactly once. For each tree, the certificate finds a vertex pair whose path-to-chord ratio is at least \(S\). Every comparison is decided in the cubic field generated by \(x\), using integer polynomial arithmetic and a rational isolating interval. This proves the matching lower bound. There are 7,515 labeled minimizing trees. They include the nine vertex-centered stars, one for each choice of center.

1Records

3 records

Notes and companion materialContext, examples, and computations

Original intake status. SOLVED in the reviewed TheoremDB packet as of 2026-08-01. Every spanning tree has dilation at least 2+4 cos(pi/9), and each vertex-centered star attains equality.

  • There are \(9^7=4782969\) labeled trees before dihedral quotienting. A proof by enumeration should compare algebraic chord expressions or use certified intervals near ties.
  • The star is attractive because it minimizes hop count. Its long detours between adjacent vertices on the far side are the likely obstruction.
  • Fresh exact-title, parameter, source, and corpus searches were completed on 2026-08-01.

Recorded example 1. The vertex-centered star gives the exact upper bound \(\delta\le 2\sin(4\pi/9)/\sin(\pi/9)\).

Computational notes

  • Complete Prüfer-code enumeration used double-precision chord lengths for every labeled tree with \(3\le n\le8\). The smallest observed values were approximately 2, 2.414213562373095, 3.236067977499789, 3.732050807568878, 4.493959207434934, and 5.027339492125848. A vertex-centered star produced each observed value. The \(n=8\) sweep examined all 262144 trees; the floating-point comparisons still need interval certification.
How the 3 records connectTyped relations and evidence flow
How the records connect to the problem

ProblemMinimum spanning-tree dilation on the regular nonagon

2See also

How to cite

TheoremDB contributors, “Minimum spanning-tree dilation on the regular nonagon,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/regular-nonagon-tree-dilation

This problem includes 3 records joined by 2 typed links, sourced from doi.org[1], current as of July 24, 2026.

1Lean verification

Lean formalization needed

An informal proof is recorded. A Lean formalization still needs to be attached. TheoremDB Researcher can start from the exact statement and pinned world.

Open TheoremDB Researcher

The prefilled request prepares the target and checks drafts. It submits the accepted proof and polls verification through any packet-review handoff.

1References

  1. Packet source. Buchin, Kevin, Rehs, Carolin, and Scheele, Torben, “Geometric Spanners of Bounded Tree-Width”. LIPIcs, Volume 332, SoCG 2025 (2025). DOI 10.4230/LIPIcs.SoCG.2025.26. Section 6.1, minimum-dilation trees for points in convex position. proceedings article · primary source · checked 2026-08-01Source use: original summary.This is the primary or maintained source used to check the formulation, neighboring results, and current research boundary.Also cited at Buchin, Rehs, and Scheele, Geometric Spanners of Bounded Tree-Width, SoCG 2025, section 6.1; Aronov et al., Sparse Geometric Graphs with Small Dilation, Computational Geometry 40 (2008); Cheong, Haverkort, and Lee, Computing a Minimum-Dilation Spanning Tree is NP-hard, Computational Geometry 41 (2008); Eppstein and Wortman, Minimum Dilation Stars, Computational Geometry 37 (2007); checked 2026-07-24.Also cited at Independent exact certificate nonagon-tree-artifact-complete-pruefer-search, executed on 2026-07-24.For Minimum spanning-tree dilation on the regular nonagon, the reviewed source scope is Buchin, Rehs, and Scheele, Geometric Spanners of Bounded Tree-Width, SoCG 2025, section 6.1; Aronov et al., Sparse Geometric Graphs with Small Dilation, Computational Geometry 40 (2008); Cheong, Haverkort, and Lee, Computing a Minimum-Dilation Spanning Tree is NP-hard, Computational Geometry 41 (2008); Eppstein and Wortman, Minimum Dilation Stars, Computational Geometry 37 (2007); checked 2026-07-24. The packet makes no inference beyond that cited scope.Source named by the research packet.
  2. David Eppstein and Kevin A. Wortman, “Minimum dilation stars,” Computational Geometry 37(1) (2007), 27-37. DOI 10.1016/j.comgeo.2006.05.007; arXiv:cs/0412025v3. minimum-dilation star problem and its principal bounds. preprint · reference source · arXiv:cs/0412025, checked 2026-08-01 · checked 2026-07-24Source use: citation only.For Minimum spanning-tree dilation on the regular nonagon, this source supplies neighboring star constructions; it does not determine the regular-nonagon tree optimum.
  3. Boris Aronov, Mark de Berg, Otfried Cheong, Joachim Gudmundsson, Herman Haverkort, Michiel Smid, and Antoine Vigneron, “Sparse geometric graphs with small dilation,” Computational Geometry 40(3) (2008), 207-219. DOI 10.1016/j.comgeo.2007.07.004; arXiv:cs/0702080v2. main sparse-geometric-graph dilation bounds. preprint · reference source · arXiv:cs/0702080, checked 2026-08-01 · checked 2026-07-24Source use: citation only.For Minimum spanning-tree dilation on the regular nonagon, this source supplies general sparse-spanner bounds; it does not determine the regular-nonagon tree optimum.
  4. Otfried Cheong, Herman Haverkort, and Mira Lee, “Computing a minimum-dilation spanning tree is NP-hard,” Computational Geometry 41(3) (2008), 188-205. DOI 10.1016/j.comgeo.2007.12.001; arXiv:cs/0703023v1. main NP-hardness theorem for minimum-dilation spanning trees. preprint · reference source · arXiv:cs/0703023, checked 2026-08-01 · checked 2026-07-24Source use: citation only.For Minimum spanning-tree dilation on the regular nonagon, this source supplies computational-complexity context; it does not determine the fixed regular-nonagon instance.

Original finite geometric-spanner optimization.

Flag this problem

Report a problem

Your ChatGPT account

Opening ChatGPT

ChatGPT is opening in a new tab.