The space $\Omega^k(\mathbb{R}^n)$ of (continuous) differential $k$-forms on Euclidean $n$-space, modelled as maps from points to continuous alternating $k$-linear forms.
Instances For
Pointwise additive group structure on $k$-forms.
Axiomatic $L^2$ inner product on differential forms of each degree, satisfying positivity, symmetry, and bilinearity.
Instances For
Mathlib Inner instance built from the axiomatic $L^2$ inner product.
Instances For
Build a PreInnerProductSpace.Core from an L2InnerProduct, giving access to Mathlib's
inner-product-space machinery.
Instances For
The seminormed group structure on $\Omega^k$ induced by the $L^2$ inner product.
Instances For
The Mathlib InnerProductSpace structure on $\Omega^k$ induced by the $L^2$ inner product.
Instances For
Compatibility: the explicit ip.inner equals the Mathlib-derived Inner.inner.
Axiomatic Dolbeault data: the operators $\bar\partial$, its formal adjoint $\bar\partial^*$, and the $\bar\partial$-Laplacian $\bar\square = \bar\partial \bar\partial^* + \bar\partial^* \bar\partial$, satisfying $\bar\partial^2 = 0$ and linearity.
- box_bar_eq {k : ℕ} (α : DiffForm n (k + 1)) : self.box_bar α = self.delbar (self.delbar_star α) + self.delbar_star (self.delbar α)
- delbar_star_add {k : ℕ} (α β : DiffForm n (k + 1)) : self.delbar_star (α + β) = self.delbar_star α + self.delbar_star β
- delbar_star_smul {k : ℕ} (r : ℝ) (α : DiffForm n (k + 1)) : self.delbar_star (r • α) = r • self.delbar_star α
Instances For
The adjointness relation $\langle \bar\partial \alpha, \beta \rangle = \langle \alpha, \bar\partial^* \beta \rangle$ between $\bar\partial$ and $\bar\partial^*$.
Instances For
A $\bar\square$-harmonic form is $\bar\partial$-closed: $\bar\square h = 0 \Rightarrow \bar\partial h = 0$.
A $\bar\square$-harmonic form is annihilated by $\bar\partial^*$: $\bar\square h = 0 \Rightarrow \bar\partial^* h = 0$.
Uniqueness of the harmonic representative: if $h_1 + \bar\partial a = h_2 + \bar\partial b$ with $h_1, h_2$ both $\bar\square$-harmonic, then $h_1 = h_2$.
Existence in Hodge–Dolbeault decomposition: every $\bar\partial$-closed form $\alpha$ has a decomposition $\alpha = h + \bar\partial \beta$ with $h$ harmonic ($\bar\square h = 0$).
Dolbeault cohomology is isomorphic to harmonic forms: $H^{p,q}_{\bar\partial}(M) \cong \mathcal{H}^{p,q}_{\bar\square}$ — existence and uniqueness of harmonic representative, harmonic implies $\bar\partial$-closed, and trivial-coboundary witness.