Skip to content

Erdős problem 295

Let k(N)k(N) denote the smallest kk such that there exists Nn1<<nkN ≤ n_1 < ⋯ < n_k with 1n1+...+1nk=1\frac 1 {n_1} + ... + \frac 1 {n_k} = 1

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

295.lean

Retained formal statement3 of 3

Helper lemma: for each NN, there exists kk and n1<...<nkn_1 < ... < n_k such that Nn1<<nkN ≤ n_1 < ⋯ < n_k with 1n1+...+1nk=1\frac 1 {n_1} + ... + \frac 1 {n_k} = 1.

FormalConjectures/ErdosProblems/295.leanErdos295.exists_k1 lineExact file
∀ (N : ℕ), ∃ k n, (∀ (i : Fin k.succ), Nn i) ∧ StrictMono n ∧ ∑ i, 1 / ↑(n i) = 1
TextbookStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page