Documentation

AxiomaticGW.CohFT.Ancestors

Ancestor correlators #

Ancestor correlators multiply a CohFT class by powers of stable-curve psi classes and integrate the resulting class.

def AxiomaticGW.CohFT.multiplyPsi {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) :
(C.H g S).carrier →ₗ[R] (C.H g S).carrier

Multiplication by a fixed stable-curve psi monomial.

Equations
Instances For
    def AxiomaticGW.CohFT.ancestor {R V : Type u} [CommRing R] [Algebra R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {C : StableCurveCohomology R} (Ω : CohFT R V C) (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) :
    MultilinearMap R (fun (x : S) => V) R

    Numerical ancestor correlator with cotangent powers k.

    Equations
    Instances For
      @[simp]
      theorem AxiomaticGW.CohFT.ancestor_apply {R V : Type u} [CommRing R] [Algebra R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {C : StableCurveCohomology R} (Ω : CohFT R V C) (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) (a : SV) :
      (Ω.ancestor P I g S h k) a = (I.integrate g S h) ((Ω.omega g S h) a * P.monomial g S h k)
      theorem AxiomaticGW.CohFT.ancestor_zero_apply {R V : Type u} [CommRing R] [Algebra R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {C : StableCurveCohomology R} (Ω : CohFT R V C) (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (a : SV) :
      (Ω.ancestor P I g S h fun (x : S) => 0) a = (I.integrate g S h) ((Ω.omega g S h) a)
      theorem AxiomaticGW.CohFT.ancestor_domDomCongr {R V : Type u} [CommRing R] [Algebra R] [AddCommGroup V] [Module R V] [Module.Free R V] [Module.Finite R V] {C : StableCurveCohomology R} (Ω : CohFT R V C) (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S T : Type) [Fintype S] [Fintype T] (hS : StableArity g S) (hT : StableArity g T) (e : S T) (k : S) :
      MultilinearMap.domDomCongr e (Ω.ancestor P I g S hS k) = Ω.ancestor P I g T hT fun (t : T) => k (e.symm t)

      Ancestor correlators are invariant under simultaneous relabelling of markings, insertion powers, and state-space inputs.

      The constant target has zero cotangent-line classes.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Integration in the constant target is the identity exactly in complex dimension zero and is zero otherwise.

        Equations
        Instances For

          Top-degree integration for the constant stable-curve target.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Forgetful pushforward in the constant model is zero: its source has one more complex dimension while the model has no positive-degree classes.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              The constant model has no rational-tail divisor and satisfies the forgetful psi formula trivially.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                In the constant model, the zero-power genus-zero three-point ancestor is the original topological correlator.