Handling some Diophantine equation via Euclidean algorithm and its application to purely exponential equations
Pith reviewed 2026-05-10 02:27 UTC · model grok-4.3
The pith
The Scott-Styer conjecture holds for the primes c=7, 13, and 97, and for all primes of the form 2^r · 3 +1 except finitely many explicitly determinable cases.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We prove that whenever c is a prime of the form 2^r · 3 + 1 for some positive integer r, the equation a^x + b^y = c^z has at most one solution in positive integers x, y, z when a, b, c are fixed relatively prime integers greater than 1, except for finitely many cases that can be effectively determined. In particular the statement holds for c = 7, 13, and 97. We also give improved estimates for the number of solutions to the equation a^x - b^y = c and apply the Euclidean algorithm for polynomials to the equation X^m - X^n = q^{y1} - q^{y2}.
What carries the argument
Application of the Euclidean algorithm to polynomials to reduce the equation X^m - X^n = q^{y1} - q^{y2}, used together with classical Diophantine bounds and computer verification to control solutions of a^x + b^y = c^z.
If this is right
- For each prime c = 7, 13, or 97 there is at most one solution triple except the known cases.
- For every prime c of the form 2^r · 3 + 1 only finitely many exceptional triples need to be checked.
- The number of solutions to a^x - b^y = c can be bounded more sharply than before.
- The polynomial Euclidean algorithm produces new information about the equation X^m - X^n = q^{y1} - q^{y2}.
Where Pith is reading between the lines
- The same reduction technique may be tested on other fixed bases where c is not of the special form 2^r · 3 + 1.
- For small fixed c the combination of computer search and classical bounds is already strong enough to decide uniqueness.
- The effective determination of exceptions opens the possibility of writing a finite check that covers an entire arithmetic progression of primes.
Load-bearing premise
The computer searches locate every exceptional solution and the classical bounds and reductions leave no infinite families of solutions unaccounted for.
What would settle it
An explicit second triple (x, y, z) solving a^x + b^y = c^z for c = 7, 13, or 97 that lies outside the listed exceptions, or an infinite sequence of exceptions for any single prime of the form 2^r · 3 + 1.
read the original abstract
In this paper, we use a variety of classical and new research methods for ternary exponential Diophantine equations and extensive use of computer calculations to study the conjecture of R. Scott and R. Styer which asserts that for any fixed relatively prime positive integers $a,b$ and $c$ all greater than 1 there is at most one solution to the equation $a^x+b^y=c^z$ in positive integers $x,y$ and $z$, except for listed specific cases. Precisely, we confirm that for any fixed prime $c$ of the form $2^r \cdot 3 +1$ with some positive integer $r$ the conjecture holds true, except for finitely many cases all of which can be effectively determined. Most importantly we prove the conjecture to be true whenever $c = 7, 13$, or $97$, giving another proof of the result of T. Miyazaki and I. Pink for $c=13$. We also contribute to the estimation of the number of positive integer solutions $(x,y)$ to the equation $a^x-b^y=c$ for any fixed positive integers $a,b$ and $c$ with both $a$ and $b$ greater than 1. Further, based on a key idea in the proofs of the above results, we present a new application of the Euclidean algorithm for polynomials to the polynomial-exponential Diophantine equation \[ X^m - X^n = q^{y_1} - q^{y_2} \] in positive integers $X, y_1$ and $y_2$, where $m$ and $n$ are given positive integers with $m>n$, and $q$ is a given prime.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript investigates the Scott-Styer conjecture on the ternary exponential Diophantine equation a^x + b^y = c^z for fixed coprime integers a,b,c >1, claiming at most one solution (x,y,z) except for listed cases. Using classical methods combined with the Euclidean algorithm and computer searches, the authors prove the conjecture holds for c=7,13,97 (providing a new proof for c=13) and, for any prime c of the form 2^r · 3 +1, that there are only finitely many exceptions, all of which can be effectively determined. They also bound the number of solutions to a^x - b^y = c and apply the Euclidean algorithm to the equation X^m - X^n = q^{y1} - q^{y2}.
Significance. If the derivations and computational enumerations are fully rigorous, the results would constitute a meaningful advance on the Scott-Styer conjecture by resolving it for an infinite family of primes c and for three explicit values, while supplying effective determination of exceptions. The polynomial-exponential application of the Euclidean algorithm is a distinct contribution that may have independent interest. The work is grounded in standard tools of exponential Diophantine equations but its impact hinges on the verifiability of the computer-assisted steps.
major comments (3)
- [§3] §3 (proof for c=7,13,97): The reduction of a^x + b^y = c^z via the Euclidean algorithm produces a finite list of auxiliary equations whose solutions are then checked computationally; however, the manuscript does not state explicit upper bounds on the exponents x,y,z that follow from the theoretical estimates, nor does it describe how the search range was chosen to guarantee exhaustion. Without these, the claim that all exceptions have been identified cannot be assessed.
- [Theorem 4.1] Theorem 4.1 (family c = 2^r · 3 +1): The assertion that exceptions are finite and 'all of which can be effectively determined' requires both a proven upper bound on z (or on the exponents) and a verified enumeration up to that bound. The text provides neither the explicit bound nor a reference to the code or algorithm used to confirm no further solutions exist beyond it.
- [§5] §5 (computer calculations): The description of the computational verification for the listed primes and the family lacks any discussion of implementation details, precision controls, or independent reproducibility checks. This is load-bearing because the central claims for c=7,13,97 and the infinite family rest on the assertion that the searches are exhaustive.
minor comments (3)
- [Abstract] The abstract and introduction should clarify the precise statement of the Scott-Styer conjecture (including the listed exceptional cases) rather than paraphrasing it.
- [Section 6] Notation for the Euclidean algorithm steps in the polynomial setting (Section 6) is introduced without a preliminary lemma stating the division algorithm for polynomials over Z[q], which would improve readability.
- [Introduction] Several references to prior work on the conjecture (e.g., Miyazaki-Pink) are cited but the precise overlap or improvement over their result for c=13 is not summarized in a dedicated paragraph.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive suggestions, which will help improve the clarity and verifiability of our results on the Scott-Styer conjecture. We address each major comment below and will incorporate the necessary revisions.
read point-by-point responses
-
Referee: [§3] §3 (proof for c=7,13,97): The reduction of a^x + b^y = c^z via the Euclidean algorithm produces a finite list of auxiliary equations whose solutions are then checked computationally; however, the manuscript does not state explicit upper bounds on the exponents x,y,z that follow from the theoretical estimates, nor does it describe how the search range was chosen to guarantee exhaustion. Without these, the claim that all exceptions have been identified cannot be assessed.
Authors: We agree that explicit upper bounds and search-range justification would strengthen the presentation. In the revised manuscript we will state the explicit upper bounds on x, y, z that follow directly from the height estimates obtained after applying the Euclidean algorithm to the equation. We will also specify that the computational search ranges were chosen to exceed these bounds by a comfortable margin (typically a factor of two or more), thereby guaranteeing that every possible solution has been checked. revision: yes
-
Referee: [Theorem 4.1] Theorem 4.1 (family c = 2^r · 3 +1): The assertion that exceptions are finite and 'all of which can be effectively determined' requires both a proven upper bound on z (or on the exponents) and a verified enumeration up to that bound. The text provides neither the explicit bound nor a reference to the code or algorithm used to confirm no further solutions exist beyond it.
Authors: We accept that the claim of effective determinability is not fully substantiated without an explicit bound. In the revision we will insert the proven upper bound on z (derived from the linear forms in logarithms and the Euclidean-algorithm reduction) that appears in the proof of Theorem 4.1. We will also add a brief description of the enumeration algorithm together with a reference to the computational procedure used to verify that no solutions exist beyond this bound. revision: yes
-
Referee: [§5] §5 (computer calculations): The description of the computational verification for the listed primes and the family lacks any discussion of implementation details, precision controls, or independent reproducibility checks. This is load-bearing because the central claims for c=7,13,97 and the infinite family rest on the assertion that the searches are exhaustive.
Authors: We acknowledge the need for greater transparency in the computational section. In the revised manuscript we will expand §5 to include: (i) the programming language and exact-arithmetic library employed, (ii) the pseudocode or high-level description of the enumeration routine for the auxiliary equations, (iii) confirmation that all arithmetic is performed with exact integers (no floating-point precision issues arise), and (iv) a short note on how an independent reader can reproduce the checks. These additions will make the exhaustive nature of the searches verifiable. revision: yes
Circularity Check
No circularity: classical methods plus exhaustive computer verification for specific cases
full rationale
The paper derives its results on the Scott-Styer conjecture by applying Euclidean algorithm reductions for ternary exponential equations, deriving explicit bounds, and performing computer searches asserted to be exhaustive within those bounds for c=7,13,97 and the infinite family of primes c=2^r·3+1. These steps are presented as independent verifications using standard Diophantine techniques, with no equation or claim reducing by construction to a fitted parameter, self-defined quantity, or load-bearing self-citation. The additional polynomial-exponential application follows directly from an idea in the main proofs without looping back to the conjecture. The work is self-contained against external benchmarks of classical number theory and verifiable computation.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
Bennett,On some exponential equations of S
M.A. Bennett,On some exponential equations of S. S. Pillai, Canad. J. Math.53(2001), no. 5, 897–922
work page 2001
-
[2]
M.A. Bennett, P. Michaud-Jacobs and S. Siksek,Q-curves and the Lebesgue–Nagell equation, J. Théor. Nombres Bordeaux35(2023), no. 1, 495–510
work page 2023
-
[3]
M.A. Bennett, P. Mihăilescu and S. Siksek,The generalized Fermat equation, in Springer volume Open Problems in Mathematics, 2016, 173–205. Ternary purely exponential equations in two or three unknowns 43
work page 2016
-
[4]
M.A. Bennett and S. Siksek,Differences between perfect powers:prime power gaps, Algebra Number Theory17(2023), no. 10, 1789–1846
work page 2023
-
[5]
Y.F. Bilu, Y. Bugeaud and M. Mignotte,The Problem of Catalan, Springer, 2014
work page 2014
- [6]
-
[7]
Bugeaud,On the greatest prime factor ofaxm +by n, II., Bull
Y. Bugeaud,On the greatest prime factor ofaxm +by n, II., Bull. London Math. Soc.32(2000), no. 6, 673–678
work page 2000
-
[8]
Y. Bugeaud,Linear forms in twom-adic logarithms and applications to Diophantine problems, Compositio Math.132(2002), 137–158
work page 2002
-
[9]
Bugeaud,Linear forms in logarithms and applications, IRMA Lect
Y. Bugeaud,Linear forms in logarithms and applications, IRMA Lect. Math. Theor. Phys. vol. 28, European Mathematical Society (EMS), Zürich, 2018
work page 2018
-
[10]
Y. Bugeaud and M. Laurent,Minoration effective de la distancep-adique entre puissances de nombres algébriques, J. Number Theory61(1996), no. 2, 311–342
work page 1996
-
[11]
Y. Bugeaud and F. Luca,On Pillai’s Diophantine equation, New York J. Math.12(2006), 193–217
work page 2006
-
[12]
M. Cipu and M. Mignotte,On a conjecture on exponential Diophantine equations, Acta Arith. 140(2009), 251–269
work page 2009
-
[13]
H. Cohen, Number Theory. Vol. II: Analytic and Modern Tools, Grad. Texts in Math. 240, Springer, 2007
work page 2007
-
[14]
J.H. Evertse and K. Győry,Unit Equations in Diophantine Number Theory, Cambridge Uni- versity Press, Cambridge, 2015
work page 2015
-
[15]
Y.-Z. Hu and M.-H. Le,An upper bound for the number of solutions of ternary purely expo- nential diophantine equations, J. Number Theory183(2018), 62–73
work page 2018
-
[16]
Y.-Z. Hu and M.-H. Le,An upper bound for the number of solutions of ternary purely expo- nential diophantine equations II, Publ. Math. Debrecen95(2019), no. 3-4, 335–354
work page 2019
-
[17]
Laurent,Linear forms in two logarithms and interpolation determinants II, Acta Arith
M. Laurent,Linear forms in two logarithms and interpolation determinants II, Acta Arith. 133(2008), 325–348
work page 2008
-
[18]
M. Laurent, M. Mignotte and Y. Nesterenko,Formes linéaires en deux logarithmes et détermi- nants díntérpolation, J. Number Theory55(1995), 285–321
work page 1995
- [19]
-
[20]
LeVeque,On the equationax −b y = 1, Amer
W.J. LeVeque,On the equationax −b y = 1, Amer. J. Math.74(1952), 325–331
work page 1952
-
[21]
W. Ljunggren,Einige Sätze über unbestimmte Gleichungen von der Formxn−1 x−1 =y q (in Nor- wegian), Norsk Mat. Tidsskr.25(1943), 17–20
work page 1943
-
[22]
Luca,On the diophantine equationp x1 −p x2 =q y1 −q y2, Indag
F. Luca,On the diophantine equationp x1 −p x2 =q y1 −q y2, Indag. Math. (N.S.)14(2003), no. 2, 207–222
work page 2003
-
[23]
Luca,On the Diophantine equationx2 = 4q m −4q n + 1, Proc
F. Luca,On the Diophantine equationx2 = 4q m −4q n + 1, Proc. Amer. Math. Soc.131(2003), 1339–1345
work page 2003
-
[24]
F. Luca,On the system of Diophantine equationsa2 +b 2 = (m 2 + 1)r anda x +b y = (m 2 + 1)z, Acta Arith.153(2012), 373–392
work page 2012
-
[25]
Mihăilescu,Primary cyclotomic units and a proof of Catalan’s conjecture, J
P. Mihăilescu,Primary cyclotomic units and a proof of Catalan’s conjecture, J. Reine. Angew. Math.572(2004), 167–195
work page 2004
-
[26]
T. Miyazaki,Contributions to some conjectures on a ternary exponential Diophantine equation, Acta Arith.186(2018), 1–36
work page 2018
-
[27]
T. Miyazaki and I. Pink,Number of solutions to a special type of unit equations in two un- knowns, Amer. J. Math.146(2024), no. 2, 295–369
work page 2024
-
[28]
T. Miyazaki and I. Pink,Number of solutions to a special type of unit equations in two un- knowns, II, Res. Number Theory10(2024), no. 2, paper no. 36, 41 pp
work page 2024
-
[29]
T. Miyazaki and I. Pink,Number of solutions to a special type of unit equations in two un- knowns, III, Math. Proc. Cambridge Philos. Soc.179(2025), no. 3, 737–784
work page 2025
-
[30]
Nagell,Des équations indéterminéesx 2 +x+ 1 =y n etx 2 +x+ 1 = 3y n (in Norwegian), Norsk Mat
T. Nagell,Des équations indéterminéesx 2 +x+ 1 =y n etx 2 +x+ 1 = 3y n (in Norwegian), Norsk Mat. Forenings Skr. ser. 1,2(1920), 14 pp
work page 1920
-
[31]
Pillai,On the inequality0< a x −b y ≤n, J
S.S. Pillai,On the inequality0< a x −b y ≤n, J. Indian Math. Soc.19(1931), 1–11. 44 T. Miyazaki & R. Scott & R. Styer
work page 1931
-
[32]
S.S. Pillai,Ona x −b y =c, J. Indian Math. Soc. (N.S.)2(1936), 119–122 and 215
work page 1936
-
[33]
P. Ribenboim,Catalan’s Conjecture:Are8and9the only Consecutive Powers?(Boston, MA: Academic Press, 1994)
work page 1994
-
[34]
Scott,On the equationsp x −b y =canda x +b y =c z, J
R. Scott,On the equationsp x −b y =canda x +b y =c z, J. Number Theory44(1993), no. 2, 153–165
work page 1993
-
[35]
R. Scott and R. Styer,Number of solutions toax +b y =c z, Publ. Math. Debrecen88(2016), no. 1-2, 131–138
work page 2016
-
[36]
R. Scott and R. Styer,Number of solutions toax +b y =c z withgcd(a, b)>1, submitted for publication (arXiv:2401.04197)
-
[37]
87, Cambridge University Press, Cambridge, 1986
T.N.ShoreyandR.Tijdeman,Exponential Diophantine Equations, Cambridge Tracts in Math., vol. 87, Cambridge University Press, Cambridge, 1986
work page 1986
-
[38]
Sierpiński,On the equation3x + 4y = 5 z, Wiadom
W. Sierpiński,On the equation3x + 4y = 5 z, Wiadom. Mat.1(1955/56), 194–195 (in Polish)
work page 1955
-
[39]
Styer,At most one solution toa x +b y =c z for some ranges ofa, b, c, Glas
R. Styer,At most one solution toa x +b y =c z for some ranges ofa, b, c, Glas. Mat. Ser. III 59(2024), no. 2, 277–298
work page 2024
-
[40]
Waldschmidt,Perfect Powers:Pillai’s works and their developments, R
M. Waldschmidt,Perfect Powers:Pillai’s works and their developments, R. Balasubramanian, R. Thangadurai (Eds.), Collected Works of S. Sivasankaranarayana Pillai, Collected Works Series, vol. 1, Ramanujan Mathematical Society, Mysore, 2010. Takafumi Miyazaki Gunma University, Division of Pure and Applied Science, Graduate School of Science and Technology T...
work page 2010
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.