Theorems · Definition · category theory
CategoryTheory.Limits.isLimitOfHasEqualizerOfPreservesLimit
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
{X Y : C} →
(f g : X ⟶ Y) →
[inst_2 : CategoryTheory.Limits.HasEqualizer f g] →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f g) G] →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.Fork.ofι (G.map (CategoryTheory.Limits.equalizer.ι f g)) ⋯)If G preserves equalizers and C has them, then the fork constructed of the mapped morphisms of
a fork is a limit.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
- CategoryTheory.Limits.Fork.ofιstatement · cited by 66
- CategoryTheory.Limits.equalizer.ιstatement · cited by 64
- CategoryTheory.Limits.equalizerstatement · cited by 60
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.PreservesEqualizer.isoproof · cited by 3