Mathlib Map

Theorems · Definition · category theory

CategoryTheory.expComparison

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u'} →
      [inst_1 : CategoryTheory.Category.{v, u'} D] →
        [inst_2 : CategoryTheory.CartesianMonoidalCategory C] →
          [inst_3 : CategoryTheory.CartesianMonoidalCategory D] →
            (F : CategoryTheory.Functor C D) →
              [inst_4 : CategoryTheory.MonoidalClosed C] →
                [inst_5 : CategoryTheory.MonoidalClosed D] →
                  [CategoryTheory.Limits.PreservesLimitsOfShape
                        (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) F] →
                    (A : C) → CategoryTheory.TwoSquare (CategoryTheory.ihom A) F F (CategoryTheory.ihom (F.obj A))

The exponential comparison map. F is a Cartesian closed functor if this is an iso for all A.

Defined in
Mathlib.CategoryTheory.Monoidal.Closed.Functor
Cited by
7 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.MonoidalClosedCategoryTheory.MonoidalClosedCategoryTheory.Limits.PreservesLimitsOfShape

Around this declaration

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

CategoryTheory.frobeniusMorphism_mate · cited by 1CategoryTheory.frobeniusM…CategoryTheory.expComparison_ev · cited by 1CategoryTheory.expCompari…CategoryTheory.expComparison_iso_of_frobeniusMorphism_iso · cited by 1CategoryTheory.expCompari…CategoryTheory.MonoidalClosedFunctor.recOn · cited by 0MonoidalClosedFunctor.rec…CategoryTheory.frobeniusMorphism_iso_of_expComparison_iso · cited by 0CategoryTheory.frobeniusM…CategoryTheory.coev_expComparison · cited by 0CategoryTheory.coev_expCo…CategoryTheory.uncurry_expComparison · cited by 0CategoryTheory.uncurry_ex…CategoryTheory.expComparison_whiskerLeft · cited by 0CategoryTheory.expCompari…CategoryTheory.MonoidalClosedFunctor.casesOn · cited by 0MonoidalClosedFunctor.cas…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.ihom · cited by 179CategoryTheory.ihomCategoryTheory.Limits.PreservesLimitsOfShape · cited by 156Limits.PreservesLimitsOfS…CategoryTheory.MonoidalClosed · cited by 134CategoryTheory.MonoidalCl…CategoryTheory.TwoSquare · cited by 100CategoryTheory.TwoSquareCategoryTheory.ihom.adjunction · cited by 31ihom.adjunctionCategoryTheory.mateEquiv · cited by 22CategoryTheory.mateEquivCategoryTheory.CartesianMonoidalCategory.prodComparisonNatIso · cited by 7CartesianMonoidalCategory…CategoryTheory.expComparisonCITED BYCITES

Cites15

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

Cited by9

Results whose statement or proof uses this declaration.