Documentation

Atlas.GeometryOfManifolds.code.SymplecticManifoldMathlib

The wedge product $\omega \wedge \eta$ of two scalar-valued alternating forms, producing an alternating $(m + k)$-form on $E$.

Instances For

    The $n$-th wedge power $\omega^{\wedge n} = \underbrace{\omega \wedge \cdots \wedge \omega}_{n}$ of a $2$-form, yielding a $2n$-form.

    Instances For

      A symplectic manifold of dimension $2n$: a $2$-form $\omega$ on $E$ that is closed ($d\omega = 0$) and nondegenerate (the top wedge $\omega^n$ is a volume form).

      Instances For

        The musical isomorphism $\flat : T_xE \to T^*_xE$ at $x$, sending $v$ to $\omega_x(v, \cdot)$.

        Instances For
          theorem SymplecticGeometry.SymplecticManifold.map_perm {n : } {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (S : SymplecticManifold n E) (x : E) (v : Fin 2E) (σ : Equiv.Perm (Fin 2)) :
          (S.ω x) (v σ) = Equiv.Perm.sign σ (S.ω x) v

          Antisymmetry of $\omega_x$: permuting inputs by $\sigma$ multiplies by $\mathrm{sgn}(\sigma)$.

          A symplectic form is closed: $d\omega = 0$ at every point $x$.

          Nondegeneracy: the top wedge power $\omega_x^n$ is nonzero at every $x$.