Documentation

FormalConjectures.ErdosProblems.«540»

Erdős Problem 540 #

References:

A finite set has a non-empty subset whose sum is zero.

Equations
Instances For
    theorem Erdos540.erdos_540 :
    True ∃ (C : ), 0 < C ∀ (N : ), 0 < N∀ (A : Finset (ZMod N)), C * N A.cardHasZeroSubsetSum A

    Is it true that if $A\subseteq \mathbb{Z}/N\mathbb{Z}$ has size $\gg N^{1/2}$ then there exists some non-empty $S\subseteq A$ such that $\sum_{n\in S}n\equiv 0\pmod{N}$?

    Szemerédi proved the answer is yes, in fact for arbitrary finite abelian groups.