Skip to content

Erdős problem 205

Is it true that all sufficiently large nn can be written as 2k+m2^k+m for some k0k\geq 0, where Ω(m)<loglogm\Omega(m)<\log\log m? (Here Ω(m)\Omega(m) is the number of prime divisors of mm counted with multiplicity.)

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

205.lean

Retained formal statement4 of 5

In fact there are infinitely many nn such that, for all kk with 2k<n2^k<n, n2kn-2^k has at least (lognloglogn)1/2\gg \left(\frac{\log n}{\log\log n}\right)^{1/2} many prime factors.

FormalConjectures/ErdosProblems/205.leanErdos205.erdos_205.variants.many_prime_factors5 linesExact file
c > 0,  {n |      ∀ (k : ℕ),        2 ^ k < n          c * √(Real.logn / Real.log (Real.logn)) ≤ ↑(ArithmeticFunction.cardFactors (n - 2 ^ k))}.Infinite
SolvedProof has a holelean4external 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