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
terminalComparisonis an isomorphism if and only ifFpreserves terminal objects. - Show that the canonical map
prodComparison F A Bis natural inAandBand compatible with composition. - Show that
Fpreserves binary products if and only ifprodComparison F A Bis an isomorphism for allA B.