Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.equalizer.lift

{C : Type u} →
  {X Y : C} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : X ⟶ Y} →
        [inst_1 : CategoryTheory.Limits.HasEqualizer f g] →
          {W : C} →
            (k : W ⟶ X) →
              CategoryTheory.CategoryStruct.comp k f = CategoryTheory.CategoryStruct.comp k g →
                (W ⟶ CategoryTheory.Limits.equalizer f g)

A morphism k : W ⟶ X satisfying k ≫ f = k ≫ g factors through the equalizer of f and g via equalizer.lift : W ⟶ equalizer f g.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Equalizers
Cited by
19 results in Mathlib
Foundations
Depth 24 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.

CategoryTheory.Limits.equalizerPullbackMapIso · cited by 10Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerComparison · cited by 6Limits.equalizerComparisonCategoryTheory.Limits.image.ext · cited by 4image.extCategoryTheory.Limits.equalizer.lift_ι · cited by 4equalizer.lift_ιCategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv · cited by 4ComonadicityInternal.comp…AlgebraicGeometry.ext_of_isDominant_of_isSeparated · cited by 3AlgebraicGeometry.ext_of_…CategoryTheory.Limits.equalizerSubobject_factors · cited by 2Limits.equalizerSubobject…CategoryTheory.Limits.equalizerPullbackMapIso_hom_fst · cited by 1Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd · cited by 1Limits.equalizerPullbackM…AlgebraicGeometry.ext_of_fromSpecResidueField_eq · cited by 1AlgebraicGeometry.ext_of_…CategoryTheory.Limits.equalizer.isoSourceOfSelf_inv · cited by 1equalizer.isoSourceOfSelf…CategoryTheory.Limits.map_lift_equalizerComparison · cited by 1Limits.map_lift_equalizer…CategoryTheory.Limits.equalizer.lift' · cited by 1equalizer.lift'CategoryTheory.regularTopology.mapToEqualizer_eq_comp · cited by 1regularTopology.mapToEqua…CategoryTheory.Limits.equalizer.lift.congr_simp · cited by 1lift.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.Fork.ofι · cited by 66Fork.ofιCategoryTheory.Limits.equalizer · cited by 60Limits.equalizerCategoryTheory.Limits.limit.lift · cited by 48limit.liftCategoryTheory.Limits.HasEqualizer · cited by 47Limits.HasEqualizerequalizer.liftCITED BYCITES

Cites8

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

Cited by23

Results whose statement or proof uses this declaration.