arXiv:2608.04445v1
Abstract
We examine the equation for positive integers and . This equation can be expressed as a problem in terms of the Zeckendorf representations of integers. Using bounds on linear forms in logarithms and Baker-Davenport reduction methods, we are able to completely solve the equation for when , for when , for when , and for when .
AI-generated audit
Audit summary
Not a correctness certificate. A “Correct” result may include yellow typos or minor formal corrections that do not affect substantive soundness. It means this audit found no unresolved substantive error under the stated criteria; it does not replace expert scrutiny or formal verification.
Current report
Detailed mathematical audit
01Statements4 reported findingsContains wrong statements
The claimed exhaustive classifications for , , and are false: Tables 1, 2, and 4 omit explicit solutions within the stated ranges, even when the right side is a Zeckendorf representation and the base is not a perfect power. The exhaustion is not verified because the common bounding argument contains a decisive false inequality.
Table 1 omits a valid three-digit solution
Pages 2 and 10 · first bullet of Theorem 1.1 and Table 1 · arXiv:2608.04445v1
The admissible base is not a perfect power and lies below , but The indices are pairwise separated by at least two, so this is already the Zeckendorf representation required by the paper's intended convention. The tuple does not occur in Table 1 and is not a member of its displayed Lucas family. Thus the assertion that all solutions are contained in Table 1 is false.
Table 2 omits a valid four-digit solution
Pages 2 and 11 · second bullet of Theorem 1.1 and Table 2 · arXiv:2608.04445v1
The admissible base is not a perfect power and lies below , but The four indices are nonconsecutive, so this is a Zeckendorf representation. The tuple is absent from Table 2, disproving the stated exhaustion.
The five-digit exhaustion is not established by the supplied proof
Pages 2, 5–9, and 12 · third bullet of Theorem 1.1, Equation (3.1), reduction procedure, and Table 3 · arXiv:2608.04445v1
Every displayed row of Table 3 satisfies the equation, but completeness depends on the common upper-bound and reduction chain. The derivation of Equation (3.1) uses a false comparison in its first step , and the numerical search uses the resulting smaller bound. Correcting that comparison and rerunning a certified exhaustion is a concrete nontrivial obligation; the paper supplies neither, and no independent complete proof of the exhaustion was verified.
Table 4 omits a valid six-digit solution
Pages 2 and 12 · fourth bullet of Theorem 1.1 and Table 4 · arXiv:2608.04445v1
Within the stated range , one has Consecutive listed indices differ by at least two, so this is the Zeckendorf representation. The tuple is absent from Table 4, and therefore the assertion is false.
02Proofs4 reported findingsContains incorrect or incomplete proofs
The Matveev-to-recurrence step contains a false inequality precisely at the first gap, and the final computation is not exhaustive, as witnessed by explicit omitted solutions. The released code also skips bases that the theorem permits. Several dependent-case symbols on page 9 have unique mechanical corrections and are reported separately as typos.
The logarithmic comparison is reversed for the indispensable case
Page 5 · two inequalities immediately preceding Equation (3.1) · arXiv:2608.04445v1
The paper defines For every audited value , one has . At , the difference is zero, so the Matveev bound contains . The next displayed line replaces this by the strictly smaller quantity while preserving a less-than upper bound. Since , and that inference is invalid. This is the first recurrence used to bound , so every later numerical bound and exhaustion depends on it. Repair classification: Plausible repair only. One may retain (or another valid lower bound for the denominator) in this step, but all downstream reductions must then be recomputed and certified; the currently printed tables cannot be recovered merely by changing the displayed symbol.
The claimed exhaustive search omits actual solutions
Pages 9–12 · final paragraph of Section 4 and Tables 1–4 · arXiv:2608.04445v1
An exact independent Fibonacci calculation produces the omitted non-perfect-base Zeckendorf solutions , , and . Each lies in the corresponding stated range. Therefore the final finite search, whatever its intended cutoff, did not exhaust the cases asserted by Theorem 1.1. Repair classification: No repair supplied; corrected rigorous bounds and a rerun that includes these cases are required.
Perfect-power bases in the theorem's domain are skipped
Function `evaluate_base_y` in the archived code cited as Reference [16], compared with Theorem 1.1 on page 2 · arXiv:2608.04445v1
The released function returns immediately when `Integer(y).is_perfect_power()` is true, but Theorem 1.1 imposes no such restriction on . For example, lies in the range and is absent from Table 1. A search over primitive bases can classify power values, but it does not enumerate every ordered pair claimed by the theorem. Repair classification: Plausible repair only. The theorem would need a consistently propagated restriction to non-perfect-power bases or the tables would need all induced base-exponent pairs; neither change repairs the separate non-perfect-base omissions above.
Authors' archived SageMath code ↗The sign, bound, and target index are mismatched
Page 9 · first three displays · arXiv:2608.04445v1
The line obtained from Equation (4.2) contains the integer term , but the next display prints ; replace the latter plus sign by a minus sign. The undefined expression in the condition on should be , the bound stated in the preceding sentence. Finally, both occurrences of in this dependent-case bound should read , which is the gap on the right of Equation (4.2) and the new gap this stage is intended to bound. These corrections are mechanically forced by the immediately preceding formulas and do not repair the independent false inequality or the incomplete tables.
03Novelty0 reported findingsNo non-novelty findings
No non-novelty findings.