Documentation

Mathlib.CategoryTheory.Limits.Preserves.Finite

Preservation of finite (co)limits. #

These functors are also known as left exact (flat) or right exact functors when the categories involved are abelian, or more generally, finitely (co)complete.

A functor is said to preserve finite limits, if it preserves all limits of shape J, where J : Type is a finite category.

Instances
    @[instance 100]

    Preserving finite limits also implies preserving limits over finite shapes in higher universes, though through a noncomputable instance.

    Equations
    • =

    A functor F preserves finite products if it preserves all from Discrete J for Fintype J

    Instances

      A functor is said to reflect finite limits, if it reflects all limits of shape J, where J : Type is a finite category.

      Instances

        A functor F preserves finite products if it reflects limits of shape Discrete J for finite J

        Instances

          A functor is said to preserve finite colimits, if it preserves all colimits of shape J, where J : Type is a finite category.

          Instances

            A functor F preserves finite products if it preserves all from Discrete J for Fintype J

            Instances

              A functor is said to reflect finite colimits, if it reflects all colimits of shape J, where J : Type is a finite category.

              Instances

                A functor F preserves finite coproducts if it reflects colimits of shape Discrete J for finite J

                Instances