Theorems · Theorem
Traversable.foldlm_map
∀ {α β γ : Type u} {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {m : Type u → Type u}
[inst_2 : Monad m] [LawfulMonad m] (g : β → γ) (f : α → γ → m α) (a : α) (l : t β),
Traversable.foldlm f a (g <$> l) = Traversable.foldlm (fun x y => f x (g y)) a l- Defined in
- Mathlib.Control.Fold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Traversable.foldMapproof · cited by 13
- Traversable.foldMap_mapproof · cited by 5
- Monoid.foldlM.mkproof · cited by 3
- Traversable.foldlmstatement · cited by 2
- Monoid.foldlM.getproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.