Theorems · Theorem · category theory
CategoryTheory.Coverage.pullback
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] (self : CategoryTheory.Coverage C) ⦃X Y : C⦄ (f : Y ⟶ X),
∀ S ∈ self.coverings X, ∃ T ∈ self.coverings Y, T.FactorsThruAlong S fGiven any covering sieve S on X and a morphism f : Y ⟶ X, there exists
some covering sieve T on Y such that T factors through S along f.
- Defined in
- Mathlib.CategoryTheory.Sites.Coverage
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Presievestatement · cited by 449
- CategoryTheory.Precoverage.coveringsstatement · cited by 194
- CategoryTheory.Coverage.toPrecoveragestatement · cited by 33
- CategoryTheory.Coveragestatement and proof · cited by 31
- CategoryTheory.Presieve.FactorsThruAlongstatement · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Presieve.isSheaf_coverageproof · cited by 8
- CategoryTheory.Coverage.Saturate.pullbackproof · cited by 0