Pith. sign in

REVIEW 2 major objections 4 minor 22 references

On arithmetic progressions of positive integers avoiding $p+F_m$ and $q+L_n$

T0 review · 2 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A single arithmetic progression of positive integers sidesteps both prime-plus-Fibonacci and prime-plus-Lucas representations.

desk verdict A genuine simultaneous Romanoff-type result, explicit and likely correct; the only real gap is an unverified covering-system assertion that a referee can close in an afternoon. read the letter →

arxiv 2506.12047 v1 pith:IGKTR3PG submitted 2025-05-26 math.GM

classification math.GM MSC 11P3211B39
keywords FibonaccinumbersLucasarithmeticprogressionscoveringsystemsprimesRomanov-typeproblems
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper establishes that one arithmetic progression of positive integers can avoid both additive forms $p+F_m$ and $q+L_n$, where $p,q$ range over primes and $F_m,L_n$ are Fibonacci and Lucas numbers. The paper displays two integers $M$ and $N$ and proves that every number $Mk+N$ with $k\ge 0$ is expressible neither as a prime plus a Fibonacci number nor as a prime plus a Lucas number. Earlier work gave such arithmetic progressions separately for the Fibonacci case and for the Lucas case, and the paper notes that the combined statement cannot be obtained by intersecting those older progressions. The proof uses covering systems and the Chinese remainder theorem, then rules out all remaining cases through congruences modulo $17$, $19$, and $47$.

What carries the argument

The machinery is a pair of covering systems combined through the Chinese remainder theorem. A covering system is a finite list of congruences $n\equiv a_i\pmod{m_i}$ such that every integer satisfies at least one of them. Lemma 2.1 supplies one system of 33 congruences, with least common multiple 1152, governing Fibonacci indices, and one system of 15 congruences, with least common multiple 576, governing Lucas indices. Since Fibonacci numbers modulo a prime $p_i$ are periodic with period $\chi_f(p_i)=m_i$, and similarly for Lucas numbers, any representation forces the prime summand to be one of finitely many listed primes. The choice of moduli is balanced so that the largest modulus 1152 is just large enough; the paper notes that it uses all primes whose Fibonacci or Lucas period divides 1152, which is what makes the constants large. The final contradictions come from tables of $F_m$ modulo $17,19,47$ and $L_n$ modulo $19,47$.

What would settle it

Write a short program that loops over all residues modulo 1152 and checks whether any residue is missed by the 33 congruences in the first system of Lemma 2.1, and likewise loops over residues modulo 576 for the 15-congruence system; a single uncovered residue would invalidate the construction. Independently, verifying each displayed congruence $F_{m_i k+a_i}\equiv r_i\pmod{p_i}$ and $L_{n_j k+b_j}\equiv s_j\pmod{q_j}$ would confirm the period tables on which the final contradictions rest.

Watch

Extended reading notes

Core claim

The central discovery is that both representation problems can be disposed of by a single congruence construction. Two covering systems, one of 33 congruences for Fibonacci indices and one of 15 congruences for Lucas indices, force the index of any hypothetical representation into a residue class modulo a listed prime. Because the target number and the forced Fibonacci or Lucas term are congruent modulo that same prime, the prime summand must equal the listed prime itself. The argument then reduces to checking finitely many possibilities of the form $x=p_i+F_{m_i k+a_i}$ or $x=q_j+L_{n_j k+b_j}$, and all of these contradict period tables of the Fibonacci and Lucas sequences modulo $17$, $19$, or $47$. Hence the displayed progression $Mk+N$ lies in the set $B$ of integers with neither representation.

Load-bearing premise

The load-bearing premise is Lemma 2.1's assertion that the two displayed lists of congruences cover all integers modulo 1152 and 576, a check the proof leaves to a computer calculation; if either list misses one residue class, the reduction of every Fibonacci or Lucas index to finitely many primes collapses.

Editorial extensions

If this is right

  • The set of positive integers having neither a prime-plus-Fibonacci nor a prime-plus-Lucas representation contains an infinite arithmetic progression.
  • There is no structural obstruction to merging the Fibonacci and Lucas avoidance problems into one Chinese-remainder construction.
  • The proof yields separate progressions for the Fibonacci-only and Lucas-only avoiding sets, with much smaller parameters in the Lucas-only case (Corollaries 4.1 through 4.3).
  • Because the progression is explicit, membership of any particular term can be checked; the paper reports a computer verification of $Mk+N\in B$ for $0\le k\le 10^5$.
  • Problem 1.4 asks whether the set of integers representable in both ways has positive lower asymptotic density, extending the same quantitative framework.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same covering-system pattern may generalize to other linear recurrences or to sums of a prime with two independent fast-growing sequences, provided the moduli are chosen from the periods of the sequences modulo primes.
  • The paper remarks that the large size of $M$ and $N$ comes from using all primes whose Fibonacci or Lucas period divides 1152; a computer search over alternative covering systems could plausibly produce much smaller progressions.
  • Since the deciding contradictions use only the small moduli 17, 19, and 47, a natural testable extension is to look for covering systems whose forced primes can be separated by even smaller moduli, which would shrink the constants and might improve quantitative density bounds.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper proves Theorem 1.1: for two explicitly displayed very large integers M and N, every term of the arithmetic progression Mk+N (k≥0) lies in the set B, meaning it is simultaneously not of the form p+F_m for any prime p and Fibonacci number F_m, and not of the form q+L_n for any prime q and Lucas number L_n. The proof constructs a system of 48 congruences (33 for the Fibonacci branch, 15 for the Lucas branch), invokes two covering systems modulo 1152 and 576 to reduce the infinite families of indices to finitely many cases, uses the Chinese remainder theorem to identify the solution set as the progression Mk+N, and then rules out each finite case by tables of F_m and L_n modulo 17, 19, and 47. Corollaries give analogous one-sided progressions for B_f and B_l.

Significance. If fully verified, the result is a clean and nontrivial addition to the Romanoń/de Polignac literature: it gives an explicit arithmetic progression whose terms avoid both p+F_m and q+L_n simultaneously, going beyond the earlier one-sided results of Jones, Ismailescu, Šiurys, and Ismailescu–Shim. The overall proof structure is transparent: once the covering systems and the modular identities are granted, the final contradiction is a finite check using hand-verifiable tables. The paper also states explicit corollaries for the one-sided sets. Its main weakness is that the load-bearing computational material—the covering systems and the many modular identities involving very large primes—is asserted without code, certificate, or reproducible verification, so the result is not machine-checkable as written.

major comments (2)
  1. [Lemma 2.1] The two covering systems are load-bearing, since they are what restrict the infinitely many Fibonacci and Lucas indices to the finite lists used in (3.2) and (3.3), but the proof is only the sentence 'By calculation, one can easily verify Lemma 2.1.' No certificate is provided for either system. If one residue class modulo 1152 (resp. 576) were missed, the argument would collapse. Please provide an explicit certificate—for example, for each residue class modulo 1152 and 576, list which congruence covers it, or include a short reproducible enumeration script.
  2. [Section 3, displayed congruences and equation (3.1)] The reduction to p=p_{i_0} and q=q_{j_0} in (3.2) and (3.3) relies on the displayed identities F_{m_i k+a_i} ≡ r_i (mod p_i) for 1≤i≤33, L_{n_j k+b_j} ≡ s_j (mod q_j) for 1≤j≤15, and the equalities m_i=χ_f(p_i), n_j=χ_l(q_j). These are asserted with 'some help of a computer' but no derivation, code, or certificate is included. The argument also requires all the p_i and q_j to be prime, and this is not verified for the very large moduli such as 115561578124838522881 and 1974737795746080149567. Please supply a reproducible verification, ideally a short script or explicit certificates for each congruence and each primality assertion.
minor comments (4)
  1. [Section 3, equation (3.1)] The Chinese remainder theorem step silently assumes that the combined system of 48 congruences is consistent. The repeated moduli in the two lists (2, 3, 7, 23, 47, 19, 17, 2207) do have matching residues, but this should be stated explicitly.
  2. [Proof of Theorem 1.1, case analysis] In a few cases the phrase 'a contradiction to Table X' is compressed: the target residue does appear elsewhere in the table, and the contradiction only follows after restricting to the possible residue classes of the index. This occurs, for example, in the m_i=16 case (2 mod 17 appears in Table 1) and in the m_i=36 and m_i=1152, p_i=1974737795746080149567 cases. Please spell out the residue-class restriction in each such case.
  3. [Corollaries 4.1–4.3] The corollaries are stated with explicit M and N but no proof is given beyond 'can be deduced.' Since they use different covering systems and different congruences, they should either be proved explicitly or clearly labeled as computational claims requiring the same verification as the main theorem.
  4. [Throughout] There are minor typographical issues: 'inevitablely' in Remark 1.3, 'balence' in Section 3, and inconsistent spacing in the displayed M and N. These do not affect the mathematics.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the progression Mk+N is derived from explicit covering systems, CRT, and finite contradiction tables, not from the conclusion.

full rationale

This paper's derivation is self-contained rather than circular. Theorem 1.1 is obtained from explicitly displayed covering systems in Lemma 2.1, explicit Fibonacci and Lucas congruence properties, the Chinese remainder theorem to define the progression Mk+N via (3.1), and finite contradiction tables modulo 17, 19, and 47. No fitted parameter is renamed as a prediction: M and N are produced by CRT from the congruences, and the theorem is then proved for all k by the case analysis after (3.2) and (3.3), not by checking the displayed progression. The only self-citation, [3] by Chen and Wang including the present author, supplies inspiration and reference values but no theorem on which the proof depends. Lemma 2.1 is asserted by direct calculation and the Fibonacci/Lucas congruences are asserted with computer help, which are computational-verification gaps rather than circular reductions; they do not make the argument equivalent to its inputs. Thus no circular step reduces the derivation to its own conclusion or to a self-citation chain.

Assumptions & free parameters 2 free parameters · 5 assumptions · 0 invented entities

The theorem is a constructive existence proof. Its load-bearing choices are the hand-selected covering systems and prime moduli; these are not derived from an external benchmark, but they are fully explicit and checkable, so the burden is verification rather than fitting.

free parameters (2)
  • Fibonacci-branch covering system entries (a_i, m_i, r_i, p_i), i=1..33 = Explicit list in Lemma 2.1 and the proof
    Hand-selected after multiple attempts, as described in Remark 3.1; the proof's contradiction cases depend on these exact residue choices.
  • Lucas-branch covering system entries (b_j, n_j, s_j, q_j), j=1..15 = Explicit list in Lemma 2.1 and the proof
    Hand-selected by trial and error; Remark 3.1 explains that a 14-entry system was discarded because it finished the Lucas step too early and broke the Fibonacci step.
assumptions (5)
  • ad hoc to paper The two residue systems in Lemma 2.1 are covering systems.
    Stated in Lemma 2.1 with "By calculation, one can easily verify"; no derivation or code is provided. If any residue class is missing, the reduction to finitely many primes fails.
  • domain assumption Every listed p_i and q_j is prime.
    Used to conclude p equals p_i from p congruent to 0 modulo p_i in equations (3.2) and (3.3). No primality certificates or factorizations are given.
  • domain assumption The periodic congruences for F_m and L_n listed before the proof hold for all k.
    These are finite assertions modulo primes with periods dividing 1152; they are asserted without demonstration, though readily checkable.
  • standard math Tables 1 through 5 give the correct residues of F_m modulo 17, 19, 47 and L_n modulo 19, 47.
    Finite computations underlying the contradiction step; not derived in the text but easily reproducible.
  • standard math The Chinese remainder theorem applies to the simultaneous congruences in (3.1).
    The moduli are primes and the repeated primes have compatible residues; CRT gives the explicit M and N.

how reviews work

0 comments
Cite this review

Pith. "Pith review of On arithmetic progressions of positive integers avoiding $p+F_m$ and $q+L_n$." pith.science (2026). https://pith.science/paper/IGKTR3PG

@misc{pith2026250612047,
  author       = {Pith},
  title        = {Pith review of: On arithmetic progressions of positive integers avoiding $p+F_m$ and $q+L_n$},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IGKTR3PG}},
  note         = {Machine review of arXiv:2506.12047}
}
abstract

In this paper, it is proved that there is an arithmetic progression of positive integers such that each of which is expressible neither as $p+F_m$ nor as $q+L_n$, where $ p,q $ are primes, $ F_m $ denotes the $ m $-th Fibonacci number and $ L_n $ denotes the $ n $-th Lucas number.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

22 extracted references · 22 canonical work pages

  1. [3]

    Chen, R.-J

    Y.-G. Chen, R.-J. Wang, The sum of a prime and a term of exponent ial sequences (Chinese), Acta Math. Sin. 67 (2024) 259–272

  2. [1]

    Y.-G. Chen, Y. Ding, On a conjecture of Erd˝ os, C. R. Math. Acad. Sci. Paris 360 (2022) 971–974

  3. [2]

    Y.-G. Chen, Y. Ding, Quantitative results of the Romanov type re presentation function, Q. J. Math. 74 (2023) 1331–1359

  4. [4]

    Chen, J.-Z

    Y.-G. Chen, J.-Z. Xu, On integers of the form p + 2kr1 1 + · · · + 2krt t , J. Number Theory 258 (2024) 66–93

  5. [5]

    Crocker, On the sum of a prime and two powers of two, Pacific J

    R. Crocker, On the sum of a prime and two powers of two, Pacific J. Math. 36 (1971) 103–107

  6. [6]

    de Polignac, Six propositions arithmologiques d´ eduites du crible d’Eratosth´ ene, Nouv

    A. de Polignac, Six propositions arithmologiques d´ eduites du crible d’Eratosth´ ene, Nouv. Ann. Math. 8 (1849) 423–429

  7. [7]

    de Polignac, Recherches nouvelles sur ies nombres primiers, C

    A. de Polignac, Recherches nouvelles sur ies nombres primiers, C. R. Acad. Sci. Paris 29 (1849), 738–739

  8. [8]

    Elsholtz and J.-C

    C. Elsholtz and J.-C. Schlage-Puchta, On Romanov’s constant, Math. Z. 288 (2018) 713–724

Show all 22 references
  1. [9]

    Ding, On a problem of Romanoff type, Acta Arith

    Y. Ding, On a problem of Romanoff type, Acta Arith. 205 (2022) 53–62

  2. [10]

    Ding, A counterexample of two Romanov type conjectures, C

    Y. Ding, A counterexample of two Romanov type conjectures, C. R. Math. Acad. Sci. Paris 205 (2022) 1183–1185

  3. [11]

    Ding, Extending an Erd˝ os result on a Romanov type problem, Arch

    Y. Ding, Extending an Erd˝ os result on a Romanov type problem, Arch. Math. 118 (2022) 587–592. 12

  4. [12]

    Ding, H.-Y

    Y. Ding, H.-Y. Zhou, Romanoff ’s theorem for polynomials over finit e fields revisited, Acta Arith. 200 (2021) 1–15

  5. [13]

    Erd˝ os, On integers of the form 2 k + p and some related problems, Summa Brasil

    P. Erd˝ os, On integers of the form 2 k + p and some related problems, Summa Brasil. Math. 2 (1950) 113–123

  6. [14]

    Ismailescu, Primefree shifted Lucas sequences of the seco nd kind, J

    D. Ismailescu, Primefree shifted Lucas sequences of the seco nd kind, J. Number Theory 173 (2017) 87–99

  7. [15]

    Ismailescu, P

    D. Ismailescu, P. C. Shim, On numbers that cannot be expresse d as a plus-minus weighted sum of a Fibonacci number and a prime, Integers 14 (2014) A65

  8. [16]

    Jones, Fibonacci variations of a conjecture of Polignac, Integers 12 (2012) 659–667

    L. Jones, Fibonacci variations of a conjecture of Polignac, Integers 12 (2012) 659–667

  9. [17]

    H. Li, H. Pan, The Romanoff theorem revisited, Acta Arith. 135 (2008) 137–142

  10. [18]

    Pan, On the integers not of the form p + 2a + 2b, Acta Arith

    H. Pan, On the integers not of the form p + 2a + 2b, Acta Arith. 148 (2011) 55–61

  11. [19]

    N. P. Romanoff, ¨Uber einige S¨ atze der additiven Zahlentheorie,Math. Ann. 109 (1934) 668–678

  12. [20]

    ˇSiurys, On integers not of the form Fn ± pa, Int

    J. ˇSiurys, On integers not of the form Fn ± pa, Int. J. Number Theory 12 (2016) 505–512

  13. [21]

    J. G. van der Corput, On de Polignac’s conjecture, Simon Stevin 27 (1950) 99–105

  14. [22]

    Yuan, Integers not of the form c(2a + 2b) + pα , Acta Arith

    P.-Z. Yuan, Integers not of the form c(2a + 2b) + pα , Acta Arith. 115 (2004) 23–28. 13

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.