Theorems · Definition · category theory
CategoryTheory.Limits.isKernelCompMono
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{X Y : C} →
{f : X ⟶ Y} →
{c : CategoryTheory.Limits.KernelFork f} →
CategoryTheory.Limits.IsLimit c →
{Z : C} →
(g : Y ⟶ Z) →
[hg : CategoryTheory.Mono g] →
{h : X ⟶ Z} →
(hh : h = CategoryTheory.CategoryStruct.comp f g) →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.KernelFork.ofι (CategoryTheory.Limits.Fork.ι c) ⋯)Every kernel of f induces a kernel of f ≫ g if g is mono.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement · cited by 766
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.Fork.ιstatement and proof · cited by 162
- CategoryTheory.Limits.KernelForkstatement and proof · cited by 108
- CategoryTheory.Limits.Forkproof · cited by 85
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.binaryBiconeOfIsSplitEpiOfKernelproof · cited by 5
- CategoryTheory.Limits.binaryBiconeOfIsSplitEpiOfKernel_fststatement · cited by 0
- CategoryTheory.Limits.isKernelCompMono.congr_simpstatement and proof · cited by 0
- CategoryTheory.Limits.isKernelCompMono_liftstatement · cited by 0