Theorems · Theorem · category theory
CategoryTheory.IsPullback.of_iso
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {P X Y Z : C} {fst : P ⟶ X} {snd : P ⟶ Y} {f : X ⟶ Z}
{g : Y ⟶ Z},
CategoryTheory.IsPullback fst snd f g →
∀ {P' X' Y' Z' : C} {fst' : P' ⟶ X'} {snd' : P' ⟶ Y'} {f' : X' ⟶ Z'} {g' : Y' ⟶ Z'} (e₁ : P ≅ P') (e₂ : X ≅ X')
(e₃ : Y ≅ Y') (e₄ : Z ≅ Z'),
CategoryTheory.CategoryStruct.comp fst e₂.hom = CategoryTheory.CategoryStruct.comp e₁.hom fst' →
CategoryTheory.CategoryStruct.comp snd e₃.hom = CategoryTheory.CategoryStruct.comp e₁.hom snd' →
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.IsPullback fst' snd' f' g'- Cited by
- 17 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.
Cites20
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.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.cancel_epiproof · cited by 380
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- Equiv.toFunproof · cited by 279
- CategoryTheory.Iso.hom_inv_idproof · cited by 264
Cited by17
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.of_iso'proof · cited by 2
- AlgebraicGeometry.isIso_pushoutSection_of_isAffineOpenproof · cited by 2
- AlgebraicGeometry.geometrically_eq_universallyproof · cited by 2
- AlgebraicGeometry.Scheme.isPullback_toSpecΓ_toSpecΓproof · cited by 1
- CategoryTheory.IsUniversalColimit.isPullback_of_isColimit_leftproof · cited by 1
- CategoryTheory.IsUniversalColimit.isPullback_prod_of_isColimitproof · cited by 1
- CategoryTheory.SubobjectRepresentableBy.isPullbackproof · cited by 1
- CategoryTheory.Square.IsPullback.of_isoproof · cited by 1
- CategoryTheory.Subobject.Classifier.χ_pullback_obj_mk_truth_arrowproof · cited by 1
- AlgebraicGeometry.isPullback_inr_inr_coprodMapproof · cited by 1
- AlgebraicGeometry.isPullback_opens_infproof · cited by 1