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 preserves zero morphisms if it sends zero morphisms to zero morphisms.

  • map_zero : ∀ (X Y : C), F.map 0 = 0

    For any pair objects F (0: X ⟶ Y) = (0 : F X ⟶ F Y)

Instances