Documentation

Mathlib.CategoryTheory.Limits.Preserves.Shapes.Kernels

Preserving (co)kernels #

Constructions to relate the notions of preserving (co)kernels and reflecting (co)kernels to concrete (co)forks.

In particular, we show that kernel_comparison f g G is an isomorphism iff G preserves the limit of the parallel pair f,0, as well as the dual result.

The underlying cone of a kernel fork is mapped to a limit cone if and only if the mapped kernel fork is limit.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The map of a kernel fork is a limit iff the kernel fork consisting of the mapped morphisms is a limit. This essentially lets us commute KernelFork.ofι with Functor.mapCone.

    This is a variant of isLimitMapConeForkEquiv for equalizers, which we can't use directly between G.map 0 = 0 does not hold definitionally.

    Equations
    Instances For

      If G preserves the kernel of f, then the kernel comparison map for G at f is an isomorphism.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The underlying cocone of a cokernel cofork is mapped to a colimit cocone if and only if the mapped cokernel cofork is colimit.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The map of a cokernel cofork is a colimit iff the cokernel cofork consisting of the mapped morphisms is a colimit. This essentially lets us commute CokernelCofork.ofπ with Functor.mapCocone.

          This is a variant of isColimitMapCoconeCoforkEquiv for equalizers, which we can't use directly between G.map 0 = 0 does not hold definitionally.

          Equations
          Instances For

            If G preserves the cokernel of f, then the cokernel comparison map for G at f is an isomorphism.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For