Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsPullback.isoPullback

{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 →
                [inst_1 : CategoryTheory.Limits.HasPullback f g] → P ≅ CategoryTheory.Limits.pullback f g

Any object at the top left of a pullback square is isomorphic to the pullback provided by the HasLimit API.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
Cited by
42 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.IsPullback.isoPullback_hom_snd · cited by 11IsPullback.isoPullback_ho…CategoryTheory.IsPullback.isoPullback_hom_fst · cited by 10IsPullback.isoPullback_ho…CategoryTheory.Over.prodLeftIsoPullback · cited by 8Over.prodLeftIsoPullbackCategoryTheory.IsPullback.isoPullback_inv_snd · cited by 8IsPullback.isoPullback_in…CategoryTheory.IsPullback.isoPullback_inv_fst · cited by 7IsPullback.isoPullback_in…CategoryTheory.MonoidalCategory.Arrow.PullbackHom.isTerminalIso · cited by 5PullbackHom.isTerminalIsoAlgebraicGeometry.Scheme.Cover.ColimitGluingData.pullbackGluedIso · cited by 4ColimitGluingData.pullbac…CategoryTheory.MonoidalCategory.Arrow.PullbackHom.isInitialIso · cited by 4PullbackHom.isInitialIsoAlgebraicGeometry.geometrically_iff_of_isClosedUnderIsomorphisms · cited by 3AlgebraicGeometry.geometr…AlgebraicGeometry.IsOpenImmersion.image_preimage_eq_preimage_image_of_isPullback · cited by 3IsOpenImmersion.image_pre…AlgebraicGeometry.Scheme.exists_preimage_of_isPullback · cited by 2Scheme.exists_preimage_of…CategoryTheory.Limits.Types.range_fst_of_isPullback · cited by 2Types.range_fst_of_isPull…AlgebraicGeometry.AffineTargetMorphismProperty.IsStableUnderBaseChange.mk · cited by 2IsStableUnderBaseChange.mkAlgebraicGeometry.isIso_pushoutSection_of_isAffineOpen · cited by 2AlgebraicGeometry.isIso_p…AlgebraicGeometry.of_targetAffineLocally_of_isPullback · cited by 2AlgebraicGeometry.of_targ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.IsPullback.cone · cited by 16IsPullback.coneCategoryTheory.Limits.limit.isoLimitCone · cited by 8limit.isoLimitConeIsPullback.isoPullbackCITED BYCITES

Cites10

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

Cited by47

Results whose statement or proof uses this declaration.