Theorems · Theorem · category theory
CategoryTheory.Precoverage.ZeroHypercover.isPullback_of_forall_isPullback
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : CategoryTheory.Precoverage C}
[J.toGrothendieck.Subcanonical] [inst_2 : CategoryTheory.Limits.HasPullbacks C] [J.IsStableUnderBaseChange]
{P X Y Z : C} (fst : P ⟶ X) (snd : P ⟶ Y) (f : X ⟶ Z) (g : Y ⟶ Z) (𝒰 : J.ZeroHypercover X),
(∀ (i : 𝒰.I₀),
CategoryTheory.IsPullback (CategoryTheory.Limits.pullback.snd fst (𝒰.f i))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst fst (𝒰.f i)) snd)
(CategoryTheory.CategoryStruct.comp (𝒰.f i) f) g) →
CategoryTheory.IsPullback fst snd f gTo show that
``
P > X
| |
v v
Y > Z
`
is a pullback square, it suffices to check that
`
P ×[X] Uᵢ > Uᵢ
| |
v v
Y --> Z
`
is a pullback square for all Uᵢ in a cover of X` for some subcanonical topology.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Limits.pullbackstatement and proof · cited by 864
- CategoryTheory.PreZeroHypercover.I₀statement and proof · cited by 763
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.