Erdős Problem 825 #
Reference: erdosproblems.com/825
Is there an absolute constant $C > 0$ such that every integer $n$ with $\sigma(n) > Cn$ is the distinct sum of proper divisors of $n$?
This has been solved in the affirmative by Larsen - in fact, for any $\epsilon>0$ there exists $L$ such that if $n$ has only prime divisors $>L$ and $\sigma(n)>(2+\epsilon)n$ then $n$ is the distinct sum of proper divisors of $n$.
theorem
Erdos825.erdos_825.variants.necessary_cond
(C : ℝ)
(hC : 0 < C)
(h : ∀ (n : ℕ), ↑((ArithmeticFunction.sigma 1) n) > C * ↑n → ∃ s ⊆ n.properDivisors, n = s.sum id)
:
Show that if the constant $C > 0$ is such that every integer $n$ with $\sigma(n) > Cn$ is the distinct sum of proper divisors of $n$, then we must have $C > 2$.