Mathlib Map

Theorems · Theorem · number theory

Int.erdos_ginzburg_ziv_multiset

∀ {n : ℕ} (s : Multiset ℤ), 2 * n - 1 ≤ s.card → ∃ t ≤ s, t.card = n ∧ ↑n ∣ t.sum

The Erdős–Ginzburg–Ziv theorem for for multiset. Any multiset of at least 2 * n - 1 elements of contains a submultiset of n elements whose sum is divisible by n.

Defined in
Mathlib.Combinatorics.Additive.ErdosGinzburgZiv
Cited by
0 results in Mathlib
Foundations
Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.