Documentation

Mathlib.CategoryTheory.Limits.Preserves.Shapes.Zero

Preservation of zero objects and zero morphisms #

We define the class PreservesZeroMorphisms and show basic properties.

Main results #

We provide the following results:

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

Equations
  • F.mapZeroObject = { hom := 0, inv := 0, hom_inv_id := , inv_hom_id := }