Theorems · Definition · category theory
CategoryTheory.IsPullback.isoIsPullback
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{P : C} →
(X Y : C) →
{Z : C} →
{fst : P ⟶ X} →
{snd : P ⟶ Y} →
{f : X ⟶ Z} →
{g : Y ⟶ Z} →
{P' : C} →
{fst' : P' ⟶ X} →
{snd' : P' ⟶ Y} →
CategoryTheory.IsPullback fst snd f g → CategoryTheory.IsPullback fst' snd' f g → (P ≅ P')Any object at the top left of a pullback square is isomorphic to the object at the top left of any other pullback square with the same cospan.
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 32 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.
Cites6
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.Isostatement · cited by 3,963
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.Limits.IsLimit.conePointUniqueUpToIsoproof · cited by 57
- CategoryTheory.IsPullback.isLimitproof · cited by 47
Cited by12
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.isoIsPullback_hom_sndstatement · cited by 4
- CategoryTheory.IsPullback.isoOverPullbackproof · cited by 4
- CategoryTheory.IsPullback.isoIsPullback_hom_fststatement · cited by 3
- CategoryTheory.MorphismProperty.relative.of_existsproof · cited by 2
- CategoryTheory.IsPullback.isoIsPullback_hom_fst_assocstatement and proof · cited by 1
- CategoryTheory.IsPullback.isoIsPullback_hom_snd_assocstatement and proof · cited by 1
- CategoryTheory.IsPullback.isoIsPullback_inv_fststatement and proof · cited by 1
- CategoryTheory.IsPullback.isoIsPullback_inv_sndstatement and proof · cited by 1
- CategoryTheory.IsPullback.isoIsPullback.congr_simpstatement and proof · cited by 0
- CategoryTheory.IsPullback.isoIsPullback_inv_fst_assocstatement and proof · cited by 0
- CategoryTheory.IsPullback.isoIsPullback_inv_snd_assocstatement and proof · cited by 0
- CategoryTheory.IsPushout.isVanKampen_iff'proof · cited by 0