Theorems · Definition · category theory
CategoryTheory.Limits.PreservesEqualizer.iso
{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] →
[inst_3 : CategoryTheory.Limits.HasEqualizer (G.map f) (G.map g)] →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f g) G] →
G.obj (CategoryTheory.Limits.equalizer f g) ≅ CategoryTheory.Limits.equalizer (G.map f) (G.map g)If G preserves the equalizer of (f,g), then the equalizer comparison map for G at (f,g) is
an isomorphism.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 and proof · cited by 8,698
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
- CategoryTheory.Limits.limit.isLimitproof · cited by 146
- CategoryTheory.Limits.equalizerstatement · cited by 60
- CategoryTheory.Limits.IsLimit.conePointUniqueUpToIsoproof · cited by 57
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.PreGaloisCategory.fiberEqualizerEquivproof · cited by 2
- CategoryTheory.Limits.PreservesEqualizer.iso_inv_ιstatement and proof · cited by 1
- CategoryTheory.Limits.PreservesEqualizer.iso.congr_simpstatement and proof · cited by 0
- CategoryTheory.Limits.PreservesEqualizer.iso_homstatement · cited by 0