Documentation

Atlas.GeometryOfManifolds.code.DonaldsonHolomorphicApprox

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

Data of a compact Kähler manifold of complex dimension $n$: an underlying metric/charted space $M$ with symplectic form $\omega$, almost complex structure $J$ satisfying $J^2 = -\mathrm{id}$, compatible Riemannian metric $g(v,w) = \omega(v, Jw)$, and a symplectic volume satisfying the integrality condition $\mathrm{vol} = (2\pi)^n N$ for some $N \in \mathbb{N}_{>0}$.

Instances For
    structure SectionFamily {n : } (D : CompactKahlerData n) :
    Type u_1

    A family of complex-valued sections $\sigma_{k,p}(q)$ indexed by $k \in \mathbb{N}$ and base points $p \in M$, evaluated at $q \in M$.

    Instances For
      structure WeightedCrNorm {n : } (D : CompactKahlerData n) :
      Type u_1

      A family of weighted $C^r$ norms $\|\cdot\|_{C^r_k}$ on complex-valued functions on $M$, scaled according to the parameter $k$ controlling the local length scale $k^{-1/2}$.

      Instances For
        structure L2Norm {n : } (D : CompactKahlerData n) :
        Type u_1

        An $L^2$ norm $\|\cdot\|_{L^2}$ on complex-valued functions on $M$.

        Instances For
          structure DelbarOp {n : } (D : CompactKahlerData n) :
          Type u_1

          The Dolbeault operator $\bar\partial$ acting on complex-valued functions on $M$.

          Instances For
            theorem donaldson_holomorphic_approximation_exp_bound {n : } (D : CompactKahlerData n) (wcr : WeightedCrNorm D) (l2 : L2Norm D) (dol : DelbarOp D) (fam : SectionFamily D) (h_delbar_decay : ∃ (C_delbar : ) (lam_delbar : ), C_delbar > 0 lam_delbar > 0 ∀ (k : ) (p : D.M), l2.l2 (dol.delbar (fam.section_ k p)) C_delbar * Real.exp (-lam_delbar * k / 3)) (h_green : ∃ (fam' : SectionFamily D), (∀ (k : ) (p : D.M), dol.delbar (fam'.section_ k p) = 0) ∀ (r : ), C_r > 0, ∀ (k : ) (p : D.M), (wcr.wnorm k r fun (q : D.M) => fam.section_ k p q - fam'.section_ k p q) C_r * l2.l2 (dol.delbar (fam.section_ k p))) :
            ∃ (fam' : SectionFamily D), (∀ (k : ) (p : D.M), dol.delbar (fam'.section_ k p) = 0) lam > 0, ∀ (r : ), C_r > 0, ∀ (k : ) (p : D.M), (wcr.wnorm k r fun (q : D.M) => fam.section_ k p q - fam'.section_ k p q) C_r * Real.exp (-lam * k / 3)

            Donaldson's holomorphic approximation theorem (exponential bound version). Given a family of almost-holomorphic sections $\sigma_{k,p}$ with $\|\bar\partial \sigma_{k,p}\|_{L^2} \leq C_{\bar\partial} \exp(-\lambda_{\bar\partial} k / 3)$ and a Green's-function correction producing holomorphic sections $\tilde\sigma_{k,p}$ with $\|\sigma_{k,p} - \tilde\sigma_{k,p}\|_{C^r_k} \lesssim \|\bar\partial \sigma_{k,p}\|_{L^2}$, the difference itself decays exponentially: $\sup_q |\sigma_{k,p}(q) - \tilde\sigma_{k,p}(q)| \leq O(\exp(-\lambda k^{1/3}))$.