Equations
- Array.decideBoolArray p n = List.decideBoolList (fun (x : List Bool) => p { toList := x }) n
Instances For
@[instance_reducible]
instance
Array.instDecidableForallForallEqNatSizeBoolOfDecidablePred_projects
{p : Array Bool → Prop}
[hp : DecidablePred p]
{n : ℕ}
:
Equations
- Array.instDecidableForallForallEqNatSizeBoolOfDecidablePred_projects = decidable_of_bool (Array.decideBoolArray (fun (b : Array Bool) => decide (p b)) n) ⋯