Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasPushouts C] →
      [inst_2 : CategoryTheory.CartesianMonoidalCategory C] →
        [CategoryTheory.MonoidalClosed C] →
          (X : CategoryTheory.Arrow C) →
            {I : C} →
              (i : CategoryTheory.Limits.IsInitial I) →
                {W : C} →
                  (X □ CategoryTheory.Arrow.mk (i.to W)) ≅
                    CategoryTheory.Arrow.mk (CategoryTheory.MonoidalCategoryStruct.whiskerRight X.hom W)

The arrow isomorphism X □ (∅ ⟶ W) ≅ X ▷ W in a CCC with pushouts and an initial object.

Defined in
Mathlib.CategoryTheory.Monoidal.PushoutProduct
Cited by
4 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPushoutsCategoryTheory.CartesianMonoidalCategoryCategoryTheory.MonoidalClosed

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIsTerminalIso · cited by 4PushoutProduct.isInitialI…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIso_hom_left · cited by 0PushoutProduct.isInitialI…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIso_hom_right · cited by 0PushoutProduct.isInitialI…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIso_inv_left · cited by 0PushoutProduct.isInitialI…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.isInitialIso_inv_right · cited by 0PushoutProduct.isInitialI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.Arrow.left · cited by 426Arrow.leftCategoryTheory.Arrow.right · cited by 423Arrow.rightCategoryTheory.Arrow.mk · cited by 421Arrow.mkCategoryTheory.Arrow.hom · cited by 335Arrow.homCategoryTheory.Limits.HasPushouts · cited by 172Limits.HasPushoutsPushoutProduct.isInitialIsoCITED BYCITES

Cites24

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

Cited by5

Results whose statement or proof uses this declaration.