Theorems · Theorem · category theory
CategoryTheory.Limits.kernelSubobjectMap_arrow_apply
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
{f : X ⟶ Y} [inst_2 : CategoryTheory.Limits.HasKernel f] {X' Y' : C} {f' : X' ⟶ Y'}
[inst_3 : CategoryTheory.Limits.HasKernel f'] (sq : CategoryTheory.Arrow.mk f ⟶ CategoryTheory.Arrow.mk f')
{F : C → C → Type uF} {carrier : C → Type w} {instFunLike : (X Y : C) → FunLike (F X Y) (carrier X) (carrier Y)}
[inst_4 : CategoryTheory.ConcreteCategory C F]
(x : carrier (CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.kernelSubobject f))),
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.kernelSubobject f').arrow)
((CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.kernelSubobjectMap sq)) x) =
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Arrow.Hom.left sq))
((CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.kernelSubobject f).arrow) x)- Defined in
- Mathlib.CategoryTheory.Subobject.Limits
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.ConcreteCategory.homstatement · cited by 4,022
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Arrowstatement · cited by 713
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.Arrow.mkstatement and proof · cited by 421
- CategoryTheory.comp_applyproof · cited by 387
- CategoryTheory.Subobjectstatement · cited by 385
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.