Theorems · Definition · category theory
CategoryTheory.Limits.KernelFork.mapIsLimit
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{D : Type u₂} →
[inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
{X Y : C} →
{f : X ⟶ Y} →
(c : CategoryTheory.Limits.KernelFork f) →
CategoryTheory.Limits.IsLimit c →
(G : CategoryTheory.Functor C D) →
[inst_4 : G.PreservesZeroMorphisms] →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f 0) G] →
CategoryTheory.Limits.IsLimit (c.map G)A limit kernel fork is mapped to a limit kernel fork by a functor G when this functor
preserves the corresponding limit.
- Cited by
- 5 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Functor.PreservesZeroMorphismsstatement and proof · cited by 458
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.ShortComplex.LeftHomologyData.mapproof · cited by 25
- CategoryTheory.ShortComplex.RightHomologyData.mapproof · cited by 23
- CategoryTheory.Functor.preservesFiniteLimits_tfaeproof · cited by 5
- CategoryTheory.Abelian.isoModSerre_kernel_eq_inverseImage_isomorphismsproof · cited by 2
- CategoryTheory.ShortComplex.Exact.map_of_mono_of_preservesKernelproof · cited by 1
- CategoryTheory.Functor.preservesHomology_of_preservesEpis_and_kernelsproof · cited by 0