@[implicit_reducible]
Each degree of polynomial forms on $\mathbb{R}^2$ inherits an additive commutative group.
theorem
pderiv_comm_poly
(i j : Fin 2)
(f : Poly2)
:
(MvPolynomial.pderiv i) ((MvPolynomial.pderiv j) f) = (MvPolynomial.pderiv j) ((MvPolynomial.pderiv i) f)
Commutativity of partial derivatives on $\mathbb{R}[x_0, x_1]$: $\partial_i \partial_j f = \partial_j \partial_i f$.
@[implicit_reducible]
Polynomial forms on $\mathbb{R}^2$ assemble into a DifferentialFormSpace, giving a
two-dimensional scaffolding (DFS) for the local model of a symplectic surface.
The standard symplectic structure on $\mathbb{R}^2$: the constant area form $\omega = 1 \in \Omega^2$, which is closed and nondegenerate.
Instances For
Hodge star operator on polynomial forms on $\mathbb{R}^2$: $\star f = f$ on $0$- and $2$-forms, and $\star(f\, dx + g\, dy) = -g\, dx + f\, dy$ on $1$-forms.