Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsPullback.of_iso_pullback

∀ {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.CommSq fst snd f g →
    ∀ [inst_1 : CategoryTheory.Limits.HasPullback f g] (i : P ≅ CategoryTheory.Limits.pullback f g),
      CategoryTheory.CategoryStruct.comp i.hom (CategoryTheory.Limits.pullback.fst f g) = fst →
        CategoryTheory.CategoryStruct.comp i.hom (CategoryTheory.Limits.pullback.snd f g) = snd →
          CategoryTheory.IsPullback fst snd f g
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic
Cited by
10 results in Mathlib
Foundations
Depth 34 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.Limits.pullback_map_diagonal_isPullback · cited by 2Limits.pullback_map_diago…AlgebraicGeometry.Scheme.isPullback_of_openCover · cited by 1Scheme.isPullback_of_open…CategoryTheory.Functor.relativelyRepresentable.diag_of_map_from_obj · cited by 1relativelyRepresentable.d…CategoryTheory.Functor.relativelyRepresentable.of_diag · cited by 1relativelyRepresentable.o…CategoryTheory.Limits.pullback_fst_map_snd_isPullback · cited by 1Limits.pullback_fst_map_s…CategoryTheory.Limits.pullback_lift_diagonal_isPullback · cited by 1Limits.pullback_lift_diag…CategoryTheory.IsPullback.zero_right · cited by 1IsPullback.zero_rightCategoryTheory.Limits.CoproductDisjoint.isPullback_of_isInitial · cited by 0CoproductDisjoint.isPullb…CategoryTheory.Precoverage.ZeroHypercover.isPullback_of_forall_isPullback · cited by 0ZeroHypercover.isPullback…CategoryTheory.Limits.pullback_lift_map_isPullback · cited by 0Limits.pullback_lift_map_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.CommSq · cited by 158CategoryTheory.CommSqCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.IsLimit.ofIsoLimit · cited by 39IsLimit.ofIsoLimitIsPullback.of_iso_pullbackCITED BYCITES

Cites17

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

Cited by10

Results whose statement or proof uses this declaration.