Commit 2025-03-13 09:34 6bc8904b
View on Github →feat(CategoryTheory/WithTerminal): functors out of WithTerminal
(#22658)
Define an equivalence between the functor category WithTerminal C ⥤ D
and the comma category Comma (𝟭 (C ⥤ D)) (const C)
.
Dually, we define an equivalence between the functor category WithInitial C ⥤ D
and Comma (const C) (𝟭 (C ⥤ D))
.