Theorems · Definition · category theory
CategoryTheory.Limits.kernel.mapIso
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{X Y : C} →
(f : X ⟶ Y) →
[inst_2 : CategoryTheory.Limits.HasKernel f] →
{X' Y' : C} →
(f' : X' ⟶ Y') →
[inst_3 : CategoryTheory.Limits.HasKernel f'] →
(p : X ≅ X') →
(q : Y ≅ Y') →
CategoryTheory.CategoryStruct.comp f q.hom = CategoryTheory.CategoryStruct.comp p.hom f' →
(CategoryTheory.Limits.kernel f ≅ CategoryTheory.Limits.kernel f')A commuting square of isomorphisms induces an isomorphism of kernels.
- Cited by
- 3 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.
Cites10
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.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.kernelstatement · cited by 272
- CategoryTheory.Limits.HasKernelstatement and proof · cited by 169
- CategoryTheory.Limits.kernel.mapproof · cited by 32
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.PreservesImage.isoproof · cited by 12
- CategoryTheory.Abelian.FunctorCategory.imageObjIsoproof · cited by 4
- CategoryTheory.Limits.kernel.mapIso_homstatement and proof · cited by 2
- CategoryTheory.Limits.kernel.mapIso_invstatement and proof · cited by 1
- CategoryTheory.Limits.kernel.mapIso.congr_simpstatement and proof · cited by 0