Erdős problem 412
Let , the sum of divisors function, and . Is it true that, for every , there exist some such that ?
Sources
FormalConjectures/ErdosProblems/
412.lean
Retained formal statement
Let , the sum of divisors function, and . Is it true that, for every , there exist some such that ?
True ↔ ∀ m ≥ 2, ∀ n ≥ 2, ∃ i j, (⇑(ArithmeticFunction.sigma 1))^[i] m = (⇑(ArithmeticFunction.sigma 1))^[j] nOpenStatement only, no proof