Documentation

TauCeti.LowDimTopology.Plumbing.Differential

The lattice-homology differential over 𝔽₂[U] #

This file constructs the first chain complex in the plumbing-lattice lane. For a plumbing graph P and a characteristic covector k, the chain module is freely generated over 𝔽₂[U] by plumbing cubes (x, S). Its differential has two terms for every direction v ∈ S: the lower face and the upper face, multiplied by the powers of U determined by the corresponding drops in the characteristic cube weight.

Applying the differential twice produces the four codimension-two faces for every ordered pair of distinct directions. Reversing the pair reaches the same face with the same total U-exponent by the commuting-face and exponent-square lemmas. Thus every term occurs twice and cancels over 𝔽₂[U].

The coefficient choice is the roadmap's 𝔽₂-first stage. Integral signs form a separate later layer: the unsigned formula here is exactly the characteristic-two reduction of NΓ©methi's oriented cubical differential.

Main definitions #

Main results #

References #

This advances TauCetiRoadmap/CombinatorialHeegaardFloer/README.md, Lane L ("lattice homology"), which asks for NΓ©methi's lattice homology as a polynomial-module chain complex built from lattice points and weight functions. The face formula follows A. NΓ©methi, arXiv:0709.0841, Section 3.

@[reducible, inline]

The coefficient ring for the first, characteristic-two lattice-homology complex.

Equations
Instances For
    @[reducible, inline]
    abbrev TauCeti.PlumbingChain (V : Type u_1) :
    Type u_1

    The free 𝔽₂[U]-module generated by plumbing-lattice cubes.

    Equations
    Instances For

      The lattice differential of one plumbing-cube generator.

      For every direction of the cube, this is the sum of its lower and upper faces weighted by the drop in characteristic cube weight.

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

        The defining weighted face-sum formula for the generator differential.

        The 𝔽₂[U]-linear lattice differential on plumbing chains.

        Equations
        Instances For
          @[simp]

          The lattice differential sends a single cube with coefficient a to a times its weighted sum of codimension-one faces.

          The lattice differential is the finite linear combination of its values on the generators in the support of a chain.

          @[simp]

          A zero-dimensional cube has no directions to differentiate along, so it is a cycle.

          A chain supported in cubical degree zero is a cycle: a lattice point has no faces.

          One-dimensional cubes and adjacent lattice points #

          theorem TauCeti.PlumbingGraph.latticeDifferential_single_mk_singleton {V : Type u_1} [decV : DecidableEq V] [finV : Fintype V] (P : PlumbingGraph V) (k : P.characteristicVectors) (x : V β†’ β„€) (v : V) :
          (P.latticeDifferential k) (Finsupp.single { base := x, directions := {v} } 1) = Finsupp.single { base := x, directions := βˆ… } (Polynomial.X ^ (max (P.characteristicWeight k x) (P.characteristicWeight k (x + Pi.single v 1)) - P.characteristicWeight k x).toNat) + Finsupp.single { base := x + Pi.single v 1, directions := βˆ… } (Polynomial.X ^ (max (P.characteristicWeight k x) (P.characteristicWeight k (x + Pi.single v 1)) - P.characteristicWeight k (x + Pi.single v 1)).toNat)

          The lattice differential of a one-dimensional cube generator: each endpoint appears, weighted by the drop from the cube weight to that endpoint's weight.

          Crossing a one-dimensional cube towards a lattice point of no smaller weight: the far endpoint is, modulo boundaries, U ^ d times the near one.

          Crossing a one-dimensional cube away from a lattice point of no larger weight: the near endpoint is, modulo boundaries, U ^ d times the far one.

          Cancellation around codimension-two faces #

          @[simp]

          The differential of the weighted boundary of a single plumbing cube vanishes.

          The characteristic-two weighted lattice differential squares to zero.

          @[simp]

          The lattice differential vanishes when the plumbing graph has no vertices. Every cube then has an empty direction set, so the weighted face sum on every generator is empty.