Theorems · Definition · combinatorics
List.Vector.pmap
{α : Type u_1} →
{β : Type u_2} →
{n : ℕ} → {p : α → Prop} → ((a : α) → p a → β) → (v : List.Vector α n) → (∀ x ∈ v.toList, p x) → List.Vector β nMap a vector under a partial function.
- Defined in
- Mathlib.Data.Vector.Defs
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
Cited by10
Results whose statement or proof uses this declaration.
- List.Vector.pmap.congr_simpstatement and proof · cited by 3
- List.Vector.toList_pmapstatement and proof · cited by 1
- List.Vector.head_pmapstatement and proof · cited by 0
- List.Vector.map_pmapstatement and proof · cited by 0
- List.Vector.pmap_consstatement · cited by 0
- List.Vector.pmap_cons'statement · cited by 0
- List.Vector.pmap_mapstatement and proof · cited by 0
- List.Vector.pmap_nilstatement · cited by 0
- List.Vector.getElem_pmapstatement and proof · cited by 0
- List.Vector.tail_pmapstatement and proof · cited by 0