05.09.12 · symplectic / kam

Casimir functions of degenerate Poisson structures

shipped3 tiersLean: none

Anchor (Master): Weinstein 1983 *The local structure of Poisson manifolds* (J. Differential Geom. 18, splitting theorem and symplectic foliation); Olver 1993 §6.2; Marsden-Ratiu 1994 §10-§13; Vaisman *Lectures on the Geometry of Poisson Manifolds* Ch. 1-2

Intuition Beginner

A Poisson bracket is a rule that takes two quantities on a phase space and returns a third, telling you how one quantity drags the other along as time runs. Pick an energy function, and the bracket converts it into a flow — the motion of the system. On an ordinary phase space every direction is reachable: with enough cleverly chosen energies you can push the state anywhere. But many real systems are not like that. Some quantities simply never move, no matter which energy you choose to drive the dynamics.

A quantity that the bracket can never change is called a Casimir. It is conserved not because of a clever symmetry you arranged, but because the geometry forbids any motion in its direction. Think of a marble rolling on the surface of a fixed sphere. The marble can wander anywhere on the sphere, but its distance from the center is locked: no push along the surface can change the radius. That radius is a Casimir.

Casimirs matter because they slice phase space into sheets. Each sheet is a level set of all the Casimirs, and the dynamics stays trapped inside one sheet forever. Understanding a degenerate system means first finding these locked quantities, then studying the motion sheet by sheet. The degeneracy that looks like a defect is really a bookkeeping gift: it hands you conserved quantities for free.

Visual Beginner

Picture ordinary three-dimensional space filled with nested spheres, one inside the next, like the layers of an onion. Each sphere is one sheet. A point can travel freely across the surface of its own sphere, but it can never hop to a larger or smaller sphere.

The radius of the sphere a point sits on is the Casimir. The bracket can generate any motion you like along a sphere — that is where all the interesting dynamics happen — but it generates exactly zero motion in the radial direction. The whole space is foliated, meaning cleanly stacked, into these two-dimensional spheres plus the single point at the center where the sphere shrinks to nothing. The picture shows the two faces of a degenerate Poisson structure at once: rich motion inside each sheet, total stillness across the stack.

Worked example Beginner

Take the rotation bracket on three coordinates , the bracket that drives the spinning of a rigid body. Its rules are , then , then . Each pair of coordinates brackets to the third, cycling around. We will check that the squared radius is a Casimir: the bracket cannot move it.

Step 1. The bracket spreads across products by the same rule as a derivative: .

Step 2. The first term is , since anything brackets to zero with itself.

Step 3. The second term is . The rule gives , so this term is .

Step 4. The third term is .

Step 5. Add them: . So . The same cancellation works for and .

What this tells us: the squared radius brackets to zero against every coordinate, so it brackets to zero against every quantity built from them. No flow can change it. The level sets are the spheres of radius , and the spinning motion of a rigid body is locked onto one such sphere — exactly the onion picture, now confirmed by arithmetic.

Check your understanding Beginner

Formal definition Intermediate+

Let be a Poisson manifold: a smooth manifold carrying a bivector field whose Schouten-Nijenhuis bracket vanishes, . The bracket of two functions is , and the vanishing condition is equivalent to the Jacobi identity for . The anchor (or sharp) map is the bundle map $$ \pi^\sharp : T^\ast M \to TM, \qquad \langle \beta, \pi^\sharp(\alpha) \rangle = \pi(\alpha, \beta), $$ the same map studied for the cotangent algebroid in 03.04.19. The Hamiltonian vector field of is , so .

A function is a Casimir function (Olver's distinguished function) of when $$ {C, f} = 0 \quad \text{for all } f \in C^\infty(M), \qquad \text{equivalently} \qquad \pi^\sharp(dC) = 0. $$ The equivalence is immediate: for all vanishes precisely when , since the differentials separate covectors. Thus the Casimirs are exactly the functions whose differential lies pointwise in .

The Poisson structure has constant rank on when the image has dimension for every (the rank is always even because is a bivector). On an -manifold of constant rank , the corank is . The structure is degenerate when , that is when . The constant Casimirs always exist; the content of the degenerate case is the existence of functionally independent non-constant Casimirs near each point.

Counterexamples to common slips

  • A function conserved by one chosen Hamiltonian is not a Casimir. Energy is conserved by its own flow yet typically moves under other Hamiltonians. A Casimir is conserved by every Hamiltonian simultaneously.

  • On a symplectic manifold (, invertible) the only Casimirs are the locally constant functions. Degeneracy is what makes non-constant Casimirs possible; a non-degenerate bracket has none.

  • Constant rank is a real hypothesis. The rotation bracket has rank away from the origin but rank at the origin, where the symplectic leaf is a single point. Casimir counting by the formula is local to the constant-rank region.

Key theorem with proof Intermediate+

Theorem (Casimirs are leaf invariants and universal conserved quantities). Let be a Poisson manifold and a Casimir. Then is constant along every Hamiltonian flow, and is constant on every symplectic leaf — the maximal integral manifolds of the (possibly singular) distribution .

Proof. Let be arbitrary and let denote the flow of . The rate of change of along this flow is $$ \frac{d}{dt}(C \circ \varphi_t) = X_f(C) = {f, C} = -{C, f} = 0, $$ where the last equality is the defining property of a Casimir. Hence for all in the flow's domain, so is constant along every Hamiltonian trajectory.

For the leaf statement, recall that the characteristic distribution is . The Jacobi identity makes involutive in the Stefan-Sussmann sense, and its integral manifolds are the symplectic leaves ; each carries the symplectic form defined by , well posed because restricts to an isomorphism . A tangent vector to at has the form for some , and $$ dC_p\big(X_f(p)\big) = \langle dC_p, \pi^\sharp_p(df_p) \rangle = -\langle df_p, \pi^\sharp_p(dC_p) \rangle = 0 $$ because . Thus annihilates every vector tangent to , so , and since is connected is constant on . The level sets of the Casimirs are therefore unions of symplectic leaves.

Bridge. This theorem builds toward the structural decomposition of a Poisson manifold into symplectic leaves carrying the dynamics and a transverse direction recording the Casimirs; it appears again in the Lie-Poisson setting, where the leaves are coadjoint orbits and the Casimirs are the invariant polynomials, and again in symplectic reduction, where fixing the Casimirs is the first stage of cutting the phase space down to a symplectic quotient. The same kernel-of-the-anchor calculation organizes both the local splitting theorem and the global counting of conserved quantities, so a single bracket identity controls how degeneracy distributes a system's invariants.

Exercises Intermediate+

Lean formalization Intermediate+

Mathlib has no Poisson-manifold structure, so neither the Casimir condition nor the symplectic foliation can be stated. the unit metadata field Mathlib gap analysis records the specific missing infrastructure: the bivector field, the Schouten-Nijenhuis bracket, the integrability condition , the anchor map, and the singular-foliation API behind Weinstein's splitting theorem. This unit ships with lean_status: none; the correctness gate is the named human reviewer, who verifies the bracket computations and the leaf-invariance argument by hand.

Advanced results Master

Beyond the leaf-invariance theorem, three structural facts make Casimirs the organizing invariants of a degenerate Poisson manifold.

The first is Weinstein's splitting theorem (1983). Near any point where the rank is locally constant, equal to , there is a coordinate chart in which $$ (M, \pi) ;\cong; \big(S, \omega_{\mathrm{can}}\big) \times \big(N, \pi_N\big), $$ where is a -dimensional symplectic factor carrying the canonical bracket and is a transverse Poisson manifold whose bracket vanishes at the image of . At a regular point , so contributes Casimir coordinates and is the symplectic leaf through . The transverse factor , with its possibly nonzero , is the transverse Poisson structure of the leaf; its isomorphism class is a leaf invariant, and its linearization at recovers a Lie algebra — the isotropy data that distinguishes regular from singular leaves.

The second is the Lie-Poisson identification. For a finite-dimensional Lie algebra , the dual carries the canonical Lie-Poisson bracket $$ {f, g}(\mu) = \big\langle \mu, [df_\mu, dg_\mu] \big\rangle, \qquad \mu \in \mathfrak{g}^\ast, $$ where . The symplectic leaves are the coadjoint orbits of any Lie group integrating , with the Kirillov-Kostant-Souriau form, and a function on is a Casimir precisely when it is -invariant: for all . The polynomial Casimirs are then the -invariant polynomials on , the image under symmetrization of the center of the universal enveloping algebra — the classical shadow of the Casimir operators of representation theory. For this center is generated by the single quadratic invariant , recovering the rigid-body example; for one obtains independent invariants of degrees .

The third is the role of Casimirs in reduction. Fixing the values of all Casimirs selects a symplectic leaf, the maximal submanifold on which the bracket restricts to a non-degenerate symplectic structure. Dynamics generated by any Hamiltonian descends to this leaf, where the standard machinery of symplectic geometry — Liouville's theorem, action-angle coordinates, the Arnold-Liouville integrability criterion — applies. Reduction by Casimirs is therefore the zeroth step of Marsden-Weinstein reduction: before quotienting by a symmetry group, one already restricts to a leaf cut out by the center of the Poisson algebra.

Synthesis. The Casimirs of a degenerate Poisson structure are simultaneously the kernel of the anchor map, the transverse coordinates of the splitting normal form, the center of the Poisson algebra, the -invariants in the Lie-Poisson case, and the data whose level sets are the symplectic leaves. These five descriptions are one object viewed from five directions: the corank counts them, the splitting theorem produces them as coordinates, the leaf-invariance theorem confirms the dynamics cannot move them, the enveloping-algebra center supplies the invariant polynomials for Lie-Poisson models, and symplectic reduction consumes them to recover an honest symplectic phase space on each leaf. Degeneracy, far from being an obstruction, is the mechanism that endows a Poisson system with its conserved geometry.

Full proof set Master

Proposition (Casimirs form the center of the Poisson algebra and are closed under the bracket of the algebra). Let be a Poisson manifold and let . Then is a subalgebra of under pointwise multiplication, it coincides with the center of the Lie algebra , and any smooth function of Casimirs is again a Casimir.

Proof. That is the center of the Lie algebra is the definition rewritten: lies in the center exactly when for all , which is the Casimir condition.

For closure under multiplication, let and . The Leibniz rule for the Poisson bracket gives $$ {C_1 C_2, f} = C_1 {C_2, f} + {C_1, f} C_2 = C_1 \cdot 0 + 0 \cdot C_2 = 0, $$ so . The same Leibniz rule with in the first slot shows sums and scalar multiples remain Casimirs, so is a subalgebra.

For closure under smooth composition, let and , and set . Using and the chain rule, $$ {C, f} = X_f\big(\Phi(C_1,\dots,C_r)\big) = \sum_{j=1}^{r} \frac{\partial \Phi}{\partial t_j}(C_1,\dots,C_r) , X_f(C_j) = \sum_{j=1}^{r} \frac{\partial \Phi}{\partial t_j} , {C_j, f} = 0, $$ since each . Hence .

It remains to note that lies pointwise in , because each does and is a linear subspace; this re-proves directly and shows the Casimirs are exactly the functions whose differentials are sections of . On a constant-rank region this kernel is a subbundle of rank , so the maximal number of functionally independent Casimirs near a point is , attained by the transverse coordinates of the splitting normal form.

Connections Master

The anchor map whose kernel defines the Casimirs is the anchor of the cotangent Lie algebroid 03.04.19; Casimirs are precisely the functions whose differentials are flat sections of this algebroid, and the symplectic foliation is its orbit foliation.

The Poisson bracket and the integrability condition on which every computation here rests are established in 05.02.02, and the Hamiltonian vector field used throughout the proofs is the object of 05.02.01.

The Lie-Poisson identification of Casimirs with -invariants makes this unit the bridge from degenerate brackets to the Euler-Arnold equations 05.09.05, where the rigid-body Hamiltonian flows on a coadjoint orbit, and to the master-symmetry construction 05.09.11, whose commuting hierarchies live on the symplectic leaves cut out by Casimirs in the bi-Hamiltonian picture.

Historical & philosophical context Master

The degenerate bracket and its distinguished functions trace to Sophus Lie's theory of function groups in the second volume of the Theorie der Transformationsgruppen [Lie 1890], where a closed system of functions under the bracket carries a distinguished subsystem that brackets to zero with all the rest — the functions later named Casimirs after the physicist Hendrik Casimir, whose 1931 work on the quantum rigid rotor used the corresponding invariant operator. Lie already understood that the corank of the bracket counts these distinguished functions and that they foliate the underlying space.

The modern geometric account is Weinstein's 1983 paper on the local structure of Poisson manifolds [Weinstein 1983], which proved the splitting theorem and made the symplectic foliation a precise object, and Olver's 1993 treatment [Olver 1993], which placed degenerate Poisson structures and their distinguished functions at the service of symmetry analysis for differential equations. The Lie-Poisson identification of Casimirs with coadjoint invariants, and its use in rigid-body and fluid reduction, is developed in Marsden-Ratiu [Marsden-Ratiu 1994].

Bibliography Master

@article{Weinstein1983LocalStructure,
  author  = {Weinstein, Alan},
  title   = {The local structure of {Poisson} manifolds},
  journal = {Journal of Differential Geometry},
  volume  = {18},
  number  = {3},
  pages   = {523--557},
  year    = {1983}
}

@book{Olver1993,
  author    = {Olver, Peter J.},
  title     = {Applications of {Lie} Groups to Differential Equations},
  edition   = {2nd},
  series    = {Graduate Texts in Mathematics},
  volume    = {107},
  publisher = {Springer},
  year      = {1993}
}

@book{MarsdenRatiu1994,
  author    = {Marsden, Jerrold E. and Ratiu, Tudor S.},
  title     = {Introduction to Mechanics and Symmetry},
  series    = {Texts in Applied Mathematics},
  volume    = {17},
  publisher = {Springer},
  year      = {1994}
}

@book{Vaisman1994,
  author    = {Vaisman, Izu},
  title     = {Lectures on the Geometry of {Poisson} Manifolds},
  series    = {Progress in Mathematics},
  volume    = {118},
  publisher = {Birkh\"auser},
  year      = {1994}
}

@book{Lie1890,
  author    = {Lie, Sophus},
  title     = {Theorie der Transformationsgruppen, Zweiter Abschnitt},
  publisher = {Teubner},
  address   = {Leipzig},
  year      = {1890}
}