Theorems · Theorem · category theory
CategoryTheory.Limits.kernel.lift_map
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
{X Y Z X' Y' Z' : C} (f : X ⟶ Y) (g : Y ⟶ Z) [inst_2 : CategoryTheory.Limits.HasKernel g]
(w : CategoryTheory.CategoryStruct.comp f g = 0) (f' : X' ⟶ Y') (g' : Y' ⟶ Z')
[inst_3 : CategoryTheory.Limits.HasKernel g'] (w' : CategoryTheory.CategoryStruct.comp f' g' = 0) (p : X ⟶ X')
(q : Y ⟶ Y') (r : Z ⟶ Z'),
CategoryTheory.CategoryStruct.comp f q = CategoryTheory.CategoryStruct.comp p f' →
∀ (h₂ : CategoryTheory.CategoryStruct.comp g r = CategoryTheory.CategoryStruct.comp q g'),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.kernel.lift g f w)
(CategoryTheory.Limits.kernel.map g g' q r h₂) =
CategoryTheory.CategoryStruct.comp p (CategoryTheory.Limits.kernel.lift g' f' w')Given a commutative diagram
``
X --f--> Y --g--> Z
| | |
| | |
v v v
X' -f'-> Y' -g'-> Z'
`
with horizontal arrows composing to zero,
then we obtain a commutative square
`
X > kernel g
| |
| | kernel.map
| |
v v
X' --> kernel g'
``
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.kernelstatement · cited by 272
- CategoryTheory.Limits.kernel.ιproof · cited by 214
- CategoryTheory.Limits.HasKernelstatement and proof · cited by 169
- CategoryTheory.Limits.kernel.liftstatement and proof · cited by 64
- CategoryTheory.Limits.kernel.lift_ιproof · cited by 55
- CategoryTheory.Limits.kernel.mapstatement and proof · cited by 32
- CategoryTheory.Limits.equalizer.hom_extproof · cited by 27
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.kernelComparison_comp_kernel_mapproof · cited by 2