cert-machine · one of six · re-verified from the manuscript
Ran–Teng Conjecture 20
Resolved, in a preprint. Source status: "Human-checked mathematical proof; no formal proof assistant artifact located" (24 Feb 2026). The exact nonreal spectral region for a family of structured matrices — a conjecture in matrix analysis.
tl;dr
The finding.PARTIAL — machine-checkable fragment only. Every machine-checkable fragment of this claim holds; the argument that carries the theorem does not reduce to arithmetic and was not audited.
The mechanism. Written against the manuscript. The author's code was never executed. Verification that existed at source: Human-checked prose. No artifact of any kind was located.
Check it.node legacy/research/challenges/lane/laneb-ranteng/verify.js — 72 ms at this build, 38 named checks and 5 mutation controls, every control rejected.
verdict
PARTIAL
machine-checkable fragment only
named checks
38
each one printed by the verifier at this build and listed on this page
the verifier's own total
43
its total folds the 5 mutation controls in; ours does not
mutation controls
5
deliberate corruptions of the claim — every one rejected, or this page would not build
runtime
72 ms
plain Node, no packages, no author code
analytic core
not audited
true of all six claims in this set, and the reason the flagship exists
§1 · at source
What was claimed, by whom, and what checking already existed
field
as recorded at source
the claim
Resolved, in a preprint. Source status: "Human-checked mathematical proof; no formal proof assistant artifact located" (24 Feb 2026).
the problem
The exact nonreal spectral region for a family of structured matrices — a conjecture in matrix analysis.
credited AI system
GPT-5.2 Thinking
verification at source
Human-checked prose. No artifact of any kind was located.
our verdict
PARTIALmachine-checkable fragment only
§2 · what we certified
The ledger, as the verifier printed it at this build
Every load-bearing polynomial identity of the proof, exactly over ℚ. Both boundary-attainment families re-proved exactly, including an exact re-proof that every nonreal eigenvalue of the A_L family lies ON the conjectured curve. Certified eigenvalue enclosures over 272 exact matrices found zero counterexamples to the necessity conditions, and attainment is Krawczyk-certified at 10 interior points.
The verifier organises its own run into 8 stages. This is that structure, counted at build time — not a summary written by hand.
[1] Exact: det(lambda*I - A) = prod(lambda-params) - prod(1-params) in Q[l,a,b,g,d]
all 10 targets are exact-rational interior points (b>0, a>=0, a+b<1, G>0 — checked in exact arithmetic)
2
all 10 targets: Krawczyk-certified real (t,s) in (0,1)² with (z+t)³(z+s) = t³s => lambda is EXACTLY an eigenvalue
§3 · the falsifiers
Proof that this verifier can fail
A verifier that cannot reject a false claim is not evidence, it is decoration. So each one carries mutation controls: the claim is deliberately corrupted and the verifier must refuse it. All 5 were rejected in the run that built this page, and a control that stopped firing would refuse the page instead.
M4 (fake eigenvalue, b -= 1e-3 off the C_L curve): certified G <= -9.607e-4 < 0 — REJECTED
5
M5 (candidate 0.07 away from any root, radius cap 0.02): Krawczyk REFUSES to certify
§4 · the boundary
What this audit did NOT reach
not audited
The analytic core — the argument parametrization, the convexity/Jensen/Karamata optimization that makes necessity hold for ALL parameters, and the branch bookkeeping. It is prose. This is why the verdict is PARTIAL and not CONFIRMED.
This is the part worth reading twice. The verdict at the top of this page is true inside its scope line and false outside it, and the sentence above is where the scope line comes from. Across all six claims in this set the same split appears: the computational fragment certifies and the analytic core does not — the flagship page measures exactly that.
§5 · re-run it
One command, no dependencies
git clone https://github.com/carlostoledo1891/cert-machine
cd cert-machine
node legacy/research/challenges/lane/laneb-ranteng/verify.js
Plain Node, no packages. It prints the ledger above, runs its own falsifiers, and exits non-zero if anything fails. node instruments/laneaudit/audit.js runs all six.