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)}. $$

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
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)
ID: ErdosProblems__694__erdos_694
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.