Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.eq_of_isomorphisms_descendsAlong
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {P : CategoryTheory.MorphismProperty C}
[(CategoryTheory.MorphismProperty.isomorphisms C).DescendsAlong P] [P.IsStableUnderBaseChange]
[CategoryTheory.Limits.HasEqualizers C] [inst_4 : 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),
P v →
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) ⋯ ⋯ →
f = g- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Limits.pullbackstatement and proof · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
Cited by1
Results whose statement or proof uses this declaration.