Theorems · Theorem
Traversable.traverse_comp
∀ {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {F G : Type u → Type u} [inst_2 : Applicative F]
[LawfulApplicative F] [inst_4 : Applicative G] [LawfulApplicative G] {α β γ : Type u} (g : α → F β) (h : β → G γ),
traverse (Functor.Comp.mk ∘ Functor.map h ∘ g) = Functor.Comp.mk ∘ Functor.map (traverse h) ∘ traverse g- Defined in
- Mathlib.Control.Traversable.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Traversable.traversestatement · cited by 53
- Functor.Compstatement · cited by 39
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Functor.Comp.mkstatement · cited by 26
- LawfulTraversable.comp_traverseproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.comp_traverseproof · cited by 0