Theorems · Theorem · combinatorics
List.Vector.mapAccumr_map
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {σ₁ : Type u_6} {n : ℕ} (xs : List.Vector α n) (f₁ : β → σ₁ → σ₁ × γ)
{s : σ₁} (f₂ : α → β),
List.Vector.mapAccumr f₁ (List.Vector.map f₂ xs) s = List.Vector.mapAccumr (fun x s => f₁ (f₂ x) s) xs s- Defined in
- Mathlib.Data.Vector.MapLemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.nilproof · cited by 68
- List.Vector.snocproof · cited by 30
- List.Vector.mapstatement and proof · cited by 25
- List.Vector.mapAccumrstatement and proof · cited by 18
- List.Vector.mapAccumr_snocproof · cited by 11
- List.Vector.map_snocproof · cited by 7
- List.Vector.revInductionOnproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.