Theorems · Definition · category theory
CategoryTheory.NonPreadditiveAbelian.mk.noConfusion
{C : Type u} →
{inst : CategoryTheory.Category.{v, u} C} →
{P : Sort u_1} →
{toHasZeroMorphisms : CategoryTheory.Limits.HasZeroMorphisms C} →
{toIsNormalMonoCategory : CategoryTheory.IsNormalMonoCategory C} →
{toIsNormalEpiCategory : CategoryTheory.IsNormalEpiCategory C} →
{has_zero_object : CategoryTheory.Limits.HasZeroObject C} →
{has_kernels : CategoryTheory.Limits.HasKernels C} →
{has_cokernels : CategoryTheory.Limits.HasCokernels C} →
{has_finite_products : CategoryTheory.Limits.HasFiniteProducts C} →
{has_finite_coproducts : CategoryTheory.Limits.HasFiniteCoproducts C} →
{toHasZeroMorphisms' : CategoryTheory.Limits.HasZeroMorphisms C} →
{toIsNormalMonoCategory' : CategoryTheory.IsNormalMonoCategory C} →
{toIsNormalEpiCategory' : CategoryTheory.IsNormalEpiCategory C} →
{has_zero_object' : CategoryTheory.Limits.HasZeroObject C} →
{has_kernels' : CategoryTheory.Limits.HasKernels C} →
{has_cokernels' : CategoryTheory.Limits.HasCokernels C} →
{has_finite_products' : CategoryTheory.Limits.HasFiniteProducts C} →
{has_finite_coproducts' : CategoryTheory.Limits.HasFiniteCoproducts C} →
{ toHasZeroMorphisms := toHasZeroMorphisms,
toIsNormalMonoCategory := toIsNormalMonoCategory,
toIsNormalEpiCategory := toIsNormalEpiCategory,
has_zero_object := has_zero_object, has_kernels := has_kernels,
has_cokernels := has_cokernels, has_finite_products := has_finite_products,
has_finite_coproducts := has_finite_coproducts } =
{ toHasZeroMorphisms := toHasZeroMorphisms',
toIsNormalMonoCategory := toIsNormalMonoCategory',
toIsNormalEpiCategory := toIsNormalEpiCategory',
has_zero_object := has_zero_object', has_kernels := has_kernels',
has_cokernels := has_cokernels',
has_finite_products := has_finite_products',
has_finite_coproducts := has_finite_coproducts' } →
(toHasZeroMorphisms ≍ toHasZeroMorphisms' → P) → P- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.HasZeroObjectstatement and proof · cited by 1,298
- CategoryTheory.Limits.HasFiniteProductsstatement and proof · cited by 142
- CategoryTheory.Limits.HasFiniteCoproductsstatement and proof · cited by 110
- CategoryTheory.Limits.HasKernelsstatement and proof · cited by 67
- CategoryTheory.Limits.HasCokernelsstatement and proof · cited by 47
- CategoryTheory.NonPreadditiveAbelianstatement · cited by 29
- CategoryTheory.IsNormalEpiCategorystatement and proof · cited by 9
- CategoryTheory.IsNormalMonoCategorystatement and proof · cited by 9
- CategoryTheory.NonPreadditiveAbelian.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.