Erdős Problem #137: powerful products of consecutive integers (conditional finiteness) #
Erdős Problem #137 asks whether the product of k ≥ 3 consecutive positive integers,
F k n = n(n+1)⋯(n+k-1), can ever be powerful (a number N with p ∣ N ⟹ p² ∣ N).
This file formalizes the deduction that, under the Granville–Langevin radical lower
bound RadLB k (a consequence of the abc conjecture, taken here as an explicit
hypothesis — it is NOT proved here), F k n is powerful for only finitely many n,
for each fixed k ≥ 3. The underlying mathematics is due to Shorey–Tijdeman (2016)
and Langevin / Granville; this is a formalization of the deduction, not a new result.
Main results #
lemma_star(unconditional):rad m ^ 2 * B2 m ≤ m ^ 2.powerful_rad_sq_le: a powerfulN ≠ 0satisfiesrad N ^ 2 ≤ N.erdos137_eventually_not_powerful/erdos137_finite(conditional onRadLB,k ≥ 3):F k nis powerful for only finitely manyn.
The radical bound RadLB is the only nonelementary input and appears as a hypothesis.
Definitions #
The radical of m: product of its distinct prime factors. rad(0) = rad(1) = 1 by convention.
Equations
- Erdos137.rad m = ∏ p ∈ m.factorization.support, p
Instances For
The 2-full (powerful) part of m: product of p^{a_p} over primes with a_p ≥ 2.
Equations
- Erdos137.B2 m = ∏ p ∈ m.factorization.support with 2 ≤ m.factorization p, p ^ m.factorization p
Instances For
Product of k consecutive integers starting at n.
Equations
- Erdos137.F k n = ∏ i ∈ Finset.range k, (n + i)
Instances For
Auxiliary lemmas #
Every element of the factorization support is a prime.
LEMMA STAR #
Bridge to ℝ #
RadLB hypothesis and conditional theorem #
The Granville--Langevin radical lower bound, taken as a hypothesis. For every ε > 0 there is C > 0 such that rad(F(k,n)) ≥ C · n^{k-1-ε} for all n ≥ 1.