Documentation

Atlas.GeometryOfManifolds.code.Symp2TangentSpaces

noncomputable def symp2StdJ :

The standard almost-complex structure $J$ on the $2$-dimensional symplectic model: $J(a, b) = (-b, a)$, modeling multiplication by $i$.

Instances For
    theorem symp2StdJ_sq (X : Symp2VF) :

    $J^2 = -\mathrm{Id}$: applying the standard $J$ twice negates both components.

    theorem symp2_iota_neg_components (a b : Poly2) (α : Symp2Ω 1) :

    The interior product $\iota$ on the $2$D symplectic model is linear under negation of its vector-field components: $\iota_{(-a, -b)} \alpha = -\iota_{(a, b)} \alpha$.

    The lifted $J$ on the differential-form-space level satisfies $\iota_{J^2 X} = -\iota_X$, i.e. the action of $J^2$ on $1$-forms is multiplication by $-1$.

    $J$ preserves the symplectic form: $\omega(JX, JY) = \omega(X, Y)$ in the $2$-dimensional model, expressed via the lifted interior product.

    Taming: the map $v \mapsto \iota_{Jv} \omega$ is injective, equivalently the bilinear form $g(X, Y) = \omega(X, JY)$ is nondegenerate. This is the analytic content of $J$ taming the symplectic form.

    @[implicit_reducible]

    The $2$-dimensional symplectic model carries a HasTangentSpaces instance: the model manifold is taken to be Empty (it serves only as a tangent-space scaffolding), while the linear-algebra data (standard $J$, $J^2 = -1$, $J$ preserving $\omega$, taming) is provided by the lemmas above.