Documentation

Atlas.GeometryOfManifolds.code.KahlerManifolds

structure SymplecticFormOnMfd {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] (I : ModelWithCorners E H) (M : Type u_3) [TopologicalSpace M] [ChartedSpace H M] :
Type (max u_1 u_3)

A symplectic form on a manifold: a smoothly varying nondegenerate antisymmetric bilinear form $\omega_x$ on each tangent space $T_x M$.

Instances For
    noncomputable def nijenhuisTensorField {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [IsManifold I M] (Jstr : AlmostComplexStructure I M) (U V : (x : M) → TangentSpace I x) (x : M) :

    The Nijenhuis tensor field of an almost complex structure $J$: $N_J(U,V) = [JU, JV] - J[U, JV] - J[JU, V] - [U, V]$.

    Instances For

      An almost complex structure is integrable (i.e., a complex structure) when its Nijenhuis tensor vanishes identically.

      Instances For

        $J$ is compatible with $\omega$: $\omega(JU, JV) = \omega(U, V)$ and $\omega(u, Ju) > 0$ for $u \ne 0$ (taming).

        Instances For
          structure KahlerStructure {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] (I : ModelWithCorners E H) (M : Type u_4) [TopologicalSpace M] [ChartedSpace H M] [IsManifold I M] :
          Type (max u_1 u_4)

          A Kähler structure on $M$: a symplectic form $\omega$ and an integrable almost complex structure $J$ that are compatible.

          Instances For
            structure NijenhuisTensor {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (J : AlmostComplexStr) :
            Type u_2

            The Nijenhuis tensor of an almost complex structure $J$, packaged as a bilinear vector-field-valued operation $N(U, V)$ that is antisymmetric on $1$-forms.

            Instances For
              structure IsNijenhuisOf {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] [hbr : HasLieBracket Ω VF] (J : AlmostComplexStr) (nij : NijenhuisTensor J) :

              nij represents the Nijenhuis tensor of $J$, i.e. it equals $[JX, JY] - J[JX, Y] - J[X, JY] - [X, Y]$ as evaluated on $1$-forms.

              Instances For
                structure IsIntegrable {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (J : AlmostComplexStr) (nij : NijenhuisTensor J) :

                The almost complex structure $J$ is integrable when its Nijenhuis tensor vanishes when paired with any $1$-form.

                Instances For
                  structure IsKahler {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] [HasLieBracket Ω VF] (S : SymplecticManifold Ω VF) (J : AlmostComplexStr) :

                  A symplectic manifold $(M, \omega)$ together with $J$ is Kähler when $J$ is an integrable almost complex structure compatible with $\omega$.

                  Instances For
                    structure DolbeaultOps {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] :
                    Type u_1

                    The Dolbeault operators $\partial$ and $\bar\partial$ on a complex manifold, satisfying $d = \partial + \bar\partial$, $\partial^2 = 0$, $\bar\partial^2 = 0$.

                    Instances For
                      class IsStrictlyPlurisubharmonic {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (dol : DolbeaultOps) (φ : Ω 0) :

                      A function $\varphi$ is strictly plurisubharmonic when the $(1,1)$-form $\partial\bar\partial\varphi$ is nondegenerate as a pairing on vector fields.

                      Instances
                        theorem DifferentialFormSpace.ι_sub {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (X : VF) {p : } (a b : Ω (p + 1)) :
                        ι X (a - b) = ι X a - ι X b

                        Interior product distributes over subtraction: $\iota_X(a - b) = \iota_X a - \iota_X b$.

                        theorem DifferentialFormSpace.d_neg_zero {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (f : Ω 0) :
                        d VF (-f) = -d VF f

                        The exterior derivative on $0$-forms commutes with negation: $d(-f) = -df$.

                        theorem DifferentialFormSpace.ι_neg {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (X : VF) {p : } (g : Ω (p + 1)) :
                        ι X (-g) = -ι X g

                        Interior product commutes with negation: $\iota_X(-g) = -\iota_X g$.

                        Raw form of the key identity: a particular combination of $\iota_X\iota_Y(d\alpha)$ and $\iota_X\iota_Y(d\beta)$ equals $\iota_{N(u,v)}\alpha$, expressing $d|_{(2,0)}$ as the Nijenhuis dual.

                        structure Form01 {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (J : AlmostComplexStr) :
                        Type u_1

                        A $(0,1)$-form represented by real and imaginary $1$-forms $(\mathrm{re}, \mathrm{im})$ satisfying the type condition $\iota_X \mathrm{im} = \iota_{JX} \mathrm{re}$.

                        Instances For
                          def dForm_20_proj {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (J : AlmostComplexStr) (f : Form01 J) (u v : VF) :
                          Ω 0

                          The real part of the $(2,0)$-projection of $df$ for a $(0,1)$-form $f$, evaluated on a pair of vector fields $(u, v)$.

                          Instances For
                            def dForm_20_proj_im {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] (J : AlmostComplexStr) (f : Form01 J) (u v : VF) :
                            Ω 0

                            The imaginary part of the $(2,0)$-projection of $df$ for a $(0,1)$-form $f$, evaluated on a pair of vector fields $(u, v)$.

                            Instances For
                              def nijenhuis_dual_eval {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] {J : AlmostComplexStr} (nij : NijenhuisTensor J) (f : Form01 J) (u v : VF) :
                              Ω 0

                              Evaluation of the Nijenhuis dual on the real part of $f$: $\iota_{N(u,v)} f_{\mathrm{re}}$.

                              Instances For
                                def nijenhuis_dual_eval_im {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] {J : AlmostComplexStr} (nij : NijenhuisTensor J) (f : Form01 J) (u v : VF) :
                                Ω 0

                                Evaluation of the Nijenhuis dual on the imaginary part of $f$: $\iota_{N(u,v)} f_{\mathrm{im}}$.

                                Instances For
                                  theorem nijenhuis_dual_eq_dForm_20_proj_re {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] [hbr : HasLieBracket Ω VF] (J : AlmostComplexStr) (nij : NijenhuisTensor J) (h : IsNijenhuisOf J nij) (f : Form01 J) (u v : VF) :

                                  For a $(0,1)$-form $f$, the real part of the $(2,0)$-projection of $df$ equals the Nijenhuis dual evaluation on $f_{\mathrm{re}}$.

                                  Raw form of the imaginary identity expressing the $(2,0)$-projection in terms of $\iota_{J\,N(u,v)}\alpha$.

                                  theorem nijenhuis_dual_eq_dForm_20_proj_im {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] [hbr : HasLieBracket Ω VF] (J : AlmostComplexStr) (nij : NijenhuisTensor J) (h : IsNijenhuisOf J nij) (f : Form01 J) (u v : VF) :

                                  The imaginary part of the $(2,0)$-projection of $df$ equals the Nijenhuis dual evaluation on $f_{\mathrm{im}}$.

                                  theorem nijenhuis_dual_map_is_d_20_typed {Ω : Type u_1} {VF : Type u_2} [inst : DifferentialFormSpace Ω VF] [HasLieBracket Ω VF] (J : AlmostComplexStr) (nij : NijenhuisTensor J) (h : IsNijenhuisOf J nij) (f : Form01 J) (u v : VF) :

                                  Typed version: the Nijenhuis dual map equals the $(2,0)$-projection of $d$ on a $(0,1)$-form.