Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasPushouts C] →
      [inst_2 : CategoryTheory.MonoidalCategory C] →
        (X₁ X₂ : CategoryTheory.Arrow C) →
          {W : C} →
            [CategoryTheory.Limits.PreservesColimit
                  (CategoryTheory.Limits.span (CategoryTheory.MonoidalCategoryStruct.whiskerRight X₁.hom X₂.left)
                    (CategoryTheory.MonoidalCategoryStruct.whiskerLeft X₁.left X₂.hom))
                  (CategoryTheory.MonoidalCategory.tensorRight W)] →
              CategoryTheory.Arrow.mk (CategoryTheory.MonoidalCategoryStruct.whiskerRight (X₁ □ X₂).hom W) ≅
                X₁ □ CategoryTheory.Arrow.mk (CategoryTheory.MonoidalCategoryStruct.whiskerRight X₂.hom W)

Right-whiskering the pushout-product of X₁ and X₂ with W : C is isomorphic to the pushout-product of X₁ and X₂ ▷ W.

Defined in
Mathlib.CategoryTheory.Monoidal.PushoutProduct
Cited by
5 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPushoutsCategoryTheory.MonoidalCategoryCategoryTheory.Limits.PreservesColimit

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator · cited by 8PushoutProduct.associatorCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_hom_left · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_hom_right · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_inv_left · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_inv_right · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso.congr_simp · cited by 0whiskerRightIso.congr_simpCategoryTheory.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.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Arrow.left · cited by 426Arrow.leftCategoryTheory.Arrow.right · cited by 423Arrow.rightCategoryTheory.Arrow.mk · cited by 421Arrow.mkPushoutProduct.whiskerRightIsoCITED BYCITES

Cites26

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

Cited by6

Results whose statement or proof uses this declaration.