Theorems · Theorem · combinatorics
List.Vector.getElem_pmap
∀ {α : Type u_1} {β : Type u_2} {n : ℕ} {p : α → Prop} (f : (a : α) → p a → β) (v : List.Vector α n)
(hp : ∀ x ∈ v.toList, p x) {i : ℕ} (hi : i < n), (List.Vector.pmap f v hp)[i] = f v[i] ⋯- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 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.pmapstatement and proof · cited by 10
- List.Vector.toList_pmapproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.