Documentation

Atlas.GeometryOfManifolds.code.AdvancedKahlerMathlib

structure CompactKahlerManifold (n : ) :
Type (u_1 + 1)

A compact (nonempty) Kähler manifold of complex dimension $n$, abstractly bundled with its topology and the assumption of compactness.

Instances For

    Hodge / bidegree decomposition data for a compact Kähler manifold: $$b_k = \sum_{p+q=k} h^{p,q}, \qquad h^{p,q} = h^{q,p}, \qquad h^{p,q} = h^{n-q,\,n-p}.$$ The first identity is the Hodge decomposition, the second is complex conjugation symmetry, and the third is Serre / Hodge $\star$ duality.

    Instances For

      The "advanced Kähler property": $M$ carries some bidegree decomposition data. A marker proposition asserting the existence of Hodge data on $M$.

      Instances For
        theorem compact_kahler_odd_betti_even_mathlib {n : } {M : CompactKahlerManifold n} (bd : BidegreeDecomposition n M) (k : ) (hk : k % 2 = 1) :
        ∃ (m : ), bd.betti k = 2 * m

        Odd Betti numbers of a compact Kähler manifold are even. Using the Hodge decomposition $b_k = \sum_{p+q=k} h^{p,q}$ and the conjugation symmetry $h^{p,q} = h^{q,p}$, pairing $(p, k-p)$ with $(k-p, p)$ shows $b_{2j+1}$ is even.