OpenAI's Codex Helps Verify Potential Counterexample to 60-Year-Old Jacobian Conjecture
Key Takeaways
- ▸A potential counterexample to the 60-year-old Jacobian Conjecture has been discovered and verified using exact symbolic computation with AI-assisted code generation
- ▸The polynomial map has a nonzero Jacobian determinant but maps three distinct points to the same output, directly contradicting the conjecture's claim
- ▸The research prioritizes reproducibility with open-source code, checksums, and invitations for independent verification—setting a standard for AI-assisted mathematics
Summary
A researcher has used OpenAI's Codex AI model to assist in verifying a potential counterexample to the Jacobian Conjecture, one of the most famous unsolved problems in algebraic geometry. The work, credited to mathematician Levent Alpoge, demonstrates that a specific polynomial map in three complex variables has a nonzero constant Jacobian determinant (-2) but is not injective—three distinct points map to the same output (−1/4, 0, 0)—which would directly contradict the conjecture if independently confirmed.
The verification employs exact symbolic computation using SymPy rather than numerical approximation, ensuring mathematical rigor. The researcher provides fully reproducible Python code with SHA-256 checksums and detailed mathematical documentation, including complete derivative derivations and fiber elimination calculations. The work explicitly invites and enables independent replication, with the verifier code reproducible in Python 3.14.6 and SymPy 1.14.0.
This work exemplifies AI's emerging role in mathematical research and proof verification—moving beyond code generation into rigorous symbolic computation and mathematical validation. The polynomial map produces identical outputs for three distinct complex inputs, a result verified through exact rational substitution and complete fiber analysis, not numerical approximation.
Editorial Opinion
This landmark demonstrates how generative AI tools can amplify mathematical discovery without replacing mathematical rigor. Codex's role in assisting symbolic verification suggests AI's potential in bridging computational complexity and formal proof. However, extraordinary claims demand extraordinary verification—this counterexample will ultimately be validated by independent peer review and replication, not by the supporting technology. The commitment to reproducibility and exact computation is commendable and essential for maintaining trust in AI-assisted mathematical research.



