Mathlib Map

Theorems · Theorem · number theory

Int.erdos_ginzburg_ziv

∀ {ι : Type u_1} {n : ℕ} {s : Finset ι} (a : ι → ℤ), 2 * n - 1 ≤ s.card → ∃ t ⊆ s, t.card = n ∧ ↑n ∣ ∑ i ∈ t, a i

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

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

Around this declaration

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

Cites43

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

Cited by2

Results whose statement or proof uses this declaration.