Theorems · Theorem · category theory
CategoryTheory.Limits.pullback.lift_snd_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W X Y Z : C} {f : X ⟶ Z} {g : Y ⟶ Z}
[inst_1 : CategoryTheory.Limits.HasPullback f g] (h : W ⟶ X) (k : W ⟶ Y)
(w : CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g) {Z_1 : C} (h_1 : Y ⟶ Z_1),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.lift h k w)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f g) h_1) =
CategoryTheory.CategoryStruct.comp k h_1- Cited by
- 5 results in Mathlib
- Foundations
- Depth 26 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.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.Limits.pullback.liftstatement and proof · cited by 114
- CategoryTheory.Limits.pullback.lift_sndproof · cited by 30
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.ShortComplex.SnakeInput.naturality_δproof · cited by 3
- CategoryTheory.ShortComplex.SnakeInput.δ_eqproof · cited by 2
- CategoryTheory.Limits.pullback_map_eq_pullbackFstFstIso_invproof · cited by 1
- CategoryTheory.Subobject.inf_factorsproof · cited by 1
- CategoryTheory.Subobject.map_pullbackproof · cited by 1