Back to Problems
erdos_417.part.a
Specification
Let\[V'(x)=\#\{\phi(m) : 1\leq m\leq x\}\]and\[V(x)=\#\{\phi(m) \leq x : 1\leq m\}.\] Does $\lim V(x)/V'(x)$ exist? Formalization note: We formalize the limit of the inverse fraction V'(x)/V(x) to ensure the limit is finite (bounded between 0 and 1).
Lean 4 Statement
theorem erdos_417.part.a :
answer(sorry) ↔ ∃ L : ℝ, Tendsto (fun x ↦
((totient '' { m | 1 ≤ m ∧ (m : ℝ) ≤ x }).ncard : ℝ) /
({ k | k ∈ range totient ∧ (k : ℝ) ≤ x }.ncard : ℝ))
atTop (𝓝 L)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.