Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans

{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 : C) →
                ((CategoryTheory.MonoidalCategory.curriedTensor C).obj A).comp F ⟶
                  F.comp ((CategoryTheory.MonoidalCategory.curriedTensor D).obj (F.obj A))

The product comparison morphism from F(A ⊗ -) to FA ⊗ F-, whose components are given by prodComparison.

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
10 results in Mathlib
Foundations
Depth 31 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.prodComparisonNatIso · cited by 7CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparisonBifunctorNatTrans · cited by 4CartesianMonoidalCategory…CategoryTheory.frobeniusMorphism · cited by 3CategoryTheory.frobeniusM…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans_app · cited by 2CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso_inv · cited by 2CartesianMonoidalCategory…CategoryTheory.frobeniusMorphism_mate · cited by 1CategoryTheory.frobeniusM…CategoryTheory.expComparison_ev · cited by 1CategoryTheory.expCompari…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans_comp · cited by 0CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans_id · cited by 0CartesianMonoidalCategory…CategoryTheory.coev_expComparison · cited by 0CategoryTheory.coev_expCo…CategoryTheory.CartesianMonoidalCategory.prodComparisonBifunctorNatTrans_app · cited by 0CartesianMonoidalCategory…CategoryTheory.expComparison_whiskerLeft · cited by 0CategoryTheory.expCompari…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso_hom · cited by 0CartesianMonoidalCategory…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.MonoidalCategory.curriedTensor · cited by 170MonoidalCategory.curriedT…CategoryTheory.CartesianMonoidalCategory.prodComparison · cited by 41CartesianMonoidalCategory…CartesianMonoidalCategory.pro…CITED BYCITES

Cites8

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

Cited by13

Results whose statement or proof uses this declaration.