Documentation

LeanPool.ZetaZeros.Hilbert.Subspaces

The three nested subspaces #

U ⊆ V ⊆ W inside L²((-lam, lam)), spanned by the twisted functions attached to the three parts of the support. These are the spaces the Gram–Schmidt process is run on, and the nesting is what makes an adapted orthonormal basis possible.

Each family is indexed by the whole of nonRealPart Z rather than by a choice of one point from each conjugate pair. That is legitimate because gz is conjugation-invariant and hz is conjugation-anti-invariant, so the span is unchanged — and it removes the enumeration z₁, conj z₁, …, z_k, conj z_k that the source has to carry.

@[reducible, inline]

The ambient Hilbert space: square-integrable functions on the interval.

Equations
Instances For
    noncomputable def ZetaZeros.fzL2 {lam : } {eta : } (h : IsAdmissible lam eta) (z : ) :
    (L2Interval lam)

    The twisted function as an element of .

    Equations
    Instances For
      noncomputable def ZetaZeros.gzL2 {lam : } {eta : } (h : IsAdmissible lam eta) (z : ) :
      (L2Interval lam)

      The even part as an element of .

      Equations
      Instances For
        noncomputable def ZetaZeros.hzL2 {lam : } {eta : } (h : IsAdmissible lam eta) (z : ) :
        (L2Interval lam)

        The odd part as an element of .

        Equations
        Instances For
          noncomputable def ZetaZeros.subspaceU {lam : } {eta : } (h : IsAdmissible lam eta) (Z : Finset ) (m : ) :

          The first subspace, spanned by the twisted functions at the multiple real points together with the even parts at the non-real points.

          Equations
          Instances For
            noncomputable def ZetaZeros.subspaceV {lam : } {eta : } (h : IsAdmissible lam eta) (Z : Finset ) (m : ) :

            The second subspace, adding the twisted functions at the simple real points.

            Equations
            Instances For
              noncomputable def ZetaZeros.subspaceW {lam : } {eta : } (h : IsAdmissible lam eta) (Z : Finset ) (m : ) :

              The third subspace, adding the odd parts at the non-real points.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                theorem ZetaZeros.subspaceU_le_subspaceV {lam : } {eta : } (h : IsAdmissible lam eta) (Z : Finset ) (m : ) :
                subspaceU h Z m subspaceV h Z m

                The subspaces are nested: U ≤ V.

                theorem ZetaZeros.subspaceV_le_subspaceW {lam : } {eta : } (h : IsAdmissible lam eta) (Z : Finset ) (m : ) :
                subspaceV h Z m subspaceW h Z m

                The subspaces are nested: V ≤ W.