Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.spanExt

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z X' Y' Z' : C} →
      (iX : X ≅ X') →
        (iY : Y ≅ Y') →
          (iZ : Z ≅ Z') →
            {f : X ⟶ Y} →
              {g : X ⟶ Z} →
                {f' : X' ⟶ Y'} →
                  {g' : X' ⟶ Z'} →
                    CategoryTheory.CategoryStruct.comp iX.hom f' = CategoryTheory.CategoryStruct.comp f iY.hom →
                      CategoryTheory.CategoryStruct.comp iX.hom g' = CategoryTheory.CategoryStruct.comp g iZ.hom →
                        (CategoryTheory.Limits.span f g ≅ CategoryTheory.Limits.span f' g')

Construct an isomorphism of spans from components.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Cospan
Cited by
27 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding · cited by 12PushoutProduct.braidingCategoryTheory.IsPushout.of_iso · cited by 10IsPushout.of_isoCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso · cited by 5PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerLeftIso · cited by 5PushoutProduct.whiskerLef…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.whiskerLeftIso_inv_left · cited by 0PushoutProduct.whiskerLef…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_hom_left · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding_hom_left · cited by 0PushoutProduct.braiding_h…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_inv_left · cited by 0PushoutProduct.whiskerRig…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding_inv_left · cited by 0PushoutProduct.braiding_i…CategoryTheory.Limits.spanExt_app_left · cited by 0Limits.spanExt_app_leftCategoryTheory.Limits.spanExt_app_one · cited by 0Limits.spanExt_app_oneCategoryTheory.Limits.spanExt_app_right · cited by 0Limits.spanExt_app_rightCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.WalkingSpan · cited by 300Limits.WalkingSpanCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.spanIsoMk · cited by 2Limits.spanIsoMkLimits.spanExtCITED BYCITES

Cites10

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

Cited by30

Results whose statement or proof uses this declaration.