Theorems · Definition · category theory
CategoryTheory.Limits.pullbackIsPullback
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y Z : C} →
(f : X ⟶ Z) →
(g : Y ⟶ Z) →
[inst_1 : CategoryTheory.Limits.HasPullback f g] →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.PullbackCone.mk (CategoryTheory.Limits.pullback.fst f g)
(CategoryTheory.Limits.pullback.snd f g) ⋯)The pullback cone built from the pullback projections is a pullback.
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.pullback.fststatement · cited by 639
- CategoryTheory.Limits.pullback.sndstatement · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement · cited by 467
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.Limits.PullbackCone.mkstatement · cited by 203
- CategoryTheory.Limits.pullback.conditionstatement · cited by 122
Cited by22
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackSymmetryproof · cited by 61
- CategoryTheory.Limits.hasPullback_symmetryproof · cited by 22
- CategoryTheory.Limits.pullbackSymmetry_hom_comp_fstproof · cited by 18
- CategoryTheory.Limits.pullbackSymmetry_hom_comp_sndproof · cited by 13
- CategoryTheory.Limits.Types.pullbackIsoPullbackproof · cited by 12
- CategoryTheory.Limits.isLimitOfHasPullbackOfPreservesLimitproof · cited by 7
- limitConeOfTerminalAndPullbacksproof · cited by 6
- CategoryTheory.Limits.hasPullback_of_preservesPullbackproof · cited by 5
- CategoryTheory.Limits.Types.pullbackIsoPullback_inv_fstproof · cited by 3
- CategoryTheory.Limits.Types.pullbackIsoPullback_inv_sndproof · cited by 3
- CategoryTheory.Limits.pullbackPullbackLeftIsPullbackproof · cited by 3
- CategoryTheory.Limits.pullbackPullbackRightIsPullbackproof · cited by 3