Back to Problems

erdos_1003.variants.eps87

Specification

Erdős, Pomerance, and Sárközy [EPS87] proved that for all large $x$, the number of $n \leq x$ with $\phi(n) = \phi(n+1)$ is at most $$\frac{x}{\exp((\log x)^{1/3})}$$. [EPS87] Erd\H os, Paul and Pomerance, Carl and S\'ark\"ozy, Andr\'as, _On locally repeated values of certain arithmetic functions_. {II}. Proc. Amer. Math. Soc. (1987), 1--7.

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_1003.variants.eps87 :  ∀ᶠ x in atTop,
    {(n : ℕ) | (n ≤ x) ∧ φ n = φ (n + 1)}.ncard ≤
      x / Real.exp ((x.log) ^ ((1 : ℝ) / 3))
ID: ErdosProblems__1003__erdos_1003.variants.eps87
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.