Polynomial ABC (Mason–Stothers) and its corollaries #
Source: arxiv:2408.15180
Authors: Seewoo Lee
Status: verified
Main declarations: LeanPolyABC.Polynomial.abc, LeanPolyABC.Polynomial.flt
Tags: number-theory, polynomials, algebra, mason-stothers
MSC: 11C08, 12E05
Mathematical overview #
A formalization of the Mason–Stothers theorem — the polynomial analogue of the ABC conjecture — together with its classical consequences.
LeanPolyABC.Polynomial.abc: for coprime polynomialsa + b = cover a field, not all constant,max (deg a) (deg b) (deg c) < deg (rad (a*b*c)).LeanPolyABC.Polynomial.flt: the polynomial Fermat's Last Theorem — no nontrivial coprime polynomial solutions ofaⁿ + bⁿ = cⁿforn ≥ 3.- The
Corollariesmodules also derive the Fermat–Catalan inequality and Davenport's theorem, and rule out polynomial parametrizations.