REVIEW 3 minor 34 references
The paper proves that every positive rational number has eventually greedy best Egyptian underapproximations in both denominator conventions, using Bellman-function methods from optimal control.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-05 04:20 UTC pith:HX437XAU
load-bearing objection The paper proves the full Erdős–Graham–Nathanson conjecture for rationals in both denominator conventions via a genuinely new Bellman-function technique; the proof is long but appears sound, with only a well-supported classical dependency.
Eventually greedy best Egyptian underapproximations of rational numbers via optimal control
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central result, Theorem 1, states that for σ = 'nondecreasing' or 'strictly increasing' denominators, every positive rational λ has a threshold n0 such that for every m ≥ 1 the best (n0+m)-term underapproximation equals the best n0-term underapproximation plus the best m-term underapproximation of the remainder, and the greedy m-term tuple is the unique maximizer for that remainder. The proof recasts the problem as optimal control: a state (P,Q,L) records the current remainder and the largest denominator already used; each new denominator x is a control leading to (Px−Q, Qx, x). Terminal completions end in a unit fraction 1/T and are valued at 2^{−m}H(T), where H is the unique increasing
What carries the argument
The Bellman function B^σ(P,Q,L) = sup 2^{−m}H(T) over terminal decompositions, with payoff H the unique increasing solution of H(t(t+1)) = 2H(t) satisfying the logarithmic bounds log t ≤ H(t) ≤ log t + log 2. The self-similarity of H makes appending a greedy unit fraction value-preserving, so optimal paths eventually follow the forced Sylvester-type tail; induction on the 'cleared numerator' shows the Bellman value is finite and attained, and the classical unit-fraction extremality theorem supplies the obstacle boundary that anchors the induction.
Load-bearing premise
The proof rests on the known theorem that for 1/T the greedy m-term sums are the unique best m-term underapproximations; if that failed, the boundary condition anchoring the Bellman induction would collapse.
What would settle it
Choose a rational λ, e.g. 10/61, fix a denominator convention, and compute the best n-term underapproximation for all n up to a large bound by exhaustive search over denominators below a growing cutoff; the theorem predicts that for n ≥ some n0, the best (n+1)-term tuple is obtained by appending the greedy denominator to a best n-term tuple. Any rational for which these disagree at arbitrarily large n disproves Theorem 1; a more local test is to find an admissible state (P,Q,L) with P ≤ Q whose Bellman supremum is not attained.
If this is right
- For every rational λ, the greedy algorithm is eventually optimal in both denominator conventions, so any initial deviations from optimality disappear.
- The maximal double-exponential growth rate of denominators in a unit-fraction series summing to a rational is identified: every non-optimal expansion has a strictly smaller liminf of a_n^{2^{−n}}, unless it is eventually identical to the greedy one.
- There exist irrational numbers, of Liouville type, whose best n-term underapproximations are unique and greedy for all n.
- The Bellman-function proof supplies a uniform structural explanation for previously isolated cases where greedy and best approximations coincide, and it recovers the classical Sylvester-type growth constant for λ = 1.
Where Pith is reading between the lines
- The method could plausibly be adapted to algebraic λ if a substitute for the unit-fraction boundary condition can be found; the paper explicitly leaves the algebraic variant open.
- Because the Bellman function is attained and has finitely many maximizing rays, the threshold n0 and the optimal prefix are in principle computable by dynamic programming over cleared numerators.
- The dichotomy of Theorem 4 suggests a quantitative stability statement: any expansion that tracks the optimal double-exponential rate for a long prefix is forced to equal it, which could be tested on small-denominator rationals.
- The payoff function H, given by an infinite series over iterates of t ↦ t(t+1), may itself be a useful growth gauge for Sylvester-type dynamics beyond Egyptian fractions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proves Theorem 1: for every positive rational number λ, and for both the nondecreasing (σ=≤) and strictly increasing (σ=<) denominator conventions, the best n-term Egyptian underapproximation is eventually greedy. Explicitly, there exists n0 = n0(λ, σ) such that R^σ_{n0+m}(λ) = R^σ_{n0}(λ) + R^σ_m(λ − R^σ_{n0}(λ)) for all m ≥ 1, with the greedy m-term denominator tuple uniquely maximizing the remainder. The proof recasts the problem as an optimal control problem: states are triples (P, Q, L) representing the current remainder and the last denominator; terminal decompositions have payoff 2^{-m}H(T), where H is a carefully constructed strictly increasing function satisfying H(t(t+1)) = 2H(t) and log t ≤ H(t) ≤ log t + log 2. The associated Bellman functions B^σ are shown finite and attained via strong induction on the cleared numerator, and a completion lemma (Lemma 16) compares arbitrary competing underapproximations with greedy extensions. The same framework yields Theorem 4 on the maximal double-exponential growth of denominators in unit-fraction expansions of rational λ, and Example 2 constructs a Liouville number with unique greedy best underapproximations. The paper also proves Corollary 3 and other applications of the main result.
Significance. If the proof is correct, this resolves a conjecture of Erdős–Graham–Nathanson in both denominator conventions and supplies the missing ingredient for the asymptotic extremality results in Corollary 3 and Theorem 4. The optimal-control/Bellman-function approach appears to be new for Egyptian-fraction extremal problems and is executed in detail: H is constructed explicitly with its monotonicity and exact-doubling properties proven; the induction on cleared numerators is the natural descent argument; and the completion lemma cleanly converts Bellman optimality into fixed-length optimality. The reliance on the classical unit-fraction extremality theorem (Lemma 8) is genuine but well documented and is not an internal gap. No machine-checked formalization is provided, but the analytic proof is essentially self-contained apart from standard cited results. I found the proof long but coherent; the main caveats are presentation issues in Section 4 and a slightly compressed treatment of some applications.
minor comments (3)
- [Section 4 (Theorem 4 proof)] The sentence 'Since d_j→∞, one has c_{k+j}=d_j for all sufficiently large j' is not literally correct when finitely many d_j are smaller than the fixed denominators a_1,...,a_k. After merging, one only gets c_{s+j}=d_{r+j} for large j, with s−r=k. The displayed identity lim_n (c^{(k)}_n)^{2^{-n}} = D_k^{2^{-k}} remains true because the exponent shift is s−r=k, but the text should be reworded to give the index-offset argument precisely. As written, a careful reader may think the proof relies on a false equality of indices.
- [Section 3, Lemma 8 and boundary condition (3.8)] The uniqueness statement in Lemma 8 is load-bearing, and for T≥2 the proof cites Nathanson [23, Theorem 5] and Chu [8]. Since [23] is primarily formulated for nondecreasing denominators, it would be helpful to add a sentence explaining explicitly that the same greedy tuple is the unique maximizer in the strictly increasing convention as well, or to point to the precise statement in [8] that covers this case. This is a citation-clarity issue, not a correctness concern.
- [Section 5, Example 2] The proof of Example 2 is clear, but the notation b_n = 2^{n!} and the later use of b_n for the denominators of the greedy tail in Corollary 3 and Theorem 4 could be confused. A brief remark that the b_n in Example 2 are unrelated to the b_n in Corollary 3 would prevent a possible misunderstanding.
Circularity Check
No circular derivation: central proof is an independent Bellman-function argument; the only external load-bearing input is classical unit-fraction extremality, and self-citations are contextual.
full rationale
The derivation chain is self-contained in the sense relevant to circularity. The payoff function H is constructed in Lemma 5 directly from the map Phi(t)=t(t+1), with existence, uniqueness, monotonicity, and logarithmic bounds proved in the text; it is not defined in terms of best underapproximations for general rationals. The Bellman functions B^sigma are defined as suprema over terminal decompositions with value 2^{-m}H(T), and the proof that they are finite and attained is carried out by strong induction on the cleared numerator (Lemmas 11-15), using only arithmetic estimates and the previously proved properties of H. The comparison with arbitrary n-term underapproximations is made through Lemma 16, whose completion and collision-deletion argument is proved in the paper, not assumed. The only external load-bearing input is Lemma 8, the classical unit-fraction extremality theorem of Curtiss-Takenouchi, Nathanson, and Chu, which supplies the boundary condition B(P,Q,L)=H(Q/P) when Q/P is an integer. That theorem is independent, well established, and not a self-citation; it is also not equivalent to the theorem being proved, since the main difficulty is passing from unit-fraction remainders to arbitrary rationals. The self-citations ([19], [20], [21]) appear as context: a measure-zero result, previously posed conjectures that are now resolved by Theorem 1, and an adapted proof that is in fact re-proved in the text. None of these is load-bearing for the central claim. The AI-usage declaration reports provenance and drafting assistance but does not assert that any theorem is assumed or that any step in the derivation chain is missing, so it does not affect the circularity verdict. No equation or construction reduces by definition to the conjecture being proved; in particular, no fitted parameter is renamed as a prediction and no uniqueness theorem is imported from the authors' prior work to force the argument.
Axiom & Free-Parameter Ledger
axioms (5)
- standard math For every integer T, the greedy m-term tuple uniquely maximizes R_σ_m(1/T) (Curtiss-Takenouchi, Nathanson, Chu).
- standard math Best n-term Egyptian underapproximations exist: the maximum defining R_σ_n(λ) is attained.
- standard math The greedy algorithm applied to a rational remainder terminates in finitely many steps, reaching a unit fraction.
- standard math Karamata's inequality (or Muirhead's inequality) applies to the weak majorization step in Lemma 10.
- standard math The harmonic series diverges, so for any λ > 1 a finite initial block of denominators can be chosen with remainder below 1.
Cite this review
Pith. "Pith review of Eventually greedy best Egyptian underapproximations of rational numbers via optimal control." pith.science (2026). https://pith.science/paper/HX437XAU
@misc{pith2026260728387,
author = {Pith},
title = {Pith review of: Eventually greedy best Egyptian underapproximations of rational numbers via optimal control},
year = {2026},
howpublished = {\url{https://pith.science/paper/HX437XAU}},
note = {Machine review of arXiv:2607.28387}
}
read the original abstract
We prove that every positive rational number has eventually greedy best Egyptian underapproximations, both when repetitions of the denominators are allowed and when the denominators are required to be distinct. This answers affirmatively a problem originating with Erd\H{o}s and Graham and later revisited by Nathanson, and yields an application concerning the maximal asymptotic growth of denominators in unit fraction series converging to a given rational number. We reformulate the question as an optimal control problem for a dynamical system, construct an appropriate payoff function, and study properties of the associated Bellman function. We also answer another question of Nathanson by constructing an irrational number with unique and greedy best Egyptian underapproximations.
Figures
Reference graph
Works this paper leans on
-
[1]
Alfred V. Aho and Neil J. A. Sloane. Some doubly exponential sequences.Fibonacci Quart., 11(4):429–437, 1973.doi:10.1080/00150517.1973.12430815
-
[2]
On representations by Egyptian fractions.Rev
Florin Ambro and Mugurel Barc˘ au. On representations by Egyptian fractions.Rev. Roumaine Math. Pures Appl., 60(3):331–336, 2015. URL:https://imar.ro/journals/Revue_Mathematique/pdfs/2015/3/7.pdf
work page 2015
-
[3]
Princeton University Press, Princeton, NJ, 1957
Richard Bellman.Dynamic programming. Princeton University Press, Princeton, NJ, 1957
work page 1957
-
[4]
Thomas F. Bloom. Erd˝ os Problems. Accessed: July 13, 2026. URL:https://www.erdosproblems.com
work page 2026
-
[5]
Thomas F. Bloom and Christian Elsholtz. Egyptian fractions.Nieuw Arch. Wiskd. (5), 23(4):237–245,
-
[6]
Donald L. Burkholder. Boundary value problems and sharp inequalities for martingale transforms.Ann. Probab., 12(3):647–702, 1984.doi:10.1214/aop/1176993220
arXiv 1984
-
[7]
Approximation by Egyptian fractions and the weak greedy algorithm.Indag
H` ung Viˆ e.t Chu. Approximation by Egyptian fractions and the weak greedy algorithm.Indag. Math. (N.S.), 34(6):1303–1317, 2023.doi:10.1016/j.indag.2023.05.008
-
[8]
A threshold for the best two-term underapproximation by Egyptian fractions.Indag
H` ung Viˆ e.t Chu. A threshold for the best two-term underapproximation by Egyptian fractions.Indag. Math. (N.S.), 35(2):350–375, 2024.doi:10.1016/j.indag.2024.01.006
-
[9]
David R. Curtiss. On Kellogg’s Diophantine Problem.Amer. Math. Monthly, 29(10):380–387, 1922.doi: 10.2307/2299023
doi:10.2307/2299023 1922
-
[10]
Ten algorithms for Egyptian fractions.Mathematica in Education and Research, 4(2):5–15,
David Eppstein. Ten algorithms for Egyptian fractions.Mathematica in Education and Research, 4(2):5–15,
-
[11]
Paul Erd˝ os. On a Diophantine equation.Mat. Lapok, 1:192–210, 1950
work page 1950
-
[12]
Paul Erd˝ os and Ronald L. Graham.Old and new problems and results in combinatorial number theory, volume 28 ofMonographies de L’Enseignement Math´ ematique. Universit´ e de Gen` eve, L’Enseignement Math´ ematique, Geneva, 1980
work page 1980
-
[13]
J´ anos Galambos. The ergodic properties of the denominators in the Oppenheim expansion of real numbers into infinite series of rationals.Quart. J. Math. Oxford Ser. (2), 21(2):177–191, 1970.doi:10.1093/qmath/ 21.2.177
doi:10.1093/qmath/ 1970
-
[14]
Ronald L. Graham. Paul Erd˝ os and Egyptian fractions. InErd˝ os centennial, volume 25 ofBolyai Soc. Math. Stud., pages 289–309. J´ anos Bolyai Math. Soc., Budapest, 2013.doi:10.1007/978-3-642-39286-3\_9
-
[15]
Ronald L. Graham, Donald E. Knuth, and Oren Patashnik.Concrete Mathematics: A Foundation for Computer Science. Addison-Wesley Publishing Company, Reading, MA, second edition, 1994
work page 1994
-
[16]
Asymptotic Analysis of Infinite Decompositions of a Unit Fraction into Unit Fractions
Yuhi Kamio. Asymptotic analysis of infinite decompositions of a unit fraction into unit fractions, 2025. arXiv:2503.02317
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[17]
Sur une in´ egalit´ e relative aux fonctions convexes.Publ
Jovan Karamata. Sur une in´ egalit´ e relative aux fonctions convexes.Publ. Inst. Math. (Beograd), 1(1):145– 147, 1932. URL:https://eudml.org/doc/254514
work page 1932
-
[18]
Oliver D. Kellogg. On a Diophantine Problem.Amer. Math. Monthly, 28(8-9):300–303, 1921.doi:10. 2307/2971778
work page 1921
-
[19]
On eventually greedy best underapproximations by Egyptian fractions.J
Vjekoslav Kovaˇ c. On eventually greedy best underapproximations by Egyptian fractions.J. Number The- ory, 268:39–48, 2025.doi:10.1016/j.jnt.2024.09.004
-
[20]
Generalizing a conjecture of Erd˝ os and Graham via best Egyptian underap- proximations.Acta Math
Zheng Li and Quanyu Tang. Generalizing a conjecture of Erd˝ os and Graham via best Egyptian underap- proximations.Acta Math. Hungar., 177(1):41–63, 2025.doi:10.1007/s10474-025-01566-8
-
[21]
On a conjecture of Erd\H{o}s and Graham about the Sylvester's sequence
Zheng Li and Quanyu Tang. On a conjecture of Erd˝ os and Graham about the Sylvester’s sequence, 2025. arXiv:2503.12277
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[22]
George A. Miller. Groups possessing a small number of sets of conjugate operators.Trans. Amer. Math. Soc., 20(3):260–270, 1919.doi:10.2307/1988867
doi:10.2307/1988867 1919
-
[23]
Melvyn B. Nathanson. Underapproximation by Egyptian fractions.J. Number Theory, 242:208–234, 2023. doi:10.1016/j.jnt.2022.07.005
-
[24]
Nazarov, Sergei Treil, and Alexander L
Fedor L. Nazarov, Sergei Treil, and Alexander L. Volberg. Bellman function in stochastic control and harmonic analysis. InSystems, approximation, singular integral operators, and related topics (Bordeaux, 2000), volume 129 ofOper. Theory Adv. Appl., pages 393–423. Birkh¨ auser, Basel, 2001. 30 V. KOV A ˇC AND Q. TANG
work page 2000
-
[25]
E. Arthur Robinson, Jr. Parry’s topological transitivity andf-expansions.Proc. Amer. Math. Soc., 144(5):2093–2107, 2016.doi:10.1090/proc/12857
-
[26]
Erd˝ os’s work on finite sums of unit fractions
Andrzej Schinzel. Erd˝ os’s work on finite sums of unit fractions. InPaul Erd˝ os and his mathematics, I (Budapest, 1999), volume 11 ofBolyai Soc. Math. Stud., pages 629–636. J´ anos Bolyai Math. Soc., Budapest, 2002
work page 1999
-
[27]
Laurence E. Sigler.Fibonacci’s Liber Abaci: A Translation into Modern English of Leonardo Pisano’s Book of Calculation. Sources and Studies in the History of Mathematics and Physical Sciences. Springer-Verlag, New York, 2002.doi:10.1007/978-1-4613-0079-3
-
[28]
Approximating 1 from below usingnEgyptian fractions, 2005.arXiv:math/ 0502247
Kannan Soundararajan. Approximating 1 from below usingnEgyptian fractions, 2005.arXiv:math/ 0502247
work page 2005
-
[29]
James J. Sylvester. On a Point in the Theory of Vulgar Fractions.Amer. J. Math., 3(4):332–335, 1880. doi:10.2307/2369261
-
[30]
On an indeterminate equation.Proc
Tanzˆ o Takenouchi. On an indeterminate equation.Proc. Phys.-Math. Soc. Japan (3), 3:78–92, 1921.doi: 10.11429/ppmsj1919.3.6\_78
-
[31]
Addison-Wesley Publishing Company, Advanced Book Program, Redwood City, CA, 1991
Ilan Vardi.Computational recreations in Mathematica. Addison-Wesley Publishing Company, Advanced Book Program, Redwood City, CA, 1991
work page 1991
-
[32]
Cambridge University Press, Cambridge, 2020.doi: 10.1017/9781108764469
Vasily Vasyunin and Alexander Volberg.The Bellman function technique in harmonic analysis, volume 186 ofCambridge Studies in Advanced Mathematics. Cambridge University Press, Cambridge, 2020.doi: 10.1017/9781108764469. University of Zagreb F aculty of Science, Department of Mathematics, Bijeni ˇcka cesta 30, 10000 Zagreb, Croatia Email address:vjekovac@ma...
-
[1995]
URL:https://ics.uci.edu/ ~eppstein/numth/
Includes implementations. URL:https://ics.uci.edu/ ~eppstein/numth/
-
[2022]
URL:https://www.nieuwarchief.nl/serie5/pdf/naw5-2022-23-4-237.pdf
work page 2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.