Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Wilbrink (Theorem 5): the orbit matrix of an order-111111 automorphism of a (99,14,1,2)(99,14,1,2)(99,14,1,2) graph does not exist

Proved
Conway99.conway_99_no_orbit_matrix

by Gabewhigham · Sep 6, 2026 · Mathlib 0df444a (Lean v4.33.1)

combinatoricsgraph-theorylinear-algebrastrongly-regular-graphs

There is no 9×99\times 99×9 matrix C=(cij)C=(c_{ij})C=(cij​) with entries in N\mathbb{N}N such that

  1. CCC is symmetric, cij=cjic_{ij}=c_{ji}cij​=cji​;
  2. every row sums to 141414, ∑j=19cij=14\sum_{j=1}^{9}c_{ij}=14∑j=19​cij​=14;
  3. C2+C=12 I9+22 J9C^{2}+C=12\,I_9+22\,J_9C2+C=12I9​+22J9​, where I9I_9I9​ is the identity and J9J_9J9​ the all-ones matrix.

Equivalently, writing the third condition entrywise, there are no nonnegative integers cijc_{ij}cij​ with

∑k=19cik2=34−cii,∑k=19cikcjk=22−cij (i≠j),∑j=19cij=14.\sum_{k=1}^{9}c_{ik}^{2}=34-c_{ii},\qquad \sum_{k=1}^{9}c_{ik}c_{jk}=22-c_{ij}\ (i\neq j),\qquad \sum_{j=1}^{9}c_{ij}=14 .k=1∑9​cik2​=34−cii​,k=1∑9​cik​cjk​=22−cij​ (i=j),j=1∑9​cij​=14.

These are exactly the conditions satisfied by the orbit matrix of an automorphism of order 111111 of a strongly regular graph with parameters (99,14,1,2)(99,14,1,2)(99,14,1,2), whose 999 orbits all have length 111111. The statement is a purely finite arithmetic assertion about 9×99\times99×9 integer matrices, and it is the combinatorial core of Wilbrink's theorem that a (99,14,1,2)(99,14,1,2)(99,14,1,2) graph admits no automorphism of order 111111.

Formalization Note The matrix identity is stated entrywise as ∑kcikckj+cij=12 [i=j]+22\sum_k c_{ik}c_{kj}+c_{ij}=12\,[i=j]+22∑k​cik​ckj​+cij​=12[i=j]+22 to avoid subtraction in N\mathbb{N}N.

Preamble
import Mathlib.Data.Matrix.Basic
Formal statement
namespace Conway99

theorem conway_99_no_orbit_matrix :
    ¬ ∃ C : Matrix (Fin 9) (Fin 9) ℕ, (∀ i j, C i j = C j i) ∧ (∀ i, ∑ j, C i j = 14) ∧
      ∀ i j, (∑ k, C i k * C k j) + C i j = (if i = j then 12 else 0) + 22 := by sorry

end Conway99
Source
H. A. Wilbrink, 'On the (99,14,1,2) strongly regular graph', in: Papers dedicated to J. J. Seidel (P. J. de Doelder, J. de Graaf, J. H. van Lint, eds.), EUT Report 84-WSK-03, Eindhoven University of Technology, 1984, pp. 342-355, https://pure.tue.nl/ws/files/2449333/256699.pdf ; Theorem 5, pp. 350-354

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