Theorems · Theorem · category theory
CategoryTheory.Precoverage.mem_coverings_of_isPullback
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : CategoryTheory.Precoverage C} [J.IsStableUnderBaseChange]
{ι : Type w} {S : C} {X : ι → C} (f : (i : ι) → X i ⟶ S),
CategoryTheory.Presieve.ofArrows X f ∈ J.coverings S →
∀ {Y : C} (g : Y ⟶ S) {P : ι → C} (p₁ : (i : ι) → P i ⟶ Y) (p₂ : (i : ι) → P i ⟶ X i),
(∀ (i : ι), CategoryTheory.IsPullback (p₁ i) (p₂ i) g (f i)) →
CategoryTheory.Presieve.ofArrows P p₁ ∈ J.coverings Y- Defined in
- Mathlib.CategoryTheory.Sites.Precoverage
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- Set.Elemproof · cited by 7,166
- le_antisymmproof · cited by 2,068
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.eqToHomproof · cited by 860
- CategoryTheory.Presievestatement and proof · cited by 449
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.Precoveragestatement and proof · cited by 204
- CategoryTheory.Precoverage.coveringsstatement and proof · cited by 194
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Precoverage.pullbackArrows_memproof · cited by 1