Theorems · Theorem
Traversable.map_traverse
∀ {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {F : Type u → Type u} [inst_2 : Applicative F]
[LawfulApplicative F] {α β γ : Type u} (g : α → F β) (f : β → γ) (x : t α),
Functor.map f <$> traverse g x = traverse (Functor.map f ∘ g) x- Defined in
- Mathlib.Control.Traversable.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Quot.sound
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.
- Traversable.traversestatement and proof · cited by 53
- Functor.Compproof · cited by 39
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Functor.Comp.mkproof · cited by 26
- LawfulTraversable.comp_traverseproof · cited by 5
- Traversable.map_eq_traverse_idproof · cited by 2
- Functor.Comp.applicative_comp_idproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Traversable.map_traverse'proof · cited by 1