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 states 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 in the literature #
theorem
hasAddVCDimAtMost_three_of_convex_r2
{C : Set (EuclideanSpace ℝ (Fin 2))}
(hC : Convex ℝ C)
:
Every convex set in $\mathbb R^2$ has VC dimension at most 3.
There exists a set in $\mathbb R^3$ shattering an infinite set.
What's not in the literature #
Conjectures #
theorem
hasAddVCNDimAtMost_two_one_of_convex_r3
{C : Set (EuclideanSpace ℝ (Fin 3))}
(hC : Convex ℝ C)
:
HasAddVCNDimAtMost C 2 1
Every convex set in $\mathbb R^3$ has $\mathrm{VC}_2$ dimension at most 1.