Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
instance
instDecidableIs_witness
{n b : ℕ}
(x : List.Vector (Fin b) n)
(q : ℕ)
(h : List.Vector (Fin q) n.succ)
:
Decidable (is_witness x q h)
Equations
Equations
- A_N_bounded_by x q = ∃ (h : List.Vector (Fin q) n.succ), is_witness x q h
Instances For
@[implicit_reducible]
instance
instDecidableA_N_bounded_by
{n b q : ℕ}
(x : List.Vector (Fin b) n)
:
Decidable (A_N_bounded_by x q)
Equations
- complexity_equals x k = (A_N_bounded_by x k ∧ ¬A_N_bounded_by x (k - 1))
Instances For
@[implicit_reducible]
instance
instDecidableComplexity_equals
{n : ℕ}
(x : List.Vector (Fin 2) n)
(k : ℕ)
:
Decidable (complexity_equals x k)