Theorems · Definition · category theory
CategoryTheory.Presieve.FactorsThruAlong
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{X Y : C} → CategoryTheory.Presieve Y → CategoryTheory.Presieve X → (Y ⟶ X) → PropGiven a morphism f : Y ⟶ X, a presieve S on Y and presieve T on X,
we say that `S` factors through `T` along `f`, written S.FactorsThruAlong T f,
provided that for any morphism g : Z ⟶ Y in S, there exists some
morphism e : W ⟶ X in T and some morphism i : Z ⟶ W such that the obvious
square commutes: i ≫ e = g ≫ f.
This is used in the definition of a coverage.
- Defined in
- Mathlib.CategoryTheory.Sites.Coverage
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.compproof · cited by 17,999
- CategoryTheory.Presievestatement and proof · cited by 449
Cited by16
Results whose statement or proof uses this declaration.
- CategoryTheory.Presieve.isSheaf_coverageproof · cited by 8
- CategoryTheory.Coverage.pullbackstatement · cited by 2
- CategoryTheory.Coverage.extproof · cited by 1
- CategoryTheory.Presieve.isSheafFor_of_factorsThrustatement and proof · cited by 1
- CategoryTheory.Coverage.mk.injstatement and proof · cited by 1
- CategoryTheory.Coverage.mk.noConfusionstatement and proof · cited by 1
- CategoryTheory.Coverage.casesOnstatement and proof · cited by 0
- CategoryTheory.Presieve.FactorsThruAlong.pullbackArrowsstatement · cited by 0
- CategoryTheory.Coverage.noConfusionproof · cited by 0
- CategoryTheory.Coverage.Saturate.pullbackproof · cited by 0
- CategoryTheory.Coverage.noConfusionTypeproof · cited by 0
- CategoryTheory.Coverage.recOnstatement and proof · cited by 0