Theorems · Theorem · category theory
CategoryTheory.Precoherent.pullback
∀ {C : Type u_1} {inst : CategoryTheory.Category.{v_1, u_1} C} [self : CategoryTheory.Precoherent C] {B₁ B₂ : C}
(f : B₂ ⟶ B₁) (α : Type) [Finite α] (X₁ : α → C) (π₁ : (a : α) → X₁ a ⟶ B₁),
CategoryTheory.EffectiveEpiFamily X₁ π₁ →
∃ β,
∃ (_ : Finite β),
∃ X₂ π₂,
CategoryTheory.EffectiveEpiFamily X₂ π₂ ∧
∃ i ι,
∀ (b : β),
CategoryTheory.CategoryStruct.comp (ι b) (π₁ (i b)) = CategoryTheory.CategoryStruct.comp (π₂ b) fGiven an effective epi family π₁ over B₁ and a morphism f : B₂ ⟶ B₁, there exists
an effective epi family π₂ over B₂, such that π₂ factors through π₁.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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 · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- Finitestatement · cited by 3,029
- CategoryTheory.EffectiveEpiFamilystatement · cited by 34
- CategoryTheory.Precoherentstatement and proof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.reflects_precoherentproof · cited by 3