Theorems · Definition · category theory
CategoryTheory.Functor.map
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(self : CategoryTheory.Functor C D) → {X Y : C} → (X ⟶ Y) → (self.obj X ⟶ self.obj Y)The action of a functor on morphisms.
- Defined in
- Mathlib.CategoryTheory.Functor.Basic
- Cited by
- 8,698 results in Mathlib
- Foundations
- Depth 3 from the axioms, rests on 9 definitions · uses no axioms
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
Cited by10,487
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.opproof · cited by 997
- CategoryTheory.Functor.map_compstatement · cited by 734
- CategoryTheory.Functor.map_idstatement · cited by 616
- CategoryTheory.Functor.whiskerRightproof · cited by 467
- CategoryTheory.Functor.whiskeringLeftproof · cited by 395
- CategoryTheory.Functor.flipproof · cited by 320
- CategoryTheory.NatTrans.naturalitystatement · cited by 318
- CategoryTheory.Functor.mapIsoproof · cited by 224
- CategoryTheory.Functor.rightOpproof · cited by 214
- CategoryTheory.Adjunction.homEquivproof · cited by 202
- CategoryTheory.ShortComplex.mapproof · cited by 188
Showing the 200 most cited of 10,487.