We prove Graffiti 292: for every connected simple graph \(G\) of order \(n\) and girth at least five, the least positive adjacency eigenvalue satisfies \[ \lambda_+(G)\;\le\;\frac{n}{\overline{\operatorname{Gr}}}, \] where the gravity matrix has off-diagonal entries \(d(u)d(v)/((n-1)\,d(u,v))\), zero diagonal, and mean taken over all \(n^2\) entries. The proof is a three-line argument. A degree-sum bound gives \(n/\overline{\operatorname{Gr}}\ge (n-1)n^3/(4m^2)\); the trace identity \(\operatorname{tr}(A^2)=2m\) gives \(\lambda_+\le\sqrt{2m}\); and Reiman's \(C_4\)-free edge bound \(m\le n(1+\sqrt{4n-3})/4\) closes the chain for every \(n\ge7\) via a polynomial whose shifted form has exclusively positive coefficients. Small orders are dispatched by exact exhaustive computation with rational root isolation. The package includes four independent verification batteries — exact gravity means on named cages, symbolic reduction, exact small-case enumeration, and a from-scratch independent reimplementation over 18,686 labeled graphs through order seven — plus full source scans, scripts, run logs, technical vector figures, and SHA-256 hashes. Novelty is stated provisionally: we found no prior resolution in the indexed literature, but priority is not claimed pending expert review.
Let \(G\) be a connected simple graph on \(n\) vertices with adjacency matrix \(A\). Its gravity matrix is
where \(d(u)\) is degree, \(d(u,v)\) is graph distance, and \(\overline{\operatorname{Gr}}\) is the mean of all \(n^2\) entries (diagonal zeros included). Graffiti 292 (page 80 of Fajtlowicz's Written on the Wall) asserts that if \(G\) has girth at least five, then the least positive adjacency eigenvalue obeys
As of the September 2024 Roucairol–Cazenave search survey, the conjecture was listed open after an exhaustive spectral search across cages, incidence graphs of projective planes, and random regular graphs of girth at least five.
Proof. Since \(d(u,v)\ge1\) for \(u\ne v\), \[ \overline{\operatorname{Gr}} =\frac{1}{n^2(n-1)}\sum_{u\ne v}\frac{d(u)d(v)}{d(u,v)} \le\frac{1}{n^2(n-1)}\sum_{u\ne v}d(u)d(v) \le\frac{(2m)^2}{n^2(n-1)}=\frac{4m^2}{n^2(n-1)}. \] Taking reciprocals yields the claim. ∎
Proof. If \(\lambda_1,\dots,\lambda_n\) are the adjacency eigenvalues, then \(\sum_i\lambda_i^2=\operatorname{tr}(A^2)=2m\). ∎
A graph of girth at least five has no triangles or four-cycles, so the bound applies.
Proof. For \(n\ge7\), set \(t=\sqrt{4n-3}\), so \(n=(t^2+3)/4\) and \(t\ge5\). The left side of \[ \frac{(n-1)n^3}{4B(n)^2}\ge\sqrt{2B(n)}\tag{1} \] decreases with \(m\) while the right side increases, so Lemma 3 reduces the comparison to (1). Both sides are positive. Squaring (1), substituting \(n=(t^2+3)/4\), and clearing positive denominators reduces (1) to \(P(t)>0\), where \[ P(t)=2(t+1)^2\left(t^4-4t^3-2t^2-12t+1\right). \] Writing \(t=u+5\) gives, by direct expansion, \[ P(u+5)=2u^6+56u^5+632u^4+3600u^3+10400u^2+12480u+1152>0 \] for every \(u\ge0\). Hence, by Lemmas 1–3, \[ \frac{n}{\overline{\operatorname{Gr}}} \ge\frac{(n-1)n^3}{4m^2} \ge\sqrt{2m} \ge\lambda_+(G). \] For \(n\le6\), every connected simple graph of girth at least five is among the finite cases checked exactly below (the verifier covers all qualifying graphs through order seven). ∎
The terminal polynomial is the final analytic step of the argument. Its factored and expanded forms, exact endpoint value, and shifted coefficient list are machine-verified:
cleared(t) = 2(t+1)^2 (t^4 - 4t^3 - 2t^2 - 12t + 1)
= 2 t^6 - 4 t^5 - 18 t^4 - 40 t^3 - 50 t^2 - 20 t + 2
cleared(5) = 1152
cleared(t = u + 5) coefficients: [2, 56, 632, 3600, 10400, 12480, 1152] — all strictly positive
so Graffiti 292 holds with strict inequality, uniformly in \(n\) — with no edge-cap, no trace bound, no polynomial, and no finite case split.
Proof. A graph of girth at least five has no triangle and no four-cycle. Count the paths of length two ("cherries"): there are \(\sum_v\binom{d(v)}{2}\) of them. Triangle-freeness makes the two endpoints of each cherry non-adjacent; \(C_4\)-freeness means a non-adjacent pair has at most one common neighbour, so distinct cherries have distinct endpoint pairs. Hence cherries inject into non-edges:
\[
\sum_v\binom{d(v)}{2}\;\le\;\binom{n}{2}-m.
\]
By Cauchy–Schwarz, \(\sum_v d(v)^2\ge(\sum_v d(v))^2/n=4m^2/n\), so \(\sum_v\binom{d(v)}{2}=\tfrac12\sum_v d(v)^2-m\ge \tfrac{2m^2}{n}-m\). Combining the two,
\[
\frac{2m^2}{n}-m\;\le\;\frac{n(n-1)}{2}-m\qquad\Longrightarrow\qquad 4m^2\le n^2(n-1).
\]
Feeding this into Lemma 1 (unchanged),
\[
\frac{n}{\overline{\operatorname{Gr}}}\;\ge\;\frac{(n-1)n^3}{4m^2}\;\ge\;\frac{(n-1)n^3}{n^2(n-1)}\;=\;n,
\]
that is \(\overline{\operatorname{Gr}}\le1\). Finally every adjacency eigenvalue obeys \(\lambda_+\le\rho(A)\le\Delta(G)\le n-1\). Chaining gives \(\lambda_+\le n-1
Four independent batteries, no shared code between the two reimplementations. A failure in any battery would block publication.
| Battery | Method | Coverage | Status |
|---|---|---|---|
| 1. Named-graph evaluator | exact gravity means + float spectra | paths, cycles, Petersen, Heawood, Pappus, Desargues, Möbius–Kantor, Hoffman–Singleton, random regular girth ≥ 5, graph atlas ≤ 7 | PASS |
| 2. Symbolic reduction | SymPy exact factorization | cleared polynomial, expansion, derivative, endpoint 1152, shifted coefficients | PASS |
| 3. Exact small-case enumeration | characteristic polynomials + rational root isolation | all 35 connected girth ≥ 5 graphs through order 7 | PASS |
| 4. Independent reimplementation | from-scratch, no shared code: exact-integer inequality, hand-rolled graph engine, Fano-plane and Hoffman–Singleton constructions | analytic bound at n = 7..199, 10³, 10⁴, 10⁵, 10⁶; exhaustive over all connected girth ≥ 5 graphs on n ≤ 6 (1,874 labeled) plus all n = 7 trees, cycles, and unicyclic graphs — 18,686 labeled graphs in total, dominated by the 16,807 labeled 7-vertex trees; the one bicyclic n = 7 class is covered by the atlas battery, and n = 7 is in any case covered by the analytic argument (t = 5); four named cages | PASS |
| Graph | n | m | girth | \(\lambda_+\) | \(n/\overline{\operatorname{Gr}}\) | margin |
|---|---|---|---|---|---|---|
| \(C_5\) | 5 | 5 | 5 | 0.618034 | 8.333333 | −7.715299 |
| Petersen | 10 | 15 | 5 | 1.000000 | 16.666667 | −15.666667 |
| Heawood | 14 | 21 | 6 | 1.414214 | 38.606061 | −37.191847 |
| Hoffman–Singleton | 50 | 175 | 5 | 2.000000 | 89.285714 | −87.285714 |
| cycle \(C_{17}\) | 17 | 17 | 17 | 0.184537 | 212.667543 | −212.483006 |
| path \(P_{10}\) | 10 | 9 | ∞ | 0.284630 | 68.229405 | −67.944775 |
| random 3-reg (n = 30, girth 5) | 30 | 45 | 5 | 0.154525 | 251.275633 | −251.121108 |
The independent reimplementation enumerates all connected simple graphs on \(n\le6\) vertices by edge subsets (1,874 labeled girth-at-least-five graphs), plus all trees, cycles, and unicyclic graphs on 7 vertices (a further 16,812, dominated by the 16,807 labeled 7-vertex trees) — 18,686 labeled graphs in total — and checks the conjecture exactly: the gravity mean is computed as an exact rational number, the characteristic polynomial is exact, and least positive roots are isolated with rational intervals of width \(10^{-18}\). No graph violates the bound. The separate graph-atlas battery independently checks all 35 qualifying graphs through order 7 with the same exact arithmetic.
The 2024 search programs attacked the conjecture spectrally: they computed gravity and spectra for thousands of graphs and found the bound holding everywhere — which is consistent with truth, but gives no proof. The actual argument needs no graph-specific spectral computation. It bounds the gravity mean by a degree sum, bounds every eigenvalue by the trace identity, and lets Reiman's edge bound compare the two. The extremal high-girth graphs that matter for search (the cages) sit far inside the bound, so no search over a finite range of orders could confirm the universal statement — and, the bound being true, none found a counterexample. The conjecture was open because the three lemmas lived in different literatures: gravity matrices (Brewster–Dinneen–Faber), spectral trace identities, and extremal graph theory.
Everything needed to reproduce this report is in the artifact archive. One command per battery:
python attack_graffiti_292.py # named graphs + atlas ≤ 7: exact gravity, margins python verify_symbolic_292.py # cleared polynomial factorization, endpoint, shift python verify_small_cases_exact.py # exact charpoly/root isolation, atlas ≤ 7 python verify_independent_292.py # from-scratch: 18,686 graphs + analytic bound + cages python verify_twopath_292.py # stronger uniform bound (§2.5): cherry-count + Lemma 1, exact python make_sha256.py # regenerate SHA256SUMS.txt
Dependencies: Python 3.13, SymPy 1.14, NetworkX 3.5, NumPy 2.3. Exact arithmetic throughout; floating point is used only for spectra in the named-graph battery, never for the inequality itself.
| Artifact | Purpose |
|---|---|
| manuscript-graffiti-292.pdf | typeset proof (2 pages, XeLaTeX) |
| manuscript-graffiti-292.tex | LaTeX source |
| attack_graffiti_292.py / output | named-graph battery |
| verify_symbolic_292.py / output | symbolic reduction battery |
| verify_small_cases_exact.py / output | exact small-case battery |
| verify_independent_292.py / output | independent reimplementation (18,686 labeled graphs through order seven) |
| verify_twopath_292.py / output | stronger uniform bound (§2.5): cherry-count, exact atlas + cages |
| claim-ledger.json | claim-by-claim evidence map |
| wow-july2004.pdf / page80-detail.txt | primary source scan and OCR of the statement |
| SHA256SUMS.txt | integrity ledger |
Principal hashes at publication time:
| Artifact | SHA-256 |
|---|---|
| manuscript (markdown) | 06f6c3112e3b443678745959dc303a6ed1e2c81dd6177dfb5c7572b1be0de4b6 |
| independent verifier | 8117c135e9a28be85ecb050aa5a463dfab1786fd3b29ec3bc92ac6ac229e9869 |
| independent verifier output | 83496f7e53eaffd67248a65f6cba0df783553e0ce74f966de06d2a2728db7611 |
| symbolic verifier output | 7e621ffac638e0ce26a95b513aa700c496dca056e2dffb12f6cc92f88e839da7 |
| source scan (Written on the Wall) | d2c779d2c28418b30ab1b4f84bf7112c0e000bca1f2d6a3c48d0baba78af7733 |
We thank Spanky McDoob (@59thProfile) for the stronger uniform argument recorded in §2.5, and for corrections to the exposition (the asymptotic growth rate of \(L(n)\), the statement of the polynomial-positivity step, the containment-figure wording, and the labeled-graph counts of §§3–4).