Documentation

LeanPool.PhaseRetrieval.Constant.Internal.Definitions

Definitions #

Convention: align with Mathlib #

We adopt Mathlib's conventions throughout:

noncomputable def FockSPR.T :

The two-pi period, as a convenient abbreviation.

Equations
Instances For

    Def 1.1: The function rho #

    noncomputable def FockSPR.rho (w : ) :

    rho(w) = | ‖1 + w‖ - 1 | where ‖·‖ is the complex modulus.

    Equations
    Instances For

      Def 1.2: Polynomial evaluation #

      def FockSPR.polyEval {D : } (a : Fin D) (z : ) :

      For a : Fin D → ℂ representing coefficients a₁, …, a_D, the polynomial U(z) = ∑_{n=1}^D aₙ zⁿ with U(0) = 0.

      Equations
      Instances For

        Def 1.3: Polynomial evaluation on a circle (via AddCircle) #

        noncomputable def FockSPR.polyEvalCircle {D : } (a : Fin D) (r : ) :

        Restriction of the polynomial to |z| = r, viewed as a function on AddCircle T. polyEvalCircle a r t = ∑_k a(k) * r^{k+1} * fourier(k+1)(t).

        Equations
        Instances For

          Def 1.4: Fock norm squared (finite) #

          noncomputable def FockSPR.fockNormSq {D : } (a : Fin D) :

          ‖U‖_F² = ∑_{n=1}^D |aₙ|² n! — the Fock-space norm squared as a finite sum.

          Equations
          Instances For

            Def 1.5: Rho-Fock norm squared (finite) #

            noncomputable def FockSPR.rhoFockNormSq {D : } (a : Fin D) :

            The RHS of the main inequality: (1/π) ∫_ℂ ρ(U(z))² exp(−|z|²) dm(z).

            Equations
            Instances For

              Def 1.6: Circle L² norm squared #

              noncomputable def FockSPR.circleNormSq (f : AddCircle T) :

              ‖f‖²_{L²(S¹)} = ∫ |f(t)|² d(haar) w.r.t. normalized Haar measure on AddCircle T.

              Equations
              Instances For

                Helper lemmas #

                Helper: Norm bound and integrability for polar-coordinate integrands #

                Lemma 1.7: Polar-coordinate decomposition of the Fock norm #

                Lemma 1.8: Fock norm equals Gaussian integral #