Mathlib Map

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'
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic
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.

CategoryTheory.IsPullback.of_iso' · cited by 2IsPullback.of_iso'AlgebraicGeometry.isIso_pushoutSection_of_isAffineOpen · cited by 2AlgebraicGeometry.isIso_p…AlgebraicGeometry.geometrically_eq_universally · cited by 2AlgebraicGeometry.geometr…AlgebraicGeometry.Scheme.isPullback_toSpecΓ_toSpecΓ · cited by 1Scheme.isPullback_toSpecΓ…CategoryTheory.IsUniversalColimit.isPullback_of_isColimit_left · cited by 1IsUniversalColimit.isPull…CategoryTheory.IsUniversalColimit.isPullback_prod_of_isColimit · cited by 1IsUniversalColimit.isPull…CategoryTheory.SubobjectRepresentableBy.isPullback · cited by 1SubobjectRepresentableBy.…CategoryTheory.Square.IsPullback.of_iso · cited by 1IsPullback.of_isoAlgebraicGeometry.AffineTargetMorphismProperty.diagonal_of_openCover_source · cited by 1AffineTargetMorphismPrope…CategoryTheory.Subobject.Classifier.χ_pullback_obj_mk_truth_arrow · cited by 1Classifier.χ_pullback_obj…AlgebraicGeometry.isPullback_inr_inr_coprodMap · cited by 1AlgebraicGeometry.isPullb…AlgebraicGeometry.isPullback_opens_inf · cited by 1AlgebraicGeometry.isPullb…CategoryTheory.Limits.isPushout_map_codiagonal · cited by 1Limits.isPushout_map_codi…CategoryTheory.Subobject.isPullback_aux · cited by 1Subobject.isPullback_auxCategoryTheory.IsUniversalColimit.isPullback_of_isColimit_right · cited by 0IsUniversalColimit.isPull…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.cancel_epi · cited by 380CategoryTheory.cancel_epiCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackEquiv.toFun · cited by 279Equiv.toFunCategoryTheory.Iso.hom_inv_id · cited by 264Iso.hom_inv_idCategoryTheory.Limits.PullbackCone.mk · cited by 203PullbackCone.mkCategoryTheory.IsPullback.toCommSq · cited by 52IsPullback.toCommSqCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitIsPullback.of_isoCITED BYCITES

Cites20

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

Cited by17

Results whose statement or proof uses this declaration.