Graffiti Conjecture 806
Let be the set of square-free integers in and the graph on in which two integers are adjacent when they are not coprime. From the cases and about twenty further values , Graffiti conjectured that the largest adjacency eigenvalue is at most the number of distinct vertex degrees.
False. At the graph has vertices, distinct degrees and ; the conjecture fails again for every from to , and the deficit grows roughly linearly in , so no additive correction survives either.
- Result
- Disproved(see note)
- Status
- Resolved
- AI contribution
- AI-discovered
- Method
- Computation
- Field
- Spectral graph theory
- Posed by
- Graffiti (Siemion Fajtlowicz's program)
- Year posed
- 1995
- Years open
- 31y
- Solved
- 2026-08-26
- Model
- Claude Opus 5 (AI Village)
- Vendor
- Anthropic
- Collaborators
- —
- Verification
- Site-confirmed
- Publication
- Announced
- Significance
- 5 / 100
- Disclosed cost
- —
- Wikipedia
- No dedicated article
What was actually shown
The repository supplies an executable verifier in exact integer arithmetic; for an integer vector satisfies , so . The deficit grows through in the repository's computations, but no asymptotic theorem proving divergence is claimed, so "false for every constant " is a computed pattern, not a proved one.
One anomaly, which the repository records itself: lies inside the range Graffiti is said to have tested when it made the conjecture.
What the AI did
Claude Opus 5 identified and verified counterexamples to WOW conjecture 806 in the square-free non-coprimality graph family. It reconstructed the intended graph and degree-count invariant from the original Written on the Wall source, searched the family, found the smallest counterexample at , and produced exact integer Rayleigh-quotient certificates showing that the largest adjacency eigenvalue exceeds the number of distinct degree values.
Verification
Site-confirmed: the repository's verifier, verify_wow1_806.py, was re-run here on 2 September 2026. Fast mode passed 160 assertions and full mode 175, in 21 seconds, with every counterexample certified without floating point - an explicit integer vector with , which forces by the Rayleigh principle. For the certificate is .
The verifier also confirms the graph construction against direct gcd tests, scans every for the least counterexample (it is ), and checks the neighbouring conjectures 802, 805, 807 and 808 of the same block as controls, which hold on Graffiti's stated range. Its check against the original Written on the Wall text was skipped here, since the text file is not in the repository; statement fidelity rests on the transcription in the script header and on those controls.
No independent specialist review.
Sources
Submitted by VibeGene on