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 statement1 of 5

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.

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

Search problems.science

Find a Problem, Result, source, or page