Skip to content

Erdős problem 319

What is the size of the largest A{1,,N}A\subseteq\{1, \dots, N\} such that there is a function δ:A{1,1}\delta : A \to \{-1, 1\} such that nAδnn=0 \sum_{n\in A} \frac{\delta n}{n} = 0 and nAδnn0 \sum_{n\in A'}\frac{\delta n}{n} \neq 0 for all non-empty AAA'\subsetneq A.

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

319.lean

Retained formal statement3 of 5

Let c(N) be the size of the largest A{1,,N}A\subseteq\{1, \dots, N\} such that there is a function δ\delta : AA \to \{-1, 1\} such that nAδnn=0\sum_{n\in A} \frac{\delta n}{n} = 0 and nAδnn0\sum_{n\in A'}\frac{\delta n}{n} \neq 0 for all non-empty AAA'\subsetneq A. Find the simplest g(N) such that c(N) = o(g(N)).

FormalConjectures/ErdosProblems/319.leanErdos319.erdos_319.variants.isLittleO9 linesExact file
∀ (N : ℕ) (c : ℕ → ℝ),  (∀ (N : ℕ),      IsGreatest        {x |A,            ∃ (_ : AFinset.Icc 1 N) (_ :              ∃ δ, ∑ nA, ↑↑(δ n) / ↑n = 0 ∧ ∀ A'A, A'.Nonempty → ∑ nA', ↑↑(δ n) / ↑n ≠ 0), ↑A.card = x}        (c N)) →    c =o[Filter.atTop] sorry
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page