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:
- horizontal
∂^h = ∂^C ⊗_H id_D(changesp, keepsq) - vertical
∂^v = id_C ⊗_H ∂^D(changesq, keepsp)
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 #
HEquivariantChainComplex: chain complex withH-action and equivariant differentialsbalancedProductDoubleComplex: the double complexC ⊠_H DbalancedProductComplex: the total complexC ⊗_H D = Tot(C ⊠_H D)
Main Results #
- Double complex :
(∂^h)² = 0,(∂^v)² = 0,∂^h ∘ ∂^v = ∂^v ∘ ∂^h
H-Equivariant Chain Complexes #
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.
- complex : ChainComplex𝔽₂
The underlying chain complex over
𝔽₂. - action (i : ℤ) : Representation 𝔽₂ H ↑(self.complex.X i)
The
H-action on each degree. - equivariant (i j : ℤ) (h : H) : ModuleCat.Hom.hom (self.complex.d i j) ∘ₗ (self.action i) h = (self.action j) h ∘ₗ ModuleCat.Hom.hom (self.complex.d i j)
The differentials commute with the
H-action.
Instances For
Balanced Product Objects #
The balanced product object at (p, q): C_p ⊗_H D_q.
Equations
- C.bpObj D p q = ModuleCat.of 𝔽₂ (balancedProduct (C.action p) (D.action q))
Instances For
Equivariance lemmas for tensor product maps #
Balanced Product Differentials #
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
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(changesp) - vertical differential
∂^v = id_C ⊗_H ∂^D(changesq)
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.