Mathlib Map

Theorems · Theorem

Traversable.map_eq_traverse_id

∀ {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {β γ : Type u} (f : β → γ),
  Functor.map f = Id.run ∘ traverse (pure ∘ f)
Defined in
Mathlib.Control.Traversable.Lemmas
Cited by
2 results in Mathlib
Foundations
Depth 5 from the axioms · uses Quot.sound
Assumes
TraversableLawfulTraversable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

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.