Theorems · Inductive type · category theory
CategoryTheory.IsPullback
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] → {P X Y Z : C} → (P ⟶ X) → (P ⟶ Y) → (X ⟶ Z) → (Y ⟶ Z) → PropThe proposition that a square
``
P --fst--> X
| |
snd f
| |
v v
Y g > Z
``
is a pullback square. (Also known as a fibered product or Cartesian square.)
- Cited by
- 320 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 7 definitions · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
Cited by370
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.of_hasPullbackstatement · cited by 70
- CategoryTheory.Functor.relativelyRepresentableproof · cited by 64
- CategoryTheory.IsPullback.flipstatement and proof · cited by 61
- CategoryTheory.IsPullback.toCommSqstatement and proof · cited by 52
- CategoryTheory.IsPullback.isLimitstatement and proof · cited by 47
- CategoryTheory.IsPullback.isoPullbackstatement and proof · cited by 42
- CategoryTheory.NatTrans.Equifiberedproof · cited by 41
- CategoryTheory.MorphismProperty.universallyproof · cited by 30
- CategoryTheory.IsPullback.liftstatement and proof · cited by 28
- AlgebraicGeometry.geometricallyproof · cited by 26
- CategoryTheory.IsVanKampenColimitproof · cited by 26
- CategoryTheory.IsKernelPairproof · cited by 24
Showing the 200 most cited of 370.