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 #
TauCeti.PlumbingChain: the freeπ½β[U]-module on plumbing cubes.TauCeti.PlumbingGraph.latticeDifferentialOnGenerator: the weighted boundary of one cube.TauCeti.PlumbingGraph.latticeDifferential: the linear lattice differential.
Main results #
TauCeti.PlumbingGraph.latticeDifferential_single: the differential on a basis cube.TauCeti.PlumbingGraph.latticeDifferential_single_mk_singleton: the differential on a one-dimensional basis cube.TauCeti.PlumbingGraph.latticeDifferential_eq_zero_of_forall_directions_eq_empty: a chain supported on lattice points is a cycle.TauCeti.PlumbingGraph.single_add_sub_smul_single_mem_rangeandTauCeti.PlumbingGraph.single_sub_smul_single_add_mem_range: the boundary relations between adjacent lattice points.TauCeti.PlumbingGraph.latticeDifferential_comp_self: the lattice differential squares to zero.TauCeti.PlumbingGraph.latticeDifferential_eq_zero_of_isEmpty: the zero-vertex plumbing has zero differential.
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.
The coefficient ring for the first, characteristic-two lattice-homology complex.
Equations
Instances For
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
- P.latticeDifferential k = (Finsupp.lsum TauCeti.PlumbingCoefficient) fun (C : TauCeti.PlumbingCube V) => LinearMap.id.smulRight (P.latticeDifferentialOnGenerator k C)
Instances For
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.
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 #
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 #
The differential of the weighted boundary of a single plumbing cube vanishes.
The characteristic-two weighted lattice differential squares to zero.
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.