Theorems · Definition · combinatorics
List.Vector.scanl
{α : Type u_1} → {n : ℕ} → {β : Type u_6} → (β → α → β) → β → List.Vector α n → List.Vector β (n + 1)Construct a Vector β (n + 1) from a Vector α n by scanning f : β → α → β
from the "left", that is, from 0 to Fin.last n, using b : β as the starting value.
- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 7 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.
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.toListproof · cited by 79
Cited by7
Results whose statement or proof uses this declaration.
- List.Vector.scanl_consstatement and proof · cited by 3
- List.Vector.scanl_nilstatement and proof · cited by 2
- List.Vector.scanl_headstatement and proof · cited by 1
- List.Vector.scanl_singletonstatement and proof · cited by 1
- List.Vector.toList_scanlstatement · cited by 0
- List.Vector.scanl_getstatement and proof · cited by 0
- List.Vector.scanl_valstatement and proof · cited by 0