VC dimension in a group #
This file defines the Vapnik–Chervonenkis (aka VC) dimension of a set in a group, defined as the VC dimension of its family of translates.
It also defines the VCₙ dimension, which has no set family analogue.
A set A in an abelian group has VC dimension at most d iff one cannot find two sequences
x and y of elements indexed by [d + 1] and 2 ^ [d + 1] respectively such that
y s * x i ∈ A ↔ i ∈ s for all i ∈ [d + 1], s ⊆ [d + 1].
Equations
Instances For
A set A in an abelian group has VC dimension at most d iff one cannot find two sequences
x and y of elements indexed by [d + 1] and 2 ^ [d + 1] respectively such that
y s + x i ∈ A ↔ i ∈ s for all i ∈ [d + 1], s ⊆ [d + 1].
Equations
Instances For
Alias of the forward direction of hasMulVCDimAtMost_compl.
Alias of the reverse direction of hasMulVCDimAtMost_compl.
A set A in an abelian group has VCₙ dimension at most d iff one cannot find two sequences
x and y of elements indexed by [n] × [d + 1] and 2 ^ [d + 1]ⁿ respectively such that
y s * ∏ k, x (k, i k) ∈ A ↔ i ∈ s for all i ∈ [d + 1]ⁿ, s ⊆ [d + 1]ⁿ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A set A in an abelian group has VCₙ dimension at most d iff one cannot find two sequences
x and y of elements indexed by [n] × [d + 1] and 2 ^ [d + 1]ⁿ respectively such that
y s + ∑ k, x (k, i k) ∈ A ↔ i ∈ s for all i ∈ [d + 1]ⁿ, s ⊆ [d + 1]ⁿ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Alias of the forward direction of hasMulVCNDimAtMost_compl.
Alias of the reverse direction of hasMulVCNDimAtMost_compl.