Cotangent algebroid of a Poisson manifold; pointer to symplectic groupoids
Anchor (Master): Mackenzie 2005 Ch. III §3; Weinstein 1987 (symplectic groupoids); Coste-Dazord-Weinstein 1987; Crainic-Fernandes 2004 (Poisson integrability, Ann. Math. 157)
Intuition Beginner
A Poisson manifold is a space where every pair of functions has a bracket, a third function that measures how the two functions fail to commute as observables. In mechanics this bracket is the rule that turns an energy function into the motion it generates: the bracket of energy with anything tells you how that thing changes in time. The bracket is the whole structure.
There is a quieter object hiding inside this picture. To each function you can attach its differential, a one-form, and the bracket lets you turn that one-form into an actual flow on the space. The map that does this turning is the heart of the matter: feed it a one-form, it hands you back a direction of motion. This is the sharp map.
Why package this as its own object? Because one-forms, the sharp map, and a bracket on one-forms together form the same kind of structure as the directions-with-a-bracket from the Lie algebroid unit. The Poisson manifold's infinitesimal skeleton is a Lie algebroid living on the cotangent bundle, and seeing it that way connects Poisson geometry to the whole world of arrows and their infinitesimal shadows.
Visual Beginner
Picture a surface carved into curved patches. On each patch the Poisson bracket is non-degenerate, so the patch behaves like a little phase space with its own area form; these patches are the symplectic leaves. Between patches of different sizes the bracket can drop rank, and some directions carry no flow at all.
Over each point sits the space of one-forms. The sharp map sends a one-form to a tangent vector, and the picture to keep is that this tangent vector always lies inside the leaf through that point. The image of the sharp map is exactly the tangent directions to the leaves. Where the bracket is zero, the sharp map sends everything to the zero vector, and the leaf is a single point.
Worked example Beginner
Take the plane with coordinates and and the simplest non-zero bracket, . This is the standard phase plane of a particle: is position, is momentum.
The sharp map sends the one-form to a flow. The rule is that the flow attached to a function moves every other function at the rate . For we get and , so the flow of leaves fixed and pushes forward at unit speed. That flow is the motion in the -direction, the vector .
Do the same for : now and , so the flow leaves fixed and pushes backward. That flow is the vector .
What this tells us: the sharp map here is a rotation by a right angle, sending to and to . It is one-to-one, so it reaches every tangent direction, and the whole plane is a single symplectic leaf. The cotangent space and the tangent space are matched up perfectly by the bracket.
Check your understanding Beginner
Formal definition Intermediate+
Let be a Poisson manifold: a smooth manifold with a bivector field whose induced bracket on satisfies the Jacobi identity 05.02.02. Equivalently, is a Poisson bivector when , where is the Schouten-Nijenhuis bracket on multivector fields; here denotes the graded extension of the vector-field bracket to .
The sharp map is the bundle morphism
$$
\pi^\sharp : T^\ast M \to TM, \qquad \beta\big(\pi^\sharp(\alpha)\big) = \pi(\alpha, \beta),
$$
contracting with a one-form in its first slot. The Hamiltonian vector field of is , and 05.02.01.
The cotangent Lie algebroid of is the vector bundle equipped with anchor and the Koszul bracket on [Mackenzie Ch. III §3]: $$ [\alpha, \beta] ;=; \mathcal{L}{\pi^\sharp\alpha},\beta ;-; \mathcal{L}{\pi^\sharp\beta},\alpha ;-; d\big(\pi(\alpha, \beta)\big), $$ where is the Lie derivative along and the exterior derivative. On exact one-forms this reduces to $$ [df, dg] = d{f, g}, $$ so the differential intertwines the Poisson bracket on functions with the Koszul bracket on exact forms.
Two facts pin the definition down. First, is the anchor: applied to it returns , and is the derivation reading off the function-derivative term of the Leibniz rule 03.04.16. Second, the Koszul bracket is the unique extension of to all one-forms compatible with the Leibniz rule ; the three-term formula is what that extension forces.
Counterexamples to common slips
- A frequent slip is to define the bracket only by and hope -bilinearity extends it. It does not: the Leibniz term is non-zero, so the bracket is not tensorial, exactly as for any Lie algebroid with non-vanishing anchor.
- The bracket is not antisymmetric "by inspection" of the three-term formula; antisymmetry follows from and the identity once the Cartan calculus is unwound.
- The zero Poisson structure gives sharp map and bracket ; the cotangent algebroid degenerates to the bundle with zero anchor and zero bracket, every point its own leaf.
Key theorem with proof Intermediate+
Theorem (Koszul Jacobi equals Poisson Jacobi). Let carry a bivector , with , the bracket , and the Koszul bracket on extending by the Leibniz rule. Then is a Lie algebroid if and only if satisfies the Jacobi identity, i.e. iff is a Poisson bivector.
Proof. Antisymmetry and the Leibniz rule hold for the Koszul bracket independently of any integrability of , by direct Cartan-calculus computation; the content of the theorem is the Jacobi identity [Mackenzie Ch. III §3]. Write the Jacobiator of the Koszul bracket as .
Exact one-forms generate as a -module, and the Leibniz rule extends any bracket from exact generators to all one-forms in at most one way. So vanishes on all one-forms if and only if it vanishes on exact ones. Evaluate on . Since and is a chain map, $$ [df, [dg, dh]] = [df,, d{g,h}] = d{f, {g, h}}, $$ and cyclically. Adding the three terms, $$ J(df, dg, dh) = d\Big({f,{g,h}} + {g,{h,f}} + {h,{f,g}}\Big). $$ The argument of is the Poisson Jacobiator .
If satisfies Jacobi, then for all , so , and by the uniqueness of the Leibniz extension on ; the Koszul bracket is then a Lie bracket and the algebroid axioms hold. Conversely, suppose the Koszul bracket is a Lie bracket, so , hence for all . The Poisson Jacobiator is a derivation in each argument and vanishes whenever any argument is a constant; a derivation in each slot whose differential vanishes identically must itself vanish, because it is determined by its values on coordinate functions and those values are forced to zero by the derivation property together with . Therefore and satisfies Jacobi, equivalently .
Bridge. This equivalence builds toward the slogan that Poisson geometry is a chapter of Lie algebroid theory, and it appears again in the symplectic-groupoid story, where the global object integrating carries a symplectic form whose existence is governed by the same Jacobi condition. The foundational reason the sharp map is forced to be a Lie-algebra morphism into vector fields is exactly this theorem read through the anchor: . Putting these together, the single condition controls the bracket on functions, the bracket on one-forms, and the integrability of the manifold all at once.
Exercises Intermediate+
Lean formalization Intermediate+
lean_status: none — Mathlib has no Poisson bivector, no Schouten-Nijenhuis bracket on multivector fields, and so no expression of , nor any Lie-algebroid API in which to phrase the cotangent algebroid. The target statement is sketched below in pseudo-Lean to indicate the missing structure; it does not compile against current Mathlib, which is why no Lean module is declared.
-- Pseudo-Lean: target structure, not in Mathlib.
structure PoissonManifold (M : Type*) [SmoothManifold M] where
bivector : Section (Lambda2 (TangentBundle M))
integrable : schoutenBracket bivector bivector = 0 -- [π,π]_SN = 0
-- The cotangent algebroid built from a PoissonManifold:
def cotangentAlgebroid (P : PoissonManifold M) :
LieAlgebroid M (CotangentBundle M) where
anchor := sharp P.bivector -- π♯ : T*M → TM
bracket := koszulBracket P.bivector -- [α,β] = L_{π♯α}β − L_{π♯β}α − d(π(α,β))
-- Jacobi for koszulBracket ⇔ P.integrable (the load-bearing theorem)The first genuine obstacle is the graded Lie algebra of multivector fields: Mathlib lacks the Schouten-Nijenhuis bracket, on which both the integrability clause and the well-definedness of the Koszul bracket depend.
Advanced results Master
The symplectic foliation as the orbit foliation. The image distribution is spanned by the Hamiltonian vector fields . Since the anchor of a Lie algebroid is a bracket homomorphism, lies in the span, so the distribution is involutive in the generalised sense. Its maximal integral manifolds are the symplectic leaves, and on each leaf restricts to a non-degenerate Poisson structure, equivalently the inverse of a symplectic form. The leaves are the orbits of the cotangent algebroid in the sense of 03.04.16; where the rank of is locally constant they form a regular foliation, and across rank jumps a singular (Stefan-Sussmann) foliation [Weinstein 1983]. Weinstein's splitting theorem makes this local picture precise: near any point is locally a product of a symplectic factor of dimension equal to the rank of with a transverse Poisson factor whose bivector vanishes at the point.
The Lie-Poisson structure on . Let be a finite-dimensional Lie algebra and its dual. Linear functions on are elements of , and the Lie bracket of extends to a Poisson bracket by for , . The cotangent algebroid is the action algebroid of the coadjoint action of on : the anchor sends to the infinitesimal coadjoint generator , and the Koszul bracket on constant sections is the Lie bracket of . The symplectic leaves are exactly the coadjoint orbits 05.03.01, recovering the Kirillov-Kostant-Souriau symplectic structure. This is the transformation-algebroid description of Lie-Poisson geometry.
The symplectic manifold case. When is non-degenerate, is a symplectic manifold with , the sharp map is a bundle isomorphism, and the cotangent algebroid is isomorphic to the tangent algebroid via . There is a single symplectic leaf, all of , and the Koszul bracket transports to the vector-field bracket. The cotangent algebroid thus interpolates between (symplectic, full rank) and a bundle of abelian algebras (the zero Poisson structure, rank zero), with the rank of measuring how far the structure sits from symplectic.
Integration to a symplectic groupoid. The Lie functor sends a Lie groupoid to its Lie algebroid; the converse question for the cotangent algebroid is the integrability of the Poisson manifold. When integrates, it integrates to a special object: a symplectic groupoid , a Lie groupoid whose arrow space carries a symplectic form multiplicative with respect to the groupoid composition (the graph of multiplication is Lagrangian in ), and whose unit space inherits the original Poisson structure [Weinstein 1987]. The source-simply-connected such , when it exists, is unique. Coste, Dazord, and Weinstein, and independently Karasev, constructed the local symplectic groupoid for every Poisson manifold and showed the obstruction to globalising lies in the same monodromy phenomenon that obstructs Lie-algebroid integrability [Coste-Dazord-Weinstein 1987]. Crainic and Fernandes gave the precise criterion: a Poisson manifold is integrable if and only if its cotangent algebroid integrates, if and only if the monodromy groups of are locally uniformly discrete, the same condition as in the general integrability theorem 03.04.18 specialised to [Crainic-Fernandes 2004].
Synthesis. The cotangent algebroid is the foundational reason Poisson geometry is a special chapter of Lie algebroid theory: a Poisson structure is exactly a Lie-algebroid structure on whose anchor is the sharp map and whose bracket is the Koszul bracket, and the single condition is what makes that structure a genuine algebroid. This is exactly the statement that the Jacobi identity for the Poisson bracket coincides with the Jacobi identity for the Koszul bracket, which putting these together with the bracket-homomorphism property of the anchor forces the Hamiltonian assignment to be a Lie-algebra morphism. The anchor image is the symplectic foliation, so the rank of identifies the leaf dimension with the algebroid orbit dimension, and the cotangent algebroid generalises the tangent algebroid in the symplectic case while degenerating to a bundle of abelian Lie algebras for the zero Poisson structure. Globally, the cotangent algebroid is dual to a symplectic groupoid: integrating produces the source-simply-connected symplectic groupoid , and the Crainic-Fernandes monodromy criterion specialised from 03.04.18 decides when that integration exists, so the entire integrability theory of Poisson manifolds is the integrability theory of one canonical Lie algebroid.
Full proof set Master
Proposition (Anchor recovers the Hamiltonian flow and the symplectic foliation is involutive). Let be a Poisson manifold with cotangent algebroid . Then , the distribution is spanned by Hamiltonian vector fields and is involutive, and its integral leaves carry a non-degenerate restriction of .
Proof. By definition when , so as a derivation. The values span , and every such value is a value of some because exact forms span pointwise. The anchor of a Lie algebroid is a bracket homomorphism 03.04.16, so lies in the span of Hamiltonian fields, hence in ; thus is closed under the vector-field bracket of its spanning fields, i.e. involutive in the Stefan-Sussmann sense. On the integral leaf through , , and induces a non-degenerate antisymmetric form on , so restricts to a non-degenerate Poisson structure on , equivalently the inverse of a symplectic form on .
Proposition (Lie-Poisson cotangent algebroid is the coadjoint action algebroid). Let be a finite-dimensional Lie algebra with Lie-Poisson structure on . Then the cotangent algebroid is isomorphic, as a Lie algebroid, to the action algebroid of the coadjoint action, and its symplectic leaves are the coadjoint orbits.
Proof. Identify using that is a vector space, so a covector at is an element of . Under this identification, the differential of the linear function is the constant section . The sharp map sends to , where for linear , ; thus , the infinitesimal coadjoint generator, which is exactly the anchor of the coadjoint action algebroid. On constant sections the Koszul bracket gives , so the bracket of constant sections is the Lie bracket of , matching the action-algebroid bracket. The two algebroids therefore agree, and the orbits of the action algebroid are the coadjoint orbits, which are consequently the symplectic leaves 05.03.01.
Proposition (Integrability of equals integrability of ). A Poisson manifold admits a source-simply-connected symplectic groupoid if and only if its cotangent Lie algebroid is integrable as a Lie algebroid, and the symplectic groupoid is then the source-simply-connected integration of .
Proof. If is a symplectic groupoid integrating , its Lie algebroid is canonically isomorphic to with the cotangent algebroid structure: the multiplicative symplectic form identifies with via , and under this identification the algebroid anchor and bracket are and the Koszul bracket [Coste-Dazord-Weinstein 1987]. Hence is integrable, and the source-simply-connected realises its source-simply-connected integration (unique by Lie I for algebroids 03.04.18). Conversely, if is integrable, its source-simply-connected integration (the Weinstein groupoid of cotangent -paths modulo homotopy) carries a canonical multiplicative symplectic form, constructed by Cattaneo-Felder as the symplectic reduction of an infinite-dimensional path space; thus is a symplectic groupoid integrating . By the general criterion 03.04.18, is integrable if and only if its monodromy groups are locally uniformly discrete, which is the Crainic-Fernandes Poisson-integrability criterion [Crainic-Fernandes 2004].
Connections Master
A Lie algebroid 03.04.16 is the genus of which the cotangent algebroid is a species: the anchor-bracket-Leibniz data specialise here to , anchor , and the Koszul bracket. The bracket-homomorphism property of the general anchor becomes the statement , and the orbit foliation of the general theory becomes the symplectic foliation. Every structural theorem about algebroid orbits applies verbatim to symplectic leaves.
The Poisson bracket and Poisson manifold 05.02.02 are the base datum: the Jacobi identity of the bracket is precisely the integrability that makes the Koszul bracket a Lie bracket. The Hamiltonian vector field 05.02.01 is the anchor image of an exact one-form, , so the dynamics generated by the Poisson bracket is the dynamics read off by the cotangent-algebroid anchor.
The integrability theory of Lie algebroids 03.04.18 specialises to the integrability of Poisson manifolds when : the monodromy criterion of Crainic-Fernandes decides exactly when integrates to a symplectic groupoid. The Weinstein-groupoid construction of cotangent -paths modulo homotopy is the path-space model whose smoothness is governed by the same monodromy groups.
The coadjoint orbit 05.03.01 is the symplectic leaf of the Lie-Poisson structure on , whose cotangent algebroid is the action algebroid of the coadjoint action. The Kirillov-Kostant-Souriau symplectic form on a coadjoint orbit is the leafwise symplectic form of this Poisson structure, tying the representation-theoretic orbit method to the algebroid orbit foliation.
The symplectic manifold 05.01.02 is the full-rank extreme: a non-degenerate makes a bundle isomorphism , so the cotangent algebroid is isomorphic to the tangent algebroid and the unique leaf is all of . The symplectic groupoid integrating it is the (source-simply-connected) fundamental groupoid carrying the difference of pulled-back symplectic forms.
Historical & philosophical context Master
The local structure of Poisson manifolds — the splitting theorem and the symplectic foliation — was established by Alan Weinstein in 1983, who showed that every Poisson manifold is locally a product of a symplectic factor and a transverse Poisson factor vanishing at the centre point [Weinstein 1983]. The recognition that carries a Lie algebroid structure with anchor the sharp map and Koszul bracket emerged from this circle, the Koszul bracket itself going back to Jean-Louis Koszul's work on the Schouten-Nijenhuis calculus; the standard algebroid treatment is fixed in Mackenzie's monograph [Mackenzie Ch. III §3].
The global integration was the deeper discovery. Weinstein introduced symplectic groupoids in 1987 as the global objects whose infinitesimal counterpart is a Poisson manifold, proposing them as the arena for a geometric quantisation of Poisson structures [Weinstein 1987]. Marius Karasev independently arrived at the same notion through the study of nonlinear Poisson brackets and asymptotic quantisation, and Pierre Dazord, Alan Weinstein, and collaborators constructed the local symplectic groupoid for an arbitrary Poisson manifold [Coste-Dazord-Weinstein 1987]. The obstruction to globalising the local groupoid remained open until Marius Crainic and Rui Loja Fernandes settled the general Lie-algebroid integrability problem in 2003 and applied it to the cotangent algebroid in 2004, giving the exact monodromy criterion for a Poisson manifold to admit a symplectic groupoid [Crainic-Fernandes 2004].
Bibliography Master
@book{mackenzie2005,
author = {Mackenzie, Kirill C. H.},
title = {General Theory of Lie Groupoids and Lie Algebroids},
series = {London Mathematical Society Lecture Note Series},
volume = {213},
publisher = {Cambridge University Press},
year = {2005}
}
@article{weinstein1983,
author = {Weinstein, Alan},
title = {The local structure of Poisson manifolds},
journal = {Journal of Differential Geometry},
volume = {18},
number = {3},
pages = {523--557},
year = {1983}
}
@article{weinstein1987,
author = {Weinstein, Alan},
title = {Symplectic groupoids and Poisson manifolds},
journal = {Bulletin of the American Mathematical Society},
volume = {16},
number = {1},
pages = {101--104},
year = {1987}
}
@article{cdw1987,
author = {Coste, Alberto and Dazord, Pierre and Weinstein, Alan},
title = {Groupo\"ides symplectiques},
journal = {Publications du D\'epartement de Math\'ematiques, Universit\'e Claude Bernard Lyon I},
volume = {2A},
pages = {1--62},
year = {1987}
}
@article{karasev1987,
author = {Karasev, Mikhail V.},
title = {Analogues of objects of the theory of Lie groups for nonlinear Poisson brackets},
journal = {Mathematics of the USSR-Izvestiya},
volume = {28},
number = {3},
pages = {497--527},
year = {1987}
}
@article{crainic-fernandes2004,
author = {Crainic, Marius and Fernandes, Rui Loja},
title = {Integrability of Poisson brackets},
journal = {Journal of Differential Geometry},
volume = {66},
number = {1},
pages = {71--137},
year = {2004}
}
@article{crainic-fernandes2003,
author = {Crainic, Marius and Fernandes, Rui Loja},
title = {Integrability of Lie brackets},
journal = {Annals of Mathematics},
volume = {157},
number = {2},
pages = {575--620},
year = {2003}
}Cotangent algebroid of a Poisson manifold — the Lie algebroid with anchor the sharp map and Koszul bracket on one-forms; its Jacobi identity is the Poisson Jacobi identity, its orbits are the symplectic leaves, and its global integration is the symplectic groupoid.