Theorems · Theorem · category theory
CategoryTheory.IsPushout.IsVanKampen.exists_cube_filling
∀ {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} {αY : Y' ⟶ Y} {αZ : Z' ⟶ Z}
[CategoryTheory.Limits.HasPullback αX f],
CategoryTheory.IsPullback h' αX αZ h →
CategoryTheory.IsPullback i' αY αZ i →
∃ W' f' g' αW,
CategoryTheory.IsPullback f' αW αX f ∧
CategoryTheory.IsPullback g' αW αY g ∧ CategoryTheory.IsPushout f' g' h' i'If a van Kampen pushout forms the bottom face of a commutative "half-cube" whose front faces are pullbacks, then there exist two back faces which are pullbacks and a top face which is a pushout.
- Defined in
- Mathlib.CategoryTheory.Adhesive.Basic
- Cited by
- 2 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.
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.compproof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.pullbackproof · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPushoutstatement and proof · cited by 219
- CategoryTheory.CommSq.wproof · cited by 122
- CategoryTheory.IsPullback.of_hasPullbackproof · cited by 70
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPushout.isVanKampen_isPullback_isPullback_hom_extproof · cited by 1
- CategoryTheory.IsPushout.isVanKampen_iff'proof · cited by 0