Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.equalizerIsEqualizer

{C : Type u} →
  {X Y : C} →
    [inst : CategoryTheory.Category.{v, u} C] →
      (f g : X ⟶ Y) →
        [inst_1 : CategoryTheory.Limits.HasEqualizer f g] →
          CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Fork.ofι (CategoryTheory.Limits.equalizer.ι f g) ⋯)

The equalizer built from equalizer.ι f g is limiting.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Equalizers
Cited by
4 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasEqualizer

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.

Cited by5

Results whose statement or proof uses this declaration.