Theorems · Theorem · category theory
CategoryTheory.IsPushout.isVanKampen_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}
{H : CategoryTheory.IsPushout f g h i},
H.IsVanKampen →
∀ {X' Y' Z' : C} {h' : X' ⟶ Z'} {i' : Y' ⟶ Z'} {αX : X' ⟶ X} [CategoryTheory.Limits.HasPullback αX f] {α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
- 1 results in Mathlib
- Foundations
- Depth 37 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.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPushoutstatement and proof · cited by 219
- CategoryTheory.IsPushout.IsVanKampenstatement and proof · cited by 13
- CategoryTheory.IsPushout.hom_extproof · cited by 11
- CategoryTheory.IsPushout.IsVanKampen.exists_cube_fillingproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Adhesive.isPushout_isPullback_isPullback_hom_extproof · cited by 0