Theorems · Theorem
Equiv.comp_traverse
∀ {t t' : Type u → Type u} (eqv : (α : Type u) → t α ≃ t' α) [inst : Traversable t] [LawfulTraversable t]
{F G : Type u → Type u} [inst_2 : Applicative F] [inst_3 : Applicative G] [LawfulApplicative F] [LawfulApplicative G]
{α β γ : Type u} (f : β → F γ) (g : α → G β) (x : t' α),
Equiv.traverse eqv (Functor.Comp.mk ∘ Functor.map f ∘ g) x =
Functor.Comp.mk (Equiv.traverse eqv f <$> Equiv.traverse eqv g x)- Defined in
- Mathlib.Control.Traversable.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- Equiv.symm_apply_applyproof · cited by 320
- Traversable.traverseproof · cited by 53
- Functor.Compstatement and proof · cited by 39
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Functor.Comp.mkstatement and proof · cited by 26
- Equiv.traversestatement and proof · cited by 6
- LawfulTraversable.comp_traverseproof · cited by 5
- Equiv.traverse_defproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.isLawfulTraversableproof · cited by 0
- Equiv.isLawfulTraversable'proof · cited by 0