Erdős problem 51
Is there an infinite set such that for every , there is an integer n such that , and yet if is the smallest such integer, then as ?
Sources
FormalConjectures/ErdosProblems/
51.lean
Retained formal statement
Is there an infinite set such that for every , there is an integer n such that , and yet if is the smallest such integer, then as ?
True ↔ ∃ A n, A.Infinite ∧ (∀ (a : ↑A), IsLeast (Nat.totient ⁻¹' {↑a}) (n a)) ∧ Filter.Tendsto (fun a => ↑(n a) / ↑↑a) Filter.atTop Filter.atTopOpenStatement only, no proof