Erdős Problem 373 #
Reference: erdosproblems.com/373
@[reducible, inline]
Let S be the set of non-trivial solutions to the equation n! = a₁! ··· aₖ!
such that a₁ ≥ ... ≥ aₖ and n-1 > a₁.
Equations
Instances For
Show that the equation n!=a_1!a_2!···a_k!, with n−1 > a_1 ≥ a_2 ≥ ··· ≥ a_k, has
only finitely many solutions.
theorem
Erdos373.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
Erdos373.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.