VC dimension of a set family #
This file defines the VC dimension of a set family as the maximum size of a set it shatters.
A set family 𝒜 has VC dimension at most d if there are no families x of elements indexed
by [d + 1] and A of sets of 𝒜 indexed by 2^[d + 1] such that x i ∈ A s ↔ i ∈ s for all
i ∈ [d + 1], s ⊆ [d + 1].
Equations
Instances For
theorem
HasVCDimAtMost.anti
{α : Type u_1}
{𝒜 ℬ : Set (Set α)}
{d : ℕ}
(h𝒜ℬ : 𝒜 ≤ ℬ)
(hℬ : HasVCDimAtMost ℬ d)
:
HasVCDimAtMost 𝒜 d
theorem
HasVCDimAtMost.mono
{α : Type u_1}
{𝒜 : Set (Set α)}
{d d' : ℕ}
(h : d ≤ d')
(hd : HasVCDimAtMost 𝒜 d)
:
HasVCDimAtMost 𝒜 d'