Documentation

Atlas.GeometryOfManifolds.code.HodgeStarMathlib

def HodgeStarMathlib.SmoothForm (n : ) (M : Type u_1) [TopologicalSpace M] (k : ) :
Type u_1

A smooth complex-valued $k$-form on $M$ modelled on $\mathbb{C}^n$: a pointwise alternating $\mathbb{C}$-multilinear $k$-form on $\mathbb{C}^n$.

Instances For
    @[implicit_reducible]
    noncomputable instance HodgeStarMathlib.instAddCommGroupSmoothForm {n : } {M : Type u_1} [TopologicalSpace M] {k : } :

    Pointwise additive group structure on smooth $k$-forms.

    @[implicit_reducible]
    noncomputable instance HodgeStarMathlib.instModuleSmoothForm {n : } {M : Type u_1} [TopologicalSpace M] {k : } :

    Pointwise $\mathbb{C}$-module structure on smooth $k$-forms.

    noncomputable def HodgeStarMathlib.integrateScalar {M : Type u_1} [MeasurableSpace M] (μ : MeasureTheory.Measure M) (f : M) :

    Bochner integral $\int_M f \, d\mu$ of a complex-valued function against a measure $\mu$.

    Instances For
      noncomputable def HodgeStarMathlib.wedgeProduct {n : } {M : Type u_1} [TopologicalSpace M] {k l : } :
      SmoothForm n M kSmoothForm n M lSmoothForm n M (k + l)

      Wedge product of smooth forms: $\alpha \wedge \beta$ takes a $k$-form and an $l$-form to a $(k+l)$-form.

      Instances For
        noncomputable def HodgeStarMathlib.hodgeStar {n : } {M : Type u_1} [TopologicalSpace M] {k : } :
        SmoothForm n M kSmoothForm n M (2 * n - k)

        Hodge star operator $\ast : \Omega^k \to \Omega^{2n-k}$ on smooth forms on an $n$-complex- dimensional (real $2n$) manifold. On Kähler manifolds it restricts to $\bigwedge^{p,q} \to \bigwedge^{n-q, n-p}$.

        Instances For
          noncomputable def HodgeStarMathlib.conjForm {n : } {M : Type u_1} [TopologicalSpace M] {k : } :
          SmoothForm n M kSmoothForm n M k

          Pointwise complex conjugation $\bar{\alpha}$ of a smooth $k$-form.

          Instances For
            noncomputable def HodgeStarMathlib.L2InnerProduct {n : } {M : Type u_1} [TopologicalSpace M] [MeasurableSpace M] {k : } (μ : MeasureTheory.Measure M) (α β : SmoothForm n M k) :

            $L^2$ inner product of smooth $k$-forms: $\langle \alpha, \beta \rangle = \int_M \alpha \wedge \ast \bar{\beta}$.

            Instances For
              noncomputable def HodgeStarMathlib.extD {n : } {M : Type u_1} [TopologicalSpace M] [ChartedSpace (EuclideanSpace (Fin n)) M] [IsManifold (modelWithCornersSelf (EuclideanSpace (Fin n))) M] {k : } :
              SmoothForm n M kSmoothForm n M (k + 1)

              Exterior derivative $d : \Omega^k \to \Omega^{k+1}$ on smooth complex forms.

              Instances For

                Codifferential $d^\ast : \Omega^{k+1} \to \Omega^k$, the formal $L^2$-adjoint of $d$.

                Instances For

                  Hodge–de Rham Laplacian $\Delta = d d^\ast + d^\ast d$ acting on $k$-forms.

                  Instances For

                    The Laplacian annihilates the zero form: $\Delta 0 = 0$.

                    A $k$-form $\alpha$ is harmonic iff $\Delta \alpha = 0$.

                    Instances For
                      theorem HodgeStarMathlib.hodge_decomposition {n : } {M : Type u_1} [TopologicalSpace M] [ChartedSpace (EuclideanSpace (Fin n)) M] [IsManifold (modelWithCornersSelf (EuclideanSpace (Fin n))) M] [CompactSpace M] [MeasurableSpace M] {k : } (α : SmoothForm n M (k + 1)) :
                      ∃ (h : SmoothForm n M (k + 1)) (β : SmoothForm n M k) (γ : SmoothForm n M (k + 1 + 1)), IsHarmonicForm h α = h + extD β + codifferential γ

                      Hodge decomposition: on a compact complex manifold, every smooth $(k+1)$-form decomposes uniquely as $\alpha = h + d\beta + d^\ast \gamma$ with $h$ harmonic.