Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Types.equalizerIso

{Y Z : Type u} →
  (g h : Y ⟶ Z) →
    CategoryTheory.Limits.equalizer g h ≅
      { x // (CategoryTheory.ConcreteCategory.hom g) x = (CategoryTheory.ConcreteCategory.hom h) x }

The categorical equalizer in Type u is {x : Y // g x = h x}.

Defined in
Mathlib.CategoryTheory.Limits.Types.Equalizers
Cited by
7 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.