Documentation

Mathlib.CategoryTheory.GradedObject.Single

The graded object in a single degree #

In this file, we define the functor GradedObject.single j : C ⥤ GradedObject J C which sends an object X : C to the graded object which is X in degree j and the initial object of C in other degrees.

The functor which sends X : C to the graded object which is X in degree j and the initial object in other degrees.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[reducible, inline]

    The functor which sends X : C to the graded object which is X in degree 0 and the initial object in nonzero degrees.

    Equations
    Instances For

      The canonical isomorphism (single j).obj X i ≅ X when i = j.

      Equations
      Instances For
        @[reducible, inline]

        The canonical isomorphism (single j).obj X j ≅ X.

        Equations
        Instances For

          The object (single j).obj X i is initial when i ≠ j.

          Equations
          Instances For

            The composition of the single functor single j : C ⥤ GradedObject J C and the evaluation functor eval j identifies to the identity functor.

            Equations
            Instances For