Erdős Problem 373 #
Reference: erdosproblems.com/373
theorem
erdos_373.variants.of_limit
(H : Filter.Tendsto (fun (n : ℕ) => ↑(n * (n + 1)).maxPrimeFac / Real.log ↑n) Filter.atTop Filter.atTop)
:
Show that if P(n(n+1)) / log n → ∞
where P(m)
denotes the largest prime factor of m
, then
the equation n!=a_1!a_2!···a_k!
, with n−1 > a_1 ≥ a_2 ≥ ··· ≥ a_k
, has only
finitely many solutions.
theorem
erdos_373.variants.of_lower_bound
(H : ∀ᶠ (n : ℕ) in Filter.atTop, 4 * Real.log ↑n < ↑(n * (n - 1)).maxPrimeFac)
:
Show that if P(n(n−1)) > 4 log n
for large enough n
, where P(m)
denotes the
largest prime factor of m
, then the equation n!=a_1!a_2!···a_k!
, with
n−1 > a_1 ≥ a_2 ≥ ··· ≥ a_k
, has only finitely many solutions.