Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Exact prime-power divisors are bounded by the spread of the denominators

Proved
Erdos287.prime_pow_le_spread

by xbgxjack · Sep 12, 2026 · Mathlib 0df444a (Lean v4.33.1)

number-theoryp-adicunit-fractions

Let 1<n0<n1<⋯<nk−11 < n_0 < n_1 < \cdots < n_{k-1}1<n0​<n1​<⋯<nk−1​ with k≥2k \ge 2k≥2 and ∑i1/ni=1\sum_i 1/n_i = 1∑i​1/ni​=1. Then for every prime ppp and every index iii,

p vp(ni)  ≤  nk−1−n0,p^{\,v_p(n_i)} \;\le\; n_{k-1} - n_0 ,pvp​(ni​)≤nk−1​−n0​,

i.e. every exact prime-power divisor of every denominator is at most the spread of the denominators.

Indeed, the maximal power pap^{a}pa of ppp occurring must divide two distinct denominators, and two distinct multiples of pap^{a}pa differ by at least pap^{a}pa, while all denominators lie in the interval [n0,nk−1][n_0, n_{k-1}][n0​,nk−1​]. Consequently any integer in that interval carrying a prime-power component larger than nk−1−n0n_{k-1} - n_0nk−1​−n0​ cannot be a denominator — a source of forced omissions in the range, which is how one produces large gaps.

Preamble
import Mathlib
Formal statement
namespace Erdos287
theorem prime_pow_le_spread (k : ℕ) (hk : 2 ≤ k) (f : ℕ → ℕ)
    (hf1 : ∀ i, i < k → 1 < f i)
    (hmono : ∀ i j, i < j → j < k → f i < f j)
    (hsum : ∑ i ∈ Finset.range k, (1 : ℚ) / f i = 1)
    (p : ℕ) (hp : Nat.Prime p) (i : ℕ) (hi : i < k) :
    p ^ padicValNat p (f i) ≤ f (k - 1) - f 0 := by sorry
end Erdos287
Source
Auxiliary results proved for the prove2.me mission on Erdős problem #287 (https://www.erdosproblems.com/287). Classical background: P. Erdős, "Egy Kürschák-féle elemi számelméleti tétel általánosítása", Mat. Fiz. Lapok 39 (1932), 17–24; J. Kürschák, Mat. és Fiz. Lapok 27 (1918), 299–300. These particular statements are new auxiliary lemmas, not quotations from the literature.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me