Mathlib Map

Theorems · Definition · combinatorics

List.Vector.mapAccumr

{α : Type u_1} → {β : Type u_2} → {σ : Type u_3} → {n : ℕ} → (α → σ → σ × β) → List.Vector α n → σ → σ × List.Vector β n

Runs a function over a vector returning the intermediate results and a final result.

Defined in
Mathlib.Data.Vector.Defs
Cited by
18 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext

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.

Cited by18

Results whose statement or proof uses this declaration.