Theorems · Theorem · combinatorics
List.Vector.mem_map_iff
∀ {α : Type u_1} {β : Type u_2} {n : ℕ} (b : β) (v : List.Vector α n) (f : α → β),
b ∈ (List.Vector.map f v).toList ↔ ∃ a ∈ v.toList, f a = b- Defined in
- Mathlib.Data.Vector.Mem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
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.mapstatement · cited by 25
- List.Vector.toList_mapproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- List.Vector.mem_map_succ_iffproof · cited by 0