Theorems · Theorem · category theory
CategoryTheory.IsPushout.of_iso
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {Z X Y P : C} {f : Z ⟶ X} {g : Z ⟶ Y} {inl : X ⟶ P}
{inr : Y ⟶ P},
CategoryTheory.IsPushout f g inl inr →
∀ {Z' X' Y' P' : C} {f' : Z' ⟶ X'} {g' : Z' ⟶ Y'} {inl' : X' ⟶ P'} {inr' : Y' ⟶ P'} (e₁ : Z ≅ Z') (e₂ : X ≅ X')
(e₃ : Y ≅ Y') (e₄ : P ≅ P'),
CategoryTheory.CategoryStruct.comp f e₂.hom = CategoryTheory.CategoryStruct.comp e₁.hom f' →
CategoryTheory.CategoryStruct.comp g e₃.hom = CategoryTheory.CategoryStruct.comp e₁.hom g' →
CategoryTheory.CategoryStruct.comp inl e₄.hom = CategoryTheory.CategoryStruct.comp e₂.hom inl' →
CategoryTheory.CategoryStruct.comp inr e₄.hom = CategoryTheory.CategoryStruct.comp e₃.hom inr' →
CategoryTheory.IsPushout f' g' inl' inr'- Cited by
- 10 results in Mathlib
- Foundations
- Depth 36 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.
Cites17
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.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.cancel_epiproof · cited by 380
- Equiv.toFunproof · cited by 279
- CategoryTheory.IsPushoutstatement and proof · cited by 219
- CategoryTheory.Limits.PushoutCocone.mkproof · cited by 89
- CategoryTheory.Limits.IsColimit.ofIsoColimitproof · cited by 45
- CategoryTheory.IsPushout.toCommSqproof · cited by 35
Cited by10
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPushout.of_iso'proof · cited by 3
- CategoryTheory.Square.IsPushout.of_isoproof · cited by 2
- CommRingCat.isPushout_of_isPushoutproof · cited by 2
- SSet.Subcomplex.unionProd.isPushoutproof · cited by 2
- CategoryTheory.Limits.Types.isPushout_of_isPullback_of_monoproof · cited by 1
- RingHom.Flat.mapOfCompatibleSMulproof · cited by 1
- AlgebraicGeometry.isIso_pushoutSection_iffproof · cited by 1
- CategoryTheory.MorphismProperty.isomorphisms_le_pushoutsproof · cited by 1
- CategoryTheory.IsPushout.isVanKampen_iff'proof · cited by 0