Back to Problems
erdos_694
Specification
Let $f_\max(n)$ be the largest $m$ such that $\phi(m) = n$, and $f_\min(n)$ be the smallest such $m$, where $\phi$ is Euler's totient function. Investigate $$ \max_{n\leq x}\frac{f_\max(n)}{f_\min(n)}. $$
Lean 4 Statement
theorem erdos_694 (max min : ℕ → ℕ)
(hmax : ∀ n, IsGreatest (Nat.totient ⁻¹' {n}) (max n))
(hmin : ∀ n, IsLeast (Nat.totient ⁻¹' {n}) (min n))
(x : ℕ) :
IsGreatest
{ (max n : ℚ) / min n | (n : ℕ) (_ : n ≤ x) }
answer(sorry)
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.