Erdős problem 825
Is there an absolute constant such that every integer with is the distinct sum of proper divisors of ?
Sources
FormalConjectures/ErdosProblems/
825.lean
Retained formal statement
Show that if the constant is such that every integer with is the distinct sum of proper divisors of , then we must have .
∀ (C : ℝ), 0 < C → (∀ (n : ℕ), ↑((ArithmeticFunction.sigma 1) n) > C * ↑n → ∃ s ⊆ n.properDivisors, n = s.sum id) → 2 < CSolvedStatement only, no proof