Erdős problem 409
If then the iteration necessarily reaches a prime. Note: this is open — it is not clear that the σ iteration always terminates, since it is non-decreasing (unlike the φ iteration which is strictly decreasing).
Sources
FormalConjectures/ErdosProblems/
409.lean
Retained formal statement
Let be the minimum number of iterations of before a prime is reached. Find the simplest function such that ?
∀ (c : ℕ → ℕ), (∀ n > 1, IsLeast {i | Nat.Prime ((fun x => (ArithmeticFunction.sigma 1) x - 1)^[i] n)} (c n)) → (fun n => ↑(c n)) =O[Filter.atTop] sorryOpenStatement only, no proof