VC-dimensions of nondeterministic finite automata for words of equal length #
Theorem 4 on Kathleen Romanik's testing dimension.
theorem
towards_lowerbound₀
{V : Type u_1}
[DecidableEq V]
[Fintype V]
(c : ℕ)
(m : ℕ)
:
2 ^ (Fintype.card V - m) ≥ 2 ^ Fintype.card V - c → c ≥ 2 ^ Fintype.card V - 2 ^ (Fintype.card V - m)
theorem
towards_lowerbound₁
{V : Type u_1}
[DecidableEq V]
[Fintype V]
(c : ℕ)
(m : ℕ)
:
Fintype.card V - m ≥ Nat.clog 2 (2 ^ Fintype.card V - c) →
2 ^ (Fintype.card V - m) ≥ 2 ^ Nat.clog 2 (2 ^ Fintype.card V - c)
theorem
towards_lowerbound₂
{V : Type u_1}
[DecidableEq V]
[Fintype V]
(c : ℕ)
:
2 ^ Nat.clog 2 (2 ^ Fintype.card V - c) ≥ 2 ^ Fintype.card V - c
theorem
towards_lowerbound₃
{V : Type u_1}
[DecidableEq V]
[Fintype V]
(c : ℕ)
(m : ℕ)
:
Fintype.card V - m ≥ Nat.clog 2 (2 ^ Fintype.card V - c) → 2 ^ (Fintype.card V - m) ≥ 2 ^ Fintype.card V - c