Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapZeroObject

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
          [inst_3 : CategoryTheory.Limits.HasZeroObject D] →
            [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C] →
              [inst_5 : CategoryTheory.Limits.HasZeroMorphisms D] →
                (F : CategoryTheory.Functor C D) → [F.PreservesZeroMorphisms] → F.obj 0 ≅ 0

A functor that preserves zero morphisms also preserves the zero object.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Zero
Cited by
9 results in Mathlib
Foundations
Depth 14 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroObjectCategoryTheory.Limits.HasZeroObjectCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Triangulated.TStructure.isGE_iff_isIso_truncGEπ_app · cited by 3TStructure.isGE_iff_isIso…CategoryTheory.Pretriangulated.contractible_distinguished₁ · cited by 3Pretriangulated.contracti…CategoryTheory.Limits.mapZeroCokernelCofork · cited by 1Limits.mapZeroCokernelCof…CategoryTheory.Functor.preservesInitialObject_of_preservesZeroMorphisms · cited by 1Functor.preservesInitialO…CategoryTheory.Limits.mapZeroKernelFork · cited by 1Limits.mapZeroKernelForkCategoryTheory.Functor.preservesTerminalObject_of_preservesZeroMorphisms · cited by 1Functor.preservesTerminal…CategoryTheory.Functor.isHomological_of_localization · cited by 0Functor.isHomological_of_…CategoryTheory.Functor.mapZeroObject.congr_simp · cited by 0mapZeroObject.congr_simpCategoryTheory.Functor.mapZeroObject_hom · cited by 0Functor.mapZeroObject_homCategoryTheory.Functor.mapZeroObject_inv · cited by 0Functor.mapZeroObject_invCategoryTheory.Functor.contractible_mem_essImageDistTriang · cited by 0Functor.contractible_mem_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.HasZeroObject.zero' · cited by 115HasZeroObject.zero'Functor.mapZeroObjectCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.