Skip to content

Erdős problem 828

Is it true that, for any aZa \in \mathbb{Z}, there are infinitely many nn such that ϕ(n)n+a\phi(n) | n + a?

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

828.lean

Retained formal statement3 of 3

It is an easy exercise to show that ϕ(n)n\phi(n) | n if and only if n=0,1n = 0, 1 or n=2a3bn = 2^a 3^b for some a>0a > 0.

FormalConjectures/ErdosProblems/828.leanErdos828.erdos_828.variants.phi_dvd_self_iff_pow2_pow31 lineExact file
∀ {n : ℕ}, n.totientnn ≤ 1 ∨ ∃ a > 0, ∃ b, n = 2 ^ a * 3 ^ b
TextbookProof has a holeformal conjecturesexternal proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page