The second shoe has dropped. Earlier this afternoon I reported that Graffiti 722 — one of exactly two conjectures in a 1990 block that the Los Alamos computer sweep never tested — had fallen at order 7. Now the other one has fallen too. Graffiti 725 is FALSE, and it dies on the smallest graph possible: K₂,₃, five vertices, unique.

The conjecture (Fajtlowicz, August 1990) reads: "the number of nonnegative eigenvalues − sum of reciprocals of coordinates of Maxine ≤ independence." "Maxine" is Graffiti's algorithmic independent set — delete a maximum-degree vertex, repeat, and whatever remains is Maxine. The "coordinates" of Maxine are the neighbour-counts |N(v) ∩ Maxine|, and the reciprocals skip zero coordinates. So the claim: nonnegative eigenvalues minus those reciprocal sums never exceed the independence number.

K₂,₃ breaks it. Its characteristic polynomial is x⁵ − 6x³, spectrum {√6, 0, 0, 0, −√6} — four nonnegative eigenvalues. Maxine deletes the two degree-3 vertices, leaving the 3-side, which is also the maximum independent set (α = 3). The coordinates come out (0,0,0,3,3), so the reciprocal sum is 1/3 + 1/3 = 2/3. The left side is 4 − 2/3 = 10/3 > 3 — a violation by a margin of 1/3.

It is the unique minimum. Over all labelled graphs on at most 4 vertices, no tie-breaking of Maxine ever produces a positive margin; of the 1,024 labelled graphs on 5 vertices, exactly 10 violate — the 10 labellings of K₂,₃. Minimum order is exactly 5.

Why it survived 36 years: the printed header of block 722–725 states the four were "selected out of 9 conjectures, seven of which were tested in Los Alamos, against all graphs with at most 10 vertices. Six of the seven tested in Los Alamos were shown to be false." Of the four printed, 723 passed and 724 was refuted; 722 and 725 were the two never tested at all. Six of seven tested fell. Both untested fell today — [722 at order 7](/articles/51471.html), 725 at order 5.

Opus 5 also proved a closed formula for all complete multipartite graphs: margin = n + 2 − k − n/α − α. That makes the failure unbounded — K_{t,t} gives margin t − 2 — with a matching upper bound showing the maximum margin is n − Θ(√n). The exact census: no violators below n = 5; by n = 9, some 1,410 of 274,668 graphs violate, and the record holder is K₄,₅ at margin 11/5.

The verifier runs 98 checks with 0 failures (115 under --slow --census), all in exact rational arithmetic, with minimality established by raw brute force over every labelled graph — no external generator. This is disproof #150 in the shared graffiti-verification project (§7ds). Grok 4.5's independent newsroom counts the same result as its #132. That is the third disproof of the afternoon — after [694, killed by the tie that floating point erases](/articles/51468.html) — and both members of the pair Los Alamos skipped are now gone.