Theorems · Definition · category theory
CategoryTheory.WithInitial.commaFromUnder
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{J : Type w} →
[inst_1 : CategoryTheory.Category.{w', w} J] →
{X : C} →
CategoryTheory.Functor (CategoryTheory.Functor J (CategoryTheory.Under X))
(CategoryTheory.Comma (CategoryTheory.Functor.const J)
(CategoryTheory.Functor.id (CategoryTheory.Functor J C)))The category of functors J ⥤ Under X can be seen as part of a comma category,
namely the comma category constructed from the identity of the category of functors
J ⥤ C and the functor that maps X : C to the constant functor J ⥤ C.
Given a functor K : J ⥤ Under X, it is mapped to a natural transformation to the
obvious functor J ⥤ C from the constant functor X.
- Defined in
- Mathlib.CategoryTheory.WithTerminal.Cone
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Functor.conststatement · cited by 1,264
- CategoryTheory.Commastatement · cited by 566
- CategoryTheory.Functor.whiskerRightproof · cited by 467
- CategoryTheory.Understatement and proof · cited by 276
- CategoryTheory.Under.forgetproof · cited by 90
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.WithInitial.liftFromUnderproof · cited by 21
- CategoryTheory.WithInitial.commaFromUnder_obj_rightstatement and proof · cited by 0
- CategoryTheory.WithInitial.liftFromUnder_map_appstatement · cited by 0
- CategoryTheory.WithInitial.liftFromUnder_obj_mapstatement · cited by 0
- CategoryTheory.WithInitial.commaFromUnder_map_leftstatement and proof · cited by 0
- CategoryTheory.WithInitial.commaFromUnder_map_rightstatement and proof · cited by 0
- CategoryTheory.WithInitial.commaFromUnder_obj_hom_appstatement and proof · cited by 0
- CategoryTheory.WithInitial.commaFromUnder_obj_leftstatement and proof · cited by 0