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