Theorems · Theorem · combinatorics
List.Vector.scanl_nil
∀ {α : Type u_1} {β : Type u_6} (f : β → α → β) (b : β), List.Vector.scanl f b List.Vector.nil = b ::ᵥ List.Vector.nilProviding an empty vector to scanl gives the starting value b : β.
- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Quot.sound
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 · cited by 270
- List.Vector.consstatement and proof · cited by 90
- List.Vector.nilstatement and proof · cited by 68
- List.Vector.scanlstatement and proof · cited by 7
- List.Vector.extproof · cited by 4
- List.Vector.cons_valproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.scanl_headproof · cited by 1
- List.Vector.scanl_singletonproof · cited by 1