Theorems · Theorem · category theory
CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd
∀ {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.CategoryStruct.comp (CategoryTheory.Limits.equalizerPullbackMapIso hf hg v).hom
(CategoryTheory.Limits.pullback.snd (CategoryTheory.Limits.equalizer.ι f g)
(CategoryTheory.Limits.pullback.fst s v)) =
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) ⋯ ⋯)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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.Iso.homstatement · cited by 7,684
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- 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.sndstatement and proof · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.equalizerPullbackMapIso_hom_snd_assocproof · cited by 0