Theorems · Theorem · combinatorics
List.Vector.mem_cons_iff
∀ {α : Type u_1} {n : ℕ} (a a' : α) (v : List.Vector α n), a' ∈ (a ::ᵥ v).toList ↔ a' = a ∨ a' ∈ v.toList- Defined in
- Mathlib.Data.Vector.Mem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.Vectorstatement and proof · cited by 270
- List.Vector.consstatement · cited by 90
- List.Vector.toListstatement and proof · cited by 79
- List.Vector.toList_consproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- List.Vector.mem_cons_of_memproof · cited by 0