Documentation

MerLeanBpqc.Definitions.Def_23_BalancedProductChainComplex

Definition 23: Balanced Product Chain Complex #

Given a group H, chain complexes C and D with H-equivariant differentials (where each C_i carries a right H-action and each D_j carries a left H-action), the balanced product double complex C ⊠_H D has objects (C ⊠_H D)_{p,q} = C_p ⊗_H D_q (Def_22) with differentials:

These satisfy the double complex (Def_9) because (∂^C)² = 0, (∂^D)² = 0, and ∂^C ⊗ ∂^D = ∂^C ⊗ ∂^D (commutativity).

The balanced product complex is C ⊗_H D = Tot(C ⊠_H D) (Def_10).

Main Definitions #

Main Results #

H-Equivariant Chain Complexes #

structure HEquivariantChainComplex (H : Type u) [Group H] :
Type (max u (u_1 + 1))

A chain complex with H-action on each degree, where differentials are H-equivariant: ∂(h · x) = h · ∂(x) for all x ∈ C_i, h ∈ H.

Instances For

    Balanced Product Objects #

    The balanced product object at (p, q): C_p ⊗_H D_q.

    Equations
    Instances For

      Equivariance lemmas for tensor product maps #

      Balanced Product Differentials #

      def HEquivariantChainComplex.bpDh {H : Type u} [Group H] (C D : HEquivariantChainComplex H) (p p' q : ) :
      C.bpObj D p q C.bpObj D p' q

      The horizontal differential ∂^C ⊗_H id_D : C_p ⊗_H D_q → C_{p'} ⊗_H D_q. Well-defined on the balanced product by H-equivariance of ∂^C.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def HEquivariantChainComplex.bpDv {H : Type u} [Group H] (C D : HEquivariantChainComplex H) (p q q' : ) :
        C.bpObj D p q C.bpObj D p q'

        The vertical differential id_C ⊗_H ∂^D : C_p ⊗_H D_q → C_p ⊗_H D_{q'}. Well-defined on the balanced product by H-equivariance of ∂^D.

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

          Shape conditions #

          d² = 0 conditions #

          Commutativity: ∂^h ∘ ∂^v = ∂^v ∘ ∂^h #

          The Balanced Product Double Complex #

          The balanced product double complex C ⊠_H D as a DoubleComplex𝔽₂. Objects are (C ⊠_H D)_{p,q} = C_p ⊗_H D_q with:

          • horizontal differential ∂^h = ∂^C ⊗_H id_D (changes p)
          • vertical differential ∂^v = id_C ⊗_H ∂^D (changes q)
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Total complex #

            The balanced product complex C ⊗_H D = Tot(C ⊠_H D). This is the total complex of the balanced product double complex.

            Equations
            Instances For

              Basic properties #

              The object (C ⊠_H D)_{p,q} = C_p ⊗_H D_q.

              The vertical differential of the balanced product double complex is id_C ⊗_H ∂^D.

              The horizontal differential of the balanced product double complex is ∂^C ⊗_H id_D.

              Witness: the balanced product is nonempty #