Skip to content

Erdős problem 92

A sanity check to ensure the set of possible f(n) values is bounded above. A trivial bound is n, since the points equidistant from any x form a subset of the other n - 1 points. This ensures sSup is well-defined.

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

92.lean

Retained formal statement1 of 3

Or even f(n)<nc/loglognf(n) < n^{c/\log\log n} for some constant c>0c > 0?

FormalConjectures/ErdosProblems/92.leanErdos92.erdos_92.variants.strong1 lineExact file
sorry ↔ ∃ c > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ↑(Erdos92.f n) ≤ ↑n ^ (c / Real.log (Real.logn))
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page