Skip to content

Erdős problem 1000

Let A={n1<n2<}A=\{n_1<n_2<\cdots\} be an infinite sequence of integers, and let ϕA(k)\phi_A(k) count the number of 1mnk1\leq m\leq n_k such that the fraction mnk\frac{m}{n_k} does not have denominator njn_j for j<kj<k when written in lowest form; equivalently, nk(m,nk)nj \frac{n_k}{(m,n_k)}\neq n_j for all 1j<k1\leq j<k.

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1000.lean

Retained formal statement4 of 5

Erdős [Er64b] proved that the limit of ϕA(k)nk\frac{\phi_A(k)}{n_k} as kk\to \infty cannot be 00.

FormalConjectures/ErdosProblems/1000.leanErdos1000.erdos_1000.variants.not_tendsto_zero2 linesExact file
∀ (n : ℕ → ℕ),  StrictMono n → 0 < n 0 → ¬Filter.Tendsto (fun k => ↑(Erdos1000.phiSeq n k) / ↑(n k)) Filter.atTop (nhds 0)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page