Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CartesianMonoidalCategory.prodComparison

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
      {D : Type u₁} →
        [inst_2 : CategoryTheory.Category.{v₁, u₁} D] →
          [inst_3 : CategoryTheory.CartesianMonoidalCategory D] →
            (F : CategoryTheory.Functor C D) →
              (A B : C) →
                F.obj (CategoryTheory.MonoidalCategoryStruct.tensorObj A B) ⟶
                  CategoryTheory.MonoidalCategoryStruct.tensorObj (F.obj A) (F.obj B)

When C and D have chosen finite products and F : C ⥤ D is any functor, prodComparison F A B is the canonical comparison morphism from F (A ⊗ B) to F(A) ⊗ F(B).

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
41 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans · cited by 10CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_fst · cited by 8CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_snd · cited by 8CartesianMonoidalCategory…CategoryTheory.Functor.Monoidal.μ_of_cartesianMonoidalCategory · cited by 3Monoidal.μ_of_cartesianMo…CategoryTheory.CartesianMonoidalCategory.prodComparison_comp · cited by 3CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_natural_whiskerLeft · cited by 3CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans_app · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_fst_assoc · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_id · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_inv_natural_whiskerRight · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_natural · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_natural_whiskerRight · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_snd_assoc · cited by 2CartesianMonoidalCategory…CategoryTheory.bijection_natural · cited by 1CategoryTheory.bijection_…CategoryTheory.bijection_symm_apply_id · cited by 1CategoryTheory.bijection_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.SemiCartesianMonoidalCategory.fst · cited by 184SemiCartesianMonoidalCate…CategoryTheory.SemiCartesianMonoidalCategory.snd · cited by 181SemiCartesianMonoidalCate…CategoryTheory.CartesianMonoidalCategory.lift · cited by 160CartesianMonoidalCategory…CartesianMonoidalCategory.pro…CITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by44

Results whose statement or proof uses this declaration.