Theorems · Theorem
Functor.Comp.map_mk
∀ {F : Type u → Type w} {G : Type v → Type u} [inst : Functor F] [inst_1 : Functor G] {α β : Type v} (h : α → β)
(x : F (G α)), h <$> Functor.Comp.mk x = Functor.Comp.mk ((fun x => h <$> x) <$> x)- Defined in
- Mathlib.Control.Functor
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Functor.Compstatement · cited by 39
- Functor.Comp.mkstatement · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.comp_traverseproof · cited by 2