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.
- Cited by
- 10 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.
Cites20
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement · cited by 766
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
Cited by10
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_sndstatement · cited by 3
- CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_fststatement · cited by 3
- CategoryTheory.MorphismProperty.eq_of_isomorphisms_descendsAlongproof · cited by 1
- CategoryTheory.Limits.equalizerPullbackMapIso_hom_fststatement · cited by 1
- CategoryTheory.Limits.equalizerPullbackMapIso_hom_sndstatement · cited by 1
- CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_fst_assocstatement and proof · cited by 0
- CategoryTheory.Limits.equalizerPullbackMapIso_inv_ι_snd_assocstatement and proof · cited by 0
- CategoryTheory.eq_of_zeroHypercover_targetproof · cited by 0
- CategoryTheory.Limits.equalizerPullbackMapIso_hom_fst_assocstatement and proof · cited by 0
- CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd_assocstatement and proof · cited by 0