On July 20, 2026, Levent Alpöge announced a counterexample to the Jacobian Conjecture (Keller, 1939): a polynomial map F : ℂ³ → ℂ³ with constant Jacobian determinant −2 that maps three distinct rational points to one point, produced with the assistance of the LLM Claude Fable 5 [2]. The conjecture is thereby false in every dimension n ≥ 3. An eighty-five-year-old conjecture with hundreds of dependent results does not fall alone; its collapse propagates through a large web of known equivalences and constructive reductions, almost none of which had been explicitly executed at the time of writing. This report executes and machine-verifies two of them within twenty-four hours of the announcement. First, we instantiate the classical Keller-map-to-Weyl-algebra construction to obtain an explicit endomorphism φ of the third Weyl algebra A₃ and machine-verify, in exact rational arithmetic, the complete set of defining relations (the 9 canonical-commutator identities G·JT = I and all 27 derivation-commutation identities), yielding a certified witness against the Dixmier conjecture for A₃. Second — the main result — we execute a Bass–Connell–Wright-style degree reduction on Alpöge's map as a chain of 18 machine-verified elementary-automorphism factorizations, producing what is to our knowledge the first explicit degree-three Keller counterexample: a polynomial map of ℚ²² → ℚ²² of the form X + H with deg H ≤ 3, Jacobian determinant identically 1, that maps three explicit distinct rational points to a single point. By Wang's theorem (1980), every Keller map of degree ≤ 2 is invertible, so degree three is sharp: this object realizes the minimal possible degree of any counterexample, the exact normal form that four decades of literature reasoned about hypothetically. Correctness is established by a three-oracle discipline: (i) a complete symbolic determinant proof via verified elementary factorization (every factor's Jacobian shown identity-off-support with support-block determinant 1, composed by the chain rule); (ii) 70 exact random-rational point evaluations plus 180 exact samples along 3 random lines under a Schwartz–Zippel degree bound; and (iii) an independent re-verification pass that re-parses only the published JSON artifacts with fresh randomness. All 148 checks pass. Total construction-plus-verification compute is under 50 seconds on commodity hardware. Complete scripts, artifacts, SHA-256 manifest, and a deterministic replay procedure are provided.
The Jacobian Conjecture (JC) asserted that every polynomial map F : ℂn → ℂn whose Jacobian determinant is a non-zero constant (a Keller map) is a polynomial automorphism [1]. It survived 85 years, a famous graveyard of erroneous proofs, and partial results including Wang's theorem that all Keller maps of degree ≤ 2 are invertible [5], and the Bass–Connell–Wright/Yagzhev/Drużkowski reductions showing that the general case follows from the degree-3 case [3, 4]. On July 20, 2026, Alpöge announced an explicit three-variable counterexample of total degree 7 with det J ≡ −2 and a verified three-point collision [2], falsifying JC for all n ≥ 3 (a dimension-n counterexample lifts to all higher dimensions by padding with identity coordinates). The two-dimensional case remains open.
The collapse of a conjecture of this age instantly inverts a large body of literature: every theorem of the form "JC ⟺ X" refutes X, and every constructive reduction "a counterexample of general shape yields a counterexample of special shape" now has a concrete input for the first time. These corollaries are, individually, mechanical — but executing them correctly requires running delicate constructions without error, and trusting them requires verification stronger than a claim in prose. This is precisely the regime where machine-verified computer algebra outperforms speed-written notes. Our contributions:
Attribution. The creative mathematical leap — the base map — is Alpöge's and Claude Fable 5's alone [2]. The reduction techniques are classical [3, 4, 6]. What this report contributes is the first explicit, machine-verified execution: the concrete degree-3 object, the concrete A₃ witness with certified relations, and artifacts that any third party can re-verify mechanically in under a minute.
Alpöge's map F = (f₁, f₂, f₃) : ℂ³ → ℂ³ [2]:
f1 = (1 + x·y)³·z + y²·(1 + x·y)·(4 + 3·x·y) f2 = y + 3·x·(1 + x·y)²·z + 3·x·y²·(4 + 3·x·y) f3 = 2·x − 3·x²·y − x³·z
Its properties, verified in §3: det JF = −2 identically, and
so F is a Keller map that is 3-to-1 over at least one point and hence not injective, contradicting JC. Total degree is 7; the deficiency polynomial H = F − (linear part) contains only 13 monomials — a sparsity that materially reduces the cost of every construction below.
All computation uses SymPy exact rational arithmetic; no floating point appears anywhere in this report. Two independent encodings of the map are used: the factored form as published, and a raw expanded monomial form typed separately. Both are symbolically expanded and compared (they agree), then each is verified independently: the full symbolic Jacobian determinant expands to the literal constant −2, and the three collision points evaluate to the identical image in exact arithmetic. This dual-encoding discipline guards against transcription error — the most common failure mode in fast-moving corollary races.
The Dixmier conjecture [7] asserts that every endomorphism of the Weyl algebra An is an automorphism; it is classically tied to JC (DCn ⟹ JCn, and stably JC ⟺ DC [8]). The standard construction extends a Keller map to a Weyl-algebra endomorphism: with J the Jacobian of F and c = det J = −2 a unit, the matrix
is polynomial, and one defines φ : A₃ → A₃ by φ(xi) = Fi, φ(∂j) = Σk Gjk ∂k. The map φ is a well-defined unital endomorphism iff the images satisfy the Weyl relations. We verify, by full symbolic expansion over ℚ[x, y, z]:
| Check | Mathematical content | Identities | Method | Result |
|---|---|---|---|---|
| Keller property | det J ≡ −2 | 1 | full symbolic expansion | PASS |
| Non-injectivity | 3 distinct points → (−¼, 0, 0) | 3 | exact rational evaluation | PASS |
| Polynomiality of G | G ∈ M₃(ℚ[x,y,z]) | 9 | Poly() coercion | PASS |
| (R1) [φ(∂j), φ(xi)] = δij | G·JT = I | 9 | full symbolic expansion | PASS |
| (R2) [φ(xi), φ(xj)] = 0 | images commute in ℚ[x,y,z] | 3 | trivial (commutative ring) | PASS |
| (R3) [φ(∂i), φ(∂j)] = 0 | Σk(Gik∂kGjl − Gjk∂kGil) = 0 | 27 | full symbolic expansion | PASS |
| Second oracle | (R1) + (R3) at random rational points | 5×36 | exact evaluation, fresh seed | PASS |
The refutation argument then runs: A₃ is simple, so φ is injective; by the classical constructive proof of DCn ⟹ JCn (van den Essen [6, Ch. 10]; Belov-Kanel–Kontsevich [8]), if φ were an automorphism, F would be a polynomial automorphism of ℂ³; F is not injective; hence φ is an injective, non-surjective endomorphism of A₃, and the Dixmier conjecture fails for A₃ (thus for all An, n ≥ 3). We state plainly which links are machine-checked and which are cited: the endomorphism relations, the Keller property, and the collision are machine-verified; the implication "φ automorphism ⟹ F invertible" and the simplicity of A₃ are standard literature results not formalized here. A concurrent unreviewed note posting the same corollary appeared on July 20 [11]; to our knowledge the certificate presented here is the first machine-verified instance.
Writing L = JF(0), the map G = L−1F satisfies G = X + H with H(0) = 0, no linear terms, det JG ≡ 1 (verified by full 3×3 symbolic determinant), and inherits the three-point collision with image (0, 0, −¼). H has 13 monomials of degrees 2–7.
The engine repeatedly removes a highest-degree monomial c·u·v (deg u, deg v ≥ 2, deg uv ≥ 4) from a component i, in the style of the Bass–Connell–Wright splitting [3, 6]. Auxiliary coordinates wu, wv with map components wu + u(x) and wv + v(x) are introduced when absent (composition with the source-side elementary automorphism Φ₁ : (x, w) ↦ (x, w + u(x))) and reused when present. One then composes on the target side with the elementary automorphism
whose effect on component i is Fi ↦ Fi − c(wuwv + wuv + wvu + uv): the monomial c·uv cancels exactly, replaced by terms of degree ≤ max(2, 1 + deg u, 1 + deg v) < deg uv. The multiset of monomial degrees strictly decreases, so the process terminates with deg H ≤ 3. Four invariants are machine-verified at every step: (i) the composition identity Fnew = Φ₂ ∘ Fold by symbolic expansion along two independent construction paths; (ii) structural elementarity of each Φ (the correction never references the modified coordinate); (iii) exact cancellation of the target monomial; and (iv) survival of the three-point collision, transported explicitly (a new coordinate takes the value −u(p), making every auxiliary slot vanish at the lifted points, so images are unchanged: all three lifted points map to (0, 0, −¼, 0, …, 0)).
| Step | Eliminated term | deg | u | v | new aux | dim | deg after |
|---|---|---|---|---|---|---|---|
| 1 | x³y³z | 7 | x³y | y²z | a1, a2 | 5 | 6 |
| 2 | 3x³y²z | 6 | x³ | y²z | a3 | 6 | 6 |
| 3 | 3x²y⁴ | 6 | x²y | y³ | a4, a5 | 8 | 5 |
| 4 | 9x²y³ | 5 | x²y | y² | a6 | 9 | 5 |
| 5 | −a2·x³y | 5 | x³ | a2·y | a7 | 10 | 5 |
| 6 | 3x²y²z | 5 | x²y | yz | a8 | 11 | 4 |
| 7 | −½x³z | 4 | x² | xz | a9, a10 | 13 | 4 |
| 8 | −3a2·x³ | 4 | x² | a2·x | a11 | 14 | 4 |
| 9 | 6x²yz | 4 | x² | yz | — (reuse) | 14 | 4 |
| 10 | −9a6·x²y | 4 | x² | a6·y | a12 | 15 | 4 |
| 11 | −3a3·y²z | 4 | y² | a3·z | a13 | 16 | 4 |
| 12 | a7·x³ | 4 | x² | a7·x | a14 | 17 | 4 |
| 13 | −3a5·x²y | 4 | x² | a5·y | a15 | 18 | 4 |
| 14 | −3a8·x²y | 4 | x² | a8·y | a16 | 19 | 4 |
| 15 | 7xy³ | 4 | xy | y² | a17 | 20 | 4 |
| 16 | −3a4·y³ | 4 | y² | a4·y | a18 | 21 | 4 |
| 17 | −a1·y²z | 4 | y² | a1·z | a19 | 22 | 4 |
| 18 | x³y (in a1-comp.) | 4 | x² | xy | — (reuse) | 22 | 3 |
Theorem (explicit form). Let Φ : ℚ²² → ℚ²² be the polynomial map with the 22 components listed in Appendix A, in variables (x, y, z, a1, …, a19). Then:
Hence Φ is a Keller map of degree 3 that is not injective — an explicit counterexample to the Jacobian Conjecture in the Bass–Connell–Wright degree-three regime. By Wang's theorem [5], no counterexample of degree ≤ 2 exists in any dimension, so the degree of Φ is minimal: this is the sharpest possible degree for the failure of JC, and (to our knowledge, as of July 21, 2026) the first explicit object realizing it.
| Point | Coordinates |
|---|---|
| P₁ | (0, 0, −1/4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| P₂ | (1, −3/2, 13/2, 3/2, −117/8, −1, 3/2, 27/8, −9/4, −351/16, 39/4, −1, −13/2, 117/8, −27/8, 13/2, 351/16, 81/16, 117/8, 3/2, 9/4, −39/4) |
| P₃ | (−1, 3/2, 13/2, 3/2, −117/8, 1, −3/2, −27/8, −9/4, 351/16, −39/4, −1, 13/2, −117/8, 27/8, −13/2, 351/16, 81/16, 117/8, 3/2, 9/4, −39/4) |
We emphasize what is and is not claimed: dimension 22 is what this particular elimination schedule produced and is not claimed minimal; the further classical normal forms (cubic-homogeneous and Drużkowski x + (Ax)∗3 [4]) require additional constructions and are left as immediate future work (§8).
A direct symbolic determinant of the 22×22 Jacobian was attempted (fraction-free Bareiss, SymPy) and did not complete within a 600 s budget; we report this honestly and note that it is unnecessary. The construction itself supplies a complete proof, provided every link is machine-checked. The final map factors as an interleaving of the base map (extended by identity) with 37 elementary automorphisms (19 source-side aux-extensions Φ₁, 18 target-side eliminations Φ₂). A replay pass (phase5b_chain_det_proof.py) verifies symbolically, for every factor: (i) the factor's full Jacobian equals the identity off a small support block S (structural scan of all n² entries), which by Laplace expansion gives det = det of the S×S block; and (ii) the support-block determinant expands to the literal constant 1. Together with the per-step composition identities (re-verified symbolically in the same pass), the chain rule yields
The replay additionally asserts that the replayed final map is symbolically identical, component by component, to the published artifact. Total runtime: 0.43 s. As independent confirmation (second oracle), det JΦ was evaluated in exact rational arithmetic at 70 random points across two differently-seeded passes, and at 180 exact samples along 3 random rational lines — on each line the restricted determinant is a univariate polynomial of degree ≤ 44, so 60 agreeing samples per line exceed the degree bound (a polynomial identity test, not merely probabilistic evidence, along those lines).
Phase 4 (phase4_independent_verify.py) shares no in-memory state with the construction: it reads only the published JSON artifacts, re-parses every expression from strings, uses a fresh random seed, and re-verifies dimension consistency, the degree window [2, 3] for every monomial of H, J(0) = I, the determinant samples, the line probes, pairwise distinctness of the witnesses, and the collision along two independent evaluation code paths (subs and xreplace). It also re-derives the Dixmier certificate from the artifact and re-verifies the base map from the independently-typed raw encoding (§3). All 15 top-level checks pass.
| Phase | Content | Checks | Method | Runtime | Result |
|---|---|---|---|---|---|
| 1 Dixmier witness | 36 Weyl relations + Keller + collision | 6 | symbolic + exact-point | 1.0 s | PASS |
| 2 Normalization | X + H form, det = 1, collision survival | 4 | symbolic + exact-point | 0.1 s | PASS |
| 3 Construction | per-step invariants (18 steps × 3) + entry/final gates | 65 | symbolic + exact-point | 7.0 s | PASS |
| 4 Independent re-verify | artifacts only, fresh seed, dual eval paths | 15 | symbolic + exact-point | 40.6 s | PASS |
| 5b Chain det proof | 37 factor dets + 18 compositions + base + replay match | 58 | symbolic | 0.4 s | PASS |
| Total | 148 | 49.1 s | PASS |
All artifacts live in the post-jc-program directory. The entire pipeline is deterministic (fixed seeds; the elimination schedule is a pure function of the input map).
Environment: Python 3.x (CPython, Windows x64) · SymPy (exact rational arithmetic throughout) Seeds: construction 20260721 · independent verification 987654321 Run order (total ≈ 50 s): python phase1_dixmier_witness.py → dixmier_certificate.json, dixmier_witness_operators.txt python phase2_normalize.py → normalized_map.json python phase3_reduce_to_degree3.py → degree3_counterexample.json python phase4_independent_verify.py → verification_report.json python phase5b_chain_det_proof.py → chain_det_proof.json python make_manifest.py → manifest.json (SHA-256 of every artifact)
| Artifact | SHA-256 |
|---|---|
| degree3_counterexample.json | 912795a13250c38959f19a8bf91c037dfbc739b5f406f67b5e27b458fbc738c2 |
| chain_det_proof.json | 57838a75e780bbaa6c665286a19848b272e7b938fc64a405a889c519bf08808a |
| dixmier_certificate.json | 13cadbcb287d3cbb140513b6e253ea2d72aaa42a4bd2904d6030115971c640ba |
| dixmier_witness_operators.txt | cd120e1fdea0be19e42ee51c0e666a267f57ff81fe9c7c5eb0f444b2b75070c5 |
| normalized_map.json | 7b5f79c2f3e47d98eadb3b40d30fbbbdc60218e53417e6a9b2ca0ca6f9e88626 |
| verification_report.json | 5a49abe3c15fab881f56a7faea88a896dece43564b6ef03f1f1a950246496fcc |
| phase1_dixmier_witness.py | 6739e8c6ac90bb2da1a1086c6a64195b7b1f6b8f512bbb1c456ad81b89df5749 |
| phase2_normalize.py | e75efb359b4a8c5669cb3b0b97c7549edc8a45a451e6f09133141a020398de57 |
| phase3_reduce_to_degree3.py | d1f8612f9e5b7655ef48dceaf1b93f142082acc6de28c3221a2d2b7a14ea830a |
| phase4_independent_verify.py | d4582f6420a76b482e669f1baf4c42bf846e7ab853d43982fa51821dcf3c256d |
| phase5b_chain_det_proof.py | ff092726da6933c3c5a21daaec3518cb680b636fb4e914fe64e84bdad8aef693 |
| make_manifest.py | f6fe458930f41f6601e35a7e5a1c6f33d9e3339f0658ccd374f785ded993f9d0 |
Third-party verification requires no trust in this report: load degree3_counterexample.json in any CAS, check (a) every monomial of every Hk has total degree 2 or 3; (b) the three points of Table 3 are distinct and share an image; (c) det J = 1 at arbitrary points (or replay the factorization proof). Steps (a)–(c) are a few dozen lines in any system — Mathematica, Maple, Sage, Macaulay2, or PARI.
Within 24 hours of the Jacobian Conjecture's collapse, its constructive aftermath is already partially executable by machine: an explicit certified Dixmier A₃ witness, and — as the main result — the first explicit degree-three Keller counterexample, the minimal-degree object whose hypothetical properties occupied the reduction literature for four decades. Neither required new mathematics. They required something complementary: executing delicate classical constructions without error, at race speed, with every step gated by exact symbolic verification, and shipping artifacts that make trust unnecessary. The asymmetry identified in the original event — finding is hard, checking is trivial — has a second face: after a collapse, deriving is mechanical but error-prone, and machine-verified execution is the difference between a claim and a specimen. The degree-3 specimen now exists. The remaining classical normal forms (cubic-homogeneous, Drużkowski x + (Ax)∗3 [4]), ambient-dimension minimization, and the newly-opened question of the minimal-degree/sparsity boundary in dimension 3 are immediate continuations on the same verified pipeline — as is the one question the collapse left standing: dimension two.
Variables in order: x, y, z, a1, …, a19. Components Φ₁…Φ₂₂ of the map Φ : ℚ²² → ℚ²² (from degree3_counterexample.json; ** denotes exponentiation):
Φ1 = x − 3/2·x**2·y + a10·a9/2 + a10·x**2/2 + a9·x·z/2
Φ2 = y + 3·x·z + 12·x·y**2 + 3·a11·a9 + 3·a11·x**2 + 9·a12·a9 + 9·a12·x**2
+ 3·a13·a6 + 3·a13·y**2 − 3·a2·a3 + 3·a2·a9·x + 3·a3·a6·z − 9·a4·a6
− 9·a4·y**2 + 9·a6·a9·y − 6·a8·a9 − 6·a8·x**2 − 6·a9·y·z
Φ3 = z + 4·y**2 + 3·x·y·z − a1·a2 + a1·a6·z − a14·a9 − a14·x**2 + 3·a15·a9
+ 3·a15·x**2 + 3·a16·a9 + 3·a16·x**2 − 7·a17·a6 − 7·a17·y**2 + 3·a18·a6
+ 3·a18·y**2 + a19·a6 + a19·y**2 + a2·a3·y + a3·a7 − 3·a4·a5 + 3·a4·a6·y
− 3·a4·a8 − 3·a4·y·z + 3·a5·a9·y − 7·a6·x·y − a7·a9·x + 3·a8·a9·y
Φ4 = a1 − a17·a9 − a17·x**2 − a9·x·y
Φ5 = a2 + y**2·z
Φ6 = a3 + x**3
Φ7 = a4 + x**2·y
Φ8 = a5 + y**3
Φ9 = a6 + y**2
Φ10 = a7 + a2·y
Φ11 = a8 + y·z
Φ12 = a9 + x**2
Φ13 = a10 + x·z
Φ14 = a11 + a2·x
Φ15 = a12 + a6·y
Φ16 = a13 + a3·z
Φ17 = a14 + a7·x
Φ18 = a15 + a5·y
Φ19 = a16 + a8·y
Φ20 = a17 + x·y
Φ21 = a18 + a4·y
Φ22 = a19 + a1·z
Properties (all machine-verified): Φ = X + H, every term of H of degree 2 or 3 (68 monomials); det JΦ ≡ 1; Φ(P₁) = Φ(P₂) = Φ(P₃) = (0, 0, −1/4, 0, …, 0) for the distinct rational points P₁, P₂, P₃ of Table 3. Note the transparent structure: components Φ₅–Φ₂₂ are the auxiliary "factor registers" (each of the form ak + monomial), while Φ₁–Φ₄ carry the rewritten dynamics of Alpöge's map. A referee can check the collision by hand in Φ₅–Φ₂₂ (each auxiliary coordinate of P₂/P₃ is exactly minus its monomial's value) and verify Φ₁–Φ₄ with a few lines of CAS.
The endomorphism φ : A₃ → A₃ is given by φ(xi) = Fi (the three polynomials of §2) and φ(∂j) = Σk Gjk ∂k, where G = adj(JF)T/(−2) ∈ M₃(ℚ[x, y, z]) (full entries in dixmier_witness_operators.txt, SHA-256 in Table 5). Machine-verified: G·JT = I (canonical commutators [φ(∂j), φ(xi)] = δij) and all 27 identities forcing [φ(∂i), φ(∂j)] = 0, each by full symbolic expansion to the literal zero polynomial, independently confirmed at 5 random rational points. Since A₃ is simple, φ is injective; since F is not injective on ℂ³, φ is not an automorphism (via [6, Ch. 10], [8]). Hence φ is an explicit injective, non-surjective endomorphism of A₃.
post-jc-program/manifest.json · Correspondence: AGNT project.