Commit 2024-10-22 19:00 b3184a91
View on Github →feat(CategoryTheory/ChosenFiniteProducts): prodComparison
and terminalComparison
for ChosenFiniteProducts
(#17701)
Given a functor F : C ⥤ D
between categories with chosen finite products and A B : C
, introduce terminalComparison F : F (𝟙_ C) ⟶ 𝟙_ D
and prodComparison F A B : F (A ⊗ B) ⟶ F A ⊗ F B
the canonical maps.
- Show that
terminalComparison
is an isomorphism if and only ifF
preserves terminal objects. - Show that the canonical map
prodComparison F A B
is natural inA
andB
and compatible with composition. - Show that
F
preserves binary products if and only ifprodComparison F A B
is an isomorphism for allA B
.