VCₙ dimension of convex sets in ℝⁿ⁺¹, ℝⁿ⁺² #
In the literature it is known that every convex set in ℝ² has VC dimension at most 3, and there exists a convex set in ℝ³ with infinite VC dimension (even more strongly, which shatters an infinite set).
This file proves that every convex set in ℝⁿ has finite VCₙ dimension, constructs a convex set in ℝⁿ⁺² with infinite VCₙ dimension (even more strongly, which n-shatters an infinite set), and conjectures that every convex set in ℝⁿ⁺¹ has finite VCₙ dimension.
What's known #
What's new #
There exists a set of infinite VCₙ dimension in ℝⁿ⁺².
Conjectures #
theorem
vc2_lt_two_of_convex_r3
{C : Set (Fin 3 → ℝ)}
(hC : Convex ℝ C)
{x y : Fin 2 → Fin 3 → ℝ}
{z : Set (Fin 2 × Fin 2) → Fin 3 → ℝ}
(hxy : ∀ (i j : Fin 2) (s : Set (Fin 2 × Fin 2)), x i + y j + z s ∈ C ↔ (i, j) ∈ s)
:
Every convex set in ℝ³ has VC₂ dimension at most 1.
In fact, this set n-shatters an infinite set.
Every convex set in ℝⁿ⁺¹ has VC₂ dimension at most 1.