Skip to content

Erdős problem 694

Let f_\max(n) be the largest mm such that ϕ(m)=n\phi(m) = n, and f_\min(n) be the smallest such mm, where ϕ\phi is Euler's totient function. Investigate \max_{n\leq x}\frac{f_\max(n)}{f_\min(n)}.

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

694.lean

Retained formal statement1 of 3

Let f_\max(n) be the largest mm such that ϕ(m)=n\phi(m) = n, and f_\min(n) be the smallest such mm, where ϕ\phi is Euler's totient function. Investigate \max_{n\leq x}\frac{f_\max(n)}{f_\min(n)}.

GPT-5.5 Pro (prompted by Price) has proved (see also the comments for a summary) that maxnxfmax(n)fmin(n)=(eγ+o(1))loglogx. \max_{n\leq x}\frac{f_{\max}(n)}{f_{\min}(n)}=(e^\gamma+o(1))\log\log x.

A Lean formalisation of the reduction exists, conditional on Mertens' product theorem and Linnik's theorem; see the [formal proof](https://github.com/Shashi456/erdos-formalizations/blob/main/Erdos/P694/Proof.lean).

FormalConjectures/ErdosProblems/694.leanErdos694.erdos_6948 linesExact file
∀ (fmax fmin : ℕ → ℕ),  (∀ (n : ℕ), IsGreatest (Nat.totient ⁻¹' {n}) (fmax n)) →    (∀ (n : ℕ), IsLeast (Nat.totient ⁻¹' {n}) (fmin n)) →o,        Filter.Tendsto o Filter.atTop (nhds 0) ∧          ∀ (x : ℕ),            sSup {x_1 | ∃ n, ∃ (_ : nx) (_ : ∃ m, m.totient = n), ↑(fmax n) / ↑(fmin n) = x_1} =              (Real.exp Real.eulerMascheroniConstant + o x) * Real.log (Real.logx)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page