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
What is the density of which reach any fixed prime under the iteration ?
∀ (p : ℕ), Nat.Prime p → ∀ (α : ℝ), {n | ∃ i, (fun x => x.totient + 1)^[i] n = p}.HasDensity α → α = sorryOpenStatement only, no proof