Conditional upper bound on B₂ via a radical lower bound (Erdős #367) #
We formalize the "Langevin route" for the general-k upper bound in Erdős #367,
taking the deep unproven ingredient — a radical lower bound for products of
consecutive integers — as an explicit hypothesis (RadLB).
Definitions #
rad m— the radical (squarefree kernel) ofm: product of its distinct prime factors.B2 m— the powerful (2-full) part ofm: ∏_{p : v_p(m) ≥ 2} p^{v_p(m)}.F k n— the product ofkconsecutive integers starting atn.
Main results #
lemma_star(unconditional):rad m ^ 2 * B2 m ≤ m ^ 2.B2_upper_bound(conditional onRadLB): for everyε > 0there isC' > 0withB2 (F k n) ≤ C' * n ^ (2 + ε)for alln ≥ 1.
Definitions #
The radical of m: product of its distinct prime factors. rad(0) = rad(1) = 1 by convention.
Equations
- GeneralK.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
- GeneralK.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
- GeneralK.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 "Langevin route" 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.