Mathlib Map

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
Assumes
TraversableLawfulTraversableApplicativeApplicativeLawfulApplicativeLawfulApplicative

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.

Cited by2

Results whose statement or proof uses this declaration.