Documentation

AxiomaticGW.PointTarget.Descendants

The point target and intersections on stable-curve moduli #

For a point target the state space is the coefficient ring, the primary class is the unit class, and ancestors are exactly psi-class intersection numbers on Mbar(g,S). The final definition states the all-genus DVV recursion as the additional tautological relation that a geometric stable-curve model must prove; it is not derivable from the primitive psi pullback rules alone.

noncomputable def AxiomaticGW.PointTarget.primaryClass {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (g : ) (S : Type) [Fintype S] (_h : StableArity g S) :
MultilinearMap R (fun (x : S) => R) (C.H g S).carrier

The point-target primary class. Its scalar value is the product of all state-space inputs, embedded as a degree-zero stable-curve class.

Equations
Instances For
    @[simp]
    theorem AxiomaticGW.PointTarget.primaryClass_apply {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (g : ) (S : Type) [Fintype S] (h : StableArity g S) (a : SR) :
    (primaryClass g S h) a = (algebraMap R (C.H g S).carrier) (∏ s : S, a s)
    noncomputable def AxiomaticGW.PointTarget.intersectionNumber {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (k : S) :
    R

    A stable point-target psi-class intersection number.

    Equations
    Instances For
      @[simp]
      theorem AxiomaticGW.PointTarget.intersectionNumber_of_stable {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) :
      intersectionNumber P I g S k = (I.integrate g S h) (P.monomial g S h k)
      noncomputable def AxiomaticGW.PointTarget.ancestor {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) :
      MultilinearMap R (fun (x : S) => R) R

      Point-target ancestors: primary inputs multiply the psi-class intersection number.

      Equations
      Instances For
        @[simp]
        theorem AxiomaticGW.PointTarget.ancestor_apply {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) (a : SR) :
        (ancestor P I g S h k) a = (∏ s : S, a s) * intersectionNumber P I g S k
        theorem AxiomaticGW.PointTarget.intersectionNumber_relabel {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (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) :
        (intersectionNumber P I g T fun (t : T) => k (e.symm t)) = intersectionNumber P I g S k

        Relabelling the marked points does not change a point intersection number.

        theorem AxiomaticGW.PointTarget.intersectionNumber_eq_zero_of_degree_ne {R : Type u} [CommRing R] [Algebra R] {C : StableCurveCohomology R} (P : PsiClasses C) (I : StableCurveIntegration C) (g : ) (S : Type) [Fintype S] (h : StableArity g S) (k : S) (hne : s : S, k s StableArity.dimension g S) :
        intersectionNumber P I g S k = 0

        A point-target psi-class intersection number vanishes unless the psi codimension equals the dimension of Mbar(g,S).

        The normalized zero-dimensional point intersection is <tau_0 tau_0 tau_0>_0 = 1.

        One marked point in genus one is stable.

        The exceptional initial value needed alongside DVV is <tau_1>_1 = 1/24. The hypothesis isolates the corresponding geometric intersection calculation.

        The point primary class passes the Mbar(0,4) WDVV boundary test: both boundary restrictions of the unit class agree.

        The odd double factorial (2n+1)!!.

        Equations
        Instances For

          Coefficient for merging tau_(k+1) with tau_d in the DVV recursion.

          Equations
          Instances For

            The all-genus DVV recursion for point-target psi-class intersections.

            The intersection-number definition supplies the unstable value 0; the formula therefore includes stable and unstable splittings uniformly. A geometric model of stable curves should prove this proposition from the DVV tautological relation.

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