Theorems · Theorem · category theory
CategoryTheory.Precoverage.IsStableUnderComposition.comp_mem_coverings
∀ {C : Type u} {inst : CategoryTheory.Category.{v, u} C} {J : CategoryTheory.Precoverage C}
[self : J.IsStableUnderComposition] {ι : Type (max u v)} {S : C} {X : ι → C} (f : (i : ι) → X i ⟶ S),
CategoryTheory.Presieve.ofArrows X f ∈ J.coverings S →
∀ {σ : ι → Type (max u v)} {Y : (i : ι) → σ i → C} (g : (i : ι) → (j : σ i) → Y i j ⟶ X i),
(∀ (i : ι), CategoryTheory.Presieve.ofArrows (Y i) (g i) ∈ J.coverings (X i)) →
(CategoryTheory.Presieve.ofArrows (fun p => Y p.fst p.snd) fun x =>
CategoryTheory.CategoryStruct.comp (g x.fst x.snd) (f x.fst)) ∈
J.coverings S- Defined in
- Mathlib.CategoryTheory.Sites.Precoverage
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Presievestatement · cited by 449
- CategoryTheory.Precoveragestatement and proof · cited by 204
- CategoryTheory.Precoverage.coveringsstatement · cited by 194
- CategoryTheory.Presieve.ofArrowsstatement · cited by 150
- CategoryTheory.Precoverage.IsStableUnderCompositionstatement and proof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Precoverage.comp_mem_coveringsproof · cited by 1