Theorems · Theorem · combinatorics
List.Vector.mem_iff_get
∀ {α : Type u_1} {n : ℕ} (a : α) (v : List.Vector α n), a ∈ v.toList ↔ ∃ i, v.get i = a- Defined in
- Mathlib.Data.Vector.Mem
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 20 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.toListstatement and proof · cited by 79
- List.Vector.getstatement · cited by 41
- List.Vector.toList_lengthproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.head_memproof · cited by 0
- List.Vector.mem_cons_selfproof · cited by 0