Theorems · Definition · combinatorics
List.Vector.mapAccumr
{α : Type u_1} → {β : Type u_2} → {σ : Type u_3} → {n : ℕ} → (α → σ → σ × β) → List.Vector α n → σ → σ × List.Vector β nRuns 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.
- List.Vectorstatement and proof · cited by 270
- List.mapAccumrproof · cited by 3
Cited by18
Results whose statement or proof uses this declaration.
- List.Vector.mapAccumr_snocstatement and proof · cited by 11
- List.Vector.mapAccumr_bisim_tailstatement · cited by 2
- List.Vector.map_eq_mapAccumrstatement and proof · cited by 1
- List.Vector.mapAccumr_bisimstatement and proof · cited by 1
- List.Vector.mapAccumr_eq_mapstatement and proof · cited by 1
- List.Vector.mapAccumr_eq_map_of_unused_statestatement · cited by 0
- List.Vector.mapAccumr_mapstatement and proof · cited by 0
- List.Vector.mapAccumr_mapAccumrstatement and proof · cited by 0
- List.Vector.mapAccumr_mapAccumr₂statement and proof · cited by 0
- List.Vector.mapAccumr_nilstatement · cited by 0
- List.Vector.mapAccumr_redundant_pairstatement · cited by 0
- List.Vector.mapAccumr₂_mapAccumr_leftstatement and proof · cited by 0