Documentation

Mathlib.Algebra.Homology.Embedding.CochainComplex

Truncations on cochain complexes indexed by the integers. #

In this file, we introduce abbreviations for the canonical truncations CochainComplex.truncLE, CochainComplex.truncGE of cochain complexes indexed by , as well as the conditions CochainComplex.IsStrictlyLE, CochainComplex.IsStrictlyGE, CochainComplex.IsLE, and CochainComplex.IsGE.

@[reducible, inline]

If K : CochainComplex C ℤ, this is the canonical truncation ≤ n of K.

Instances For
    @[reducible, inline]

    If K : CochainComplex C ℤ, this is the canonical truncation ≥ n of K.

    Instances For

      The canonical map K.truncLE n ⟶ K for K : CochainComplex C ℤ.

      Instances For

        The canonical map K ⟶ K.truncGE n for K : CochainComplex C ℤ.

        Instances For
          @[reducible, inline]

          The morphism K.truncLE n ⟶ L.truncLE n induced by a morphism K ⟶ L.

          Instances For
            @[reducible, inline]

            The morphism K.truncGE n ⟶ L.truncGE n induced by a morphism K ⟶ L.

            Instances For
              @[reducible, inline]

              The condition that a cochain complex K is strictly ≥ n.

              Instances For
                @[reducible, inline]

                The condition that a cochain complex K is strictly ≤ n.

                Instances For
                  @[reducible, inline]

                  The condition that a cochain complex K is (cohomologically) ≥ n.

                  Instances For
                    @[reducible, inline]

                    The condition that a cochain complex K is (cohomologically) ≤ n.

                    Instances For

                      A cochain complex that is both strictly ≤ n and ≥ n is isomorphic to a complex (single _ _ n).obj M for some object M.

                      @[reducible, inline]

                      The cokernel sequence of the monomorphism K.ιTruncLE n.

                      Instances For
                        @[reducible, inline]
                        noncomputable abbrev CochainComplex.shortComplexTruncLEX₃ToTruncGE {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Abelian C] (K : CochainComplex C ) (n₀ n₁ : ) (h : n₀ + 1 = n₁) :

                        The canonical morphism (K.shortComplexTruncLE n₀).X₃ ⟶ K.truncGE n₁.

                        Instances For