Documentation

MerLeanBpqc.Definitions.Def_2_CochainsCohomology

Definition 2: Cochains and Cohomology #

Given a chain complex C = (C_•, ∂) (Def_1) where each C_i is finite-dimensional, we identify C^i = C_i using the 𝔽₂-scalar product. We define:

The key relation B^i(C) = (Z_i(C))^{ann} holds, where the dual annihilator corresponds to the orthogonal complement under the 𝔽₂-scalar product (using im(A^tr) = (ker A)^⊥ for finite-dimensional 𝔽₂-vector spaces).

This induces an isomorphism H_i(C) ≅ H^i(C).

Main Definitions #

Main Theorems #

Coboundary maps #

The coboundary map δ^i = (∂_{i+1})^tr : Dual C_i → Dual C_{i+1}. Here ∂_{i+1} is the incoming differential C.incomingDifferential i, and the transpose is LinearMap.dualMap.

Equations
Instances For

    The incoming coboundary δ^{i-1} = (∂_i)^tr : Dual C_{i-1} → Dual C_i. This is the coboundary map landing in degree i, defined using C.differential i to avoid index arithmetic issues.

    Equations
    Instances For

      Cocycles #

      The cocycles Z^i(C) = ker δ^i, i.e., the kernel of the coboundary map δ^i : Dual C_i → Dual C_{i+1}, as a submodule of Dual C_i.

      Equations
      Instances For

        Coboundaries #

        The coboundaries B^i(C) = im δ^{i-1}, i.e., the image (range) of the incoming coboundary δ^{i-1} : Dual C_{i-1} → Dual C_i, as a submodule of Dual C_i.

        Equations
        Instances For

          Coboundary composition δ² = 0 #

          The coboundary maps satisfy δ^i ∘ δ^{i-1} = 0, dual to ∂_i ∘ ∂_{i+1} = 0.

          Coboundaries ⊆ Cocycles #

          B^i(C) ⊆ Z^i(C): every coboundary is a cocycle, since δ^i ∘ δ^{i-1} = 0.

          Coboundaries as a submodule of cocycles, and cohomology #

          B^i(C) viewed as a submodule of Z^i(C), using the inclusion B^i ⊆ Z^i. This is the preimage of B^i(C) under the subtype embedding Z^i(C) ↪ Dual C_i.

          Equations
          Instances For
            @[reducible, inline]

            The i-th cohomology H^i(C) = Z^i(C) / B^i(C). Since B^i(C) ⊆ Z^i(C), the coboundaries form a submodule of the cocycles, and the cohomology is the quotient module.

            Equations
            Instances For

              Key relations: dual annihilator characterizations #

              Over a field, the dual annihilator satisfies im(f^tr) = (ker f)^{ann} and ker(f^tr) = (im f)^{ann}. These give the fundamental identities B^i = (Z_i)^{ann} and Z^i = (B_i)^{ann}.

              The cocycles are the dual annihilator of the boundaries: Z^i(C) = ker δ^i = (im ∂_{i+1})^{ann} = B_i(C)^{ann}. This follows from ker(f^tr) = (im f)^{ann} (which holds over any commutative ring).

              The coboundaries are the dual annihilator of the cycles: B^i(C) = im δ^{i-1} = (ker ∂_i)^{ann} = Z_i(C)^{ann}. This follows from im(f^tr) = (ker f)^{ann} for vector spaces over a field.

              Homology-cohomology isomorphism #

              The isomorphism H_i(C) ≅ H^i(C) uses the canonical pairing between a finite-dimensional vector space and its dual. Over 𝔽₂, identifying C^i = C_i via the scalar product, the dual annihilator gives the orthogonal complement, and the quotient Z_i / B_i is canonically isomorphic to Z^i / B^i.

              The proof proceeds by showing both quotients have the same finrank, using the dual annihilator dimension formula: dim W + dim W^{ann} = dim V.

              The finrank of boundariesSubCycles equals the finrank of boundaries, since the comap of boundaries under the cycles inclusion maps to cycles ⊓ boundaries = boundaries (as B_i ⊆ Z_i).

              The isomorphism H_i(C) ≃ₗ[𝔽₂] H^i(C) between homology and cohomology. This follows from the fact that both are finite-dimensional vector spaces of the same dimension over 𝔽₂, using the dual annihilator dimension formula.

              Equations
              Instances For