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.
- 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.WalkingSpanstatement · cited by 300
- CategoryTheory.Limits.spanstatement · cited by 294
- CategoryTheory.Limits.spanIsoMkproof · cited by 2
Cited by30
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braidingproof · cited by 12
- CategoryTheory.IsPushout.of_isoproof · cited by 10
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIsoproof · cited by 5
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerLeftIsoproof · cited by 5
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_hom_leftstatement and proof · cited by 4
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_inv_leftstatement and proof · cited by 1
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerLeftIso_inv_leftstatement · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_hom_leftstatement · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding_hom_leftstatement · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso_inv_leftstatement · cited by 0
- CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding_inv_leftstatement · cited by 0