Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.equalizerPullbackMapIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasEqualizers C] →
      [inst_2 : CategoryTheory.Limits.HasPullbacks C] →
        {X Y S T : C} →
          {f g : X ⟶ Y} →
            {s : X ⟶ S} →
              {t : Y ⟶ S} →
                (hf : CategoryTheory.CategoryStruct.comp f t = s) →
                  (hg : CategoryTheory.CategoryStruct.comp g t = s) →
                    (v : T ⟶ S) →
                      CategoryTheory.Limits.equalizer
                          (CategoryTheory.Limits.pullback.map s v t v f (CategoryTheory.CategoryStruct.id T)
                            (CategoryTheory.CategoryStruct.id S) ⋯ ⋯)
                          (CategoryTheory.Limits.pullback.map s v t v g (CategoryTheory.CategoryStruct.id T)
                            (CategoryTheory.CategoryStruct.id S) ⋯ ⋯) ≅
                        CategoryTheory.Limits.pullback (CategoryTheory.Limits.equalizer.ι f g)
                          (CategoryTheory.Limits.pullback.fst s v)

The natural isomorphism eq(f ×[S] T, g ×[S] T) ≅ eq(f, g) ×[S] T.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Equalizer
Cited by
10 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasEqualizersCategoryTheory.Limits.HasPullbacks

Around this declaration

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

CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_snd · cited by 3Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_fst · cited by 3Limits.equalizerPullbackM…CategoryTheory.MorphismProperty.eq_of_isomorphisms_descendsAlong · cited by 1MorphismProperty.eq_of_is…CategoryTheory.Limits.equalizerPullbackMapIso_hom_fst · cited by 1Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd · cited by 1Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_fst_assoc · cited by 0Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_snd_assoc · cited by 0Limits.equalizerPullbackM…CategoryTheory.eq_of_zeroHypercover_target · cited by 0CategoryTheory.eq_of_zero…CategoryTheory.Limits.equalizerPullbackMapIso_hom_fst_assoc · cited by 0Limits.equalizerPullbackM…CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd_assoc · cited by 0Limits.equalizerPullbackM…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullbacks · cited by 439Limits.HasPullbacksCategoryTheory.Limits.pullback.map · cited by 156pullback.mapLimits.equalizerPullbackMapIsoCITED BYCITES

Cites20

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

Cited by10

Results whose statement or proof uses this declaration.