Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator

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

The pushout-product is associative: (X₁ □ X₂) □ X₃ ≅ X₁ □ X₂ □ X₃.

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

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_hom_left · cited by 4PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_inv_left · cited by 1PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_inv_right · cited by 0PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator.congr_simp · cited by 0associator.congr_simpCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.pentagon · cited by 0PushoutProduct.pentagonCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_def · cited by 0PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_hom_right · cited by 0PushoutProduct.associator…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.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.ArrowPushoutProduct.associatorCITED BYCITES

Cites34

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.