Theorems · Theorem
Equiv.naturality
∀ {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]
(η : ApplicativeTransformation F G) {α β : Type u} (f : α → F β) (x : t' α),
(fun {α} => η.app α) (Equiv.traverse eqv f x) = Equiv.traverse eqv ((fun {α} => η.app α) ∘ f) x- Defined in
- Mathlib.Control.Traversable.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Traversable.traverseproof · cited by 53
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- ApplicativeTransformationstatement and proof · cited by 32
- ApplicativeTransformation.appstatement and proof · cited by 28
- ApplicativeTransformation.preserves_mapproof · cited by 8
- Equiv.traversestatement · cited by 6
- LawfulTraversable.naturalityproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.isLawfulTraversableproof · cited by 0
- Equiv.isLawfulTraversable'proof · cited by 0