Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Presieve.HasPairwisePullbacks.has_pullbacks

∀ {C : Type u₁} {inst : CategoryTheory.Category.{v₁, u₁} C} {X : C} {R : CategoryTheory.Presieve X}
  [self : R.HasPairwisePullbacks] {Y Z : C} {f : Y ⟶ X},
  R f → ∀ {g : Z ⟶ X}, R g → CategoryTheory.Limits.HasPullback f g

For all arrows f and g in R, the pullback of f and g exists.

Defined in
Mathlib.CategoryTheory.Sites.Sieves
Cited by
3 results in Mathlib
Foundations
Depth 18 from the axioms · uses no axioms
Assumes
CategoryTheory.Presieve.HasPairwisePullbacks

Around this declaration

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

Cites5

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

Cited by3

Results whose statement or proof uses this declaration.