Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso

{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) →
                [∀ (B : C), CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.pair A B) F] →
                  ((CategoryTheory.MonoidalCategory.curriedTensor C).obj A).comp F ≅
                    F.comp ((CategoryTheory.MonoidalCategory.curriedTensor D).obj (F.obj A))

The natural isomorphism F(A ⊗ -) ≅ FA ⊗ F-, provided each prodComparison F A B is an isomorphism (as B changes).

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
7 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.expComparison · cited by 7CategoryTheory.expCompari…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso_inv · cited by 2CartesianMonoidalCategory…CategoryTheory.frobeniusMorphism_mate · cited by 1CategoryTheory.frobeniusM…CategoryTheory.expComparison_ev · cited by 1CategoryTheory.expCompari…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso.congr_simp · cited by 0prodComparisonNatIso.cong…CategoryTheory.coev_expComparison · cited by 0CategoryTheory.coev_expCo…CategoryTheory.expComparison_whiskerLeft · cited by 0CategoryTheory.expCompari…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso_hom · cited by 0CartesianMonoidalCategory…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.MonoidalCategory.curriedTensor · cited by 170MonoidalCategory.curriedT…CategoryTheory.CartesianMonoidalCategory.prodComparisonNatTrans · cited by 10CartesianMonoidalCategory…CartesianMonoidalCategory.pro…CITED BYCITES

Cites13

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

Cited by8

Results whose statement or proof uses this declaration.