Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions PhyslibAlpha.lean
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ public import PhyslibAlpha.SpaceAndTime.Space.Surfaces.SphericalCylinder
public import PhyslibAlpha.SpaceAndTime.Space.Surfaces.SolidCylinder
public import PhyslibAlpha.SpaceAndTime.Space.Surfaces.SolidSphere
public import PhyslibAlpha.SpaceAndTime.Space.Surfaces.SphericalShell
public import PhyslibAlpha.ClassicalMechanics.MomentMap
public import PhyslibAlpha.ClassicalMechanics.MomentMapCohomology
public import PhyslibAlpha.ClassicalMechanics.MomentMap.Basic
public import PhyslibAlpha.ClassicalMechanics.MomentMap.Cohomology
public import PhyslibAlpha.ClassicalMechanics.MomentMap.GalileanMass
public import PhyslibAlpha.ClassicalMechanics.NortonDome.Basic
public import PhyslibAlpha.ClassicalMechanics.NortonDome.Determinism
public import PhyslibAlpha.ClassicalMechanics.NortonDome.NewtonianSystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors: Philippe Kevorkian
-/
module

public import PhyslibAlpha.ClassicalMechanics.MomentMap
public import PhyslibAlpha.ClassicalMechanics.MomentMap.Basic
public import Mathlib.RepresentationTheory.Homological.GroupCohomology.LowDegree
/-!

Expand All @@ -25,7 +25,7 @@ group `Sp(E) ⋉ E` of a real symplectic vector space `E`, acting by `x ↦ B x
`moment` of (11.7): the defect `θ(a)` does not depend on `x` and equals `μ(C)` (a computation here,
not a consequence of connectedness), `θ` is a 1-cocycle of the coadjoint action, its derivative
at the identity along a curve is the Lie algebra cocycle of
`PhyslibAlpha.ClassicalMechanics.MomentMap`, and its cohomology class is not zero. It does NOT
`PhyslibAlpha.ClassicalMechanics.MomentMap.Basic`, and its cohomology class is not zero. It does NOT
prove (11.18), (11.20) or (11.21): by (11.21) the non-zero class means that no potential of `σ` is
invariant under this group, but that implication is Souriau's and is not formalised here.

Expand Down
Loading
Loading