Theorems · Theorem · combinatorics
List.Vector.map_pmap
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {n : ℕ} (xs : List.Vector α n) {p : α → Prop} (f₁ : β → γ)
(f₂ : (a : α) → p a → β) (H : ∀ x ∈ xs.toList, p x),
List.Vector.map f₁ (List.Vector.pmap f₂ xs H) = List.Vector.pmap (fun x hx => f₁ (f₂ x hx)) xs H- Defined in
- Mathlib.Data.Vector.MapLemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.consproof · cited by 90
- List.Vector.toListstatement and proof · cited by 79
- List.Vector.nilproof · cited by 68
- List.Vector.mapstatement and proof · cited by 25
- List.Vector.inductionOnproof · cited by 10
- List.Vector.pmapstatement and proof · cited by 10
- List.Vector.toList_consproof · cited by 9
- List.Vector.map_consproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.