Theorems · Theorem · category theory
CategoryTheory.Adhesive.isPushout_isPullback_isPullback_hom_ext
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W X Y Z : C} {f : W ⟶ X} {g : W ⟶ Y} {h : X ⟶ Z} {i : Y ⟶ Z}
[CategoryTheory.Adhesive C] [CategoryTheory.Mono f],
CategoryTheory.IsPushout f g h i →
∀ {X' Y' Z' : C} {h' : X' ⟶ Z'} {i' : Y' ⟶ Z'} {αX : X' ⟶ X} {αY : Y' ⟶ Y} {αZ : Z' ⟶ Z} {W : C} {f₁ f₂ : Z' ⟶ W},
CategoryTheory.IsPullback h' αX αZ h →
CategoryTheory.IsPullback i' αY αZ i →
CategoryTheory.CategoryStruct.comp h' f₁ = CategoryTheory.CategoryStruct.comp h' f₂ →
CategoryTheory.CategoryStruct.comp i' f₁ = CategoryTheory.CategoryStruct.comp i' f₂ → f₁ = f₂- Defined in
- Mathlib.CategoryTheory.Adhesive.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Monostatement and proof · cited by 893
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPushoutstatement and proof · cited by 219
- CategoryTheory.Adhesivestatement and proof · cited by 10
- CategoryTheory.Adhesive.van_kampenproof · cited by 6
- CategoryTheory.IsPushout.isVanKampen_isPullback_isPullback_hom_extproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.