Theorems · Theorem
Traversable.naturality_pf
∀ {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}
(η : ApplicativeTransformation F G) (f : α → F β),
traverse ((fun {α} => η.app α) ∘ f) = (fun {α} => η.app α) ∘ traverse f- Defined in
- Mathlib.Control.Traversable.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 5 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 and proof · 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
- LawfulTraversable.naturalityproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.