Documentation

Frourio.Analysis.GammaConvergence

Gamma Convergence for RH Criterion #

This file extends the existing Γ-convergence framework with specific structures needed for the Riemann Hypothesis criterion proof.

Main Additions #

A Γ-convergence family on L²(ℝ): a sequence of functionals Fh and a limit F.

Instances For

    Strong L² convergence of a sequence to g.

    Equations
    Instances For

      Γ-liminf inequality (filter version with ε-approximation).

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

        Γ-recovery sequence property (filter version with ε-approximation).

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def Frourio.QdiscGammaFamily (K : ) (w : (MeasureTheory.Lp 2 MeasureTheory.volume)) (Δτ Δξ : ) :

          Discrete-approximation family built from Qdisc approximating Qℝ. Currently a signature placeholder; concrete Fh will be finite truncations of Zak sums in later phases.

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

            Γ-convergence statement tying the discrete approximation to the continuous quadratic form. Recorded as a Prop to be proved once frame bounds and regularity hypotheses are in place.

            Equations
            Instances For

              Phase 2.2: Γ-convergence proof scaffolding. We bundle the required hypotheses ensuring liminf and recovery, then expose direct theorems that extract each property. Concrete analytic proofs will populate this structure in later phases.

              Instances For

                Specialization of assumptions to the discrete family QdiscGammaFamily.

                Equations
                Instances For
                  theorem Frourio.Qdisc_gamma_liminf_proof (K : ) (w : (MeasureTheory.Lp 2 MeasureTheory.volume)) (Δτ Δξ : ) (h : QdiscGammaAssumptions K w Δτ Δξ) :
                  let Γ := QdiscGammaFamily K w Δτ Δξ; gammaLiminf Γ

                  From assumptions, extract Γ-liminf for the discrete family.

                  theorem Frourio.Qdisc_gamma_recovery_proof (K : ) (w : (MeasureTheory.Lp 2 MeasureTheory.volume)) (Δτ Δξ : ) (h : QdiscGammaAssumptions K w Δτ Δξ) :
                  let Γ := QdiscGammaFamily K w Δτ Δξ; gammaRecovery Γ

                  From assumptions, extract Γ-recovery for the discrete family.

                  theorem Frourio.Qdisc_gamma_to_Q_proof (K : ) (w : (MeasureTheory.Lp 2 MeasureTheory.volume)) (Δτ Δξ : ) (h : QdiscGammaAssumptions K w Δτ Δξ) :
                  Qdisc_gamma_to_Q K w Δτ Δξ

                  Combine both directions to conclude the Γ-convergence Prop for Qdisc.

                  Golden test sequence for RH criterion with Gaussian windows

                  Instances For
                    noncomputable def Frourio.limiting_energy [ZetaLineAPI] (σ : ) :
                    ( σ)

                    The limiting energy functional for RH criterion. This represents the limit of the quadratic forms associated with Gaussian windows as their width approaches zero.

                    Equations
                    Instances For

                      Basic validated facts toward Γ-convergence for Gaussian windows.

                      • Nonnegativity along the sequence: limiting_energy σ (F.f n) ≥ 0 for all n.
                      • Identification of the limit functional: limiting_energy σ = Qζσ σ. These are concrete properties we can state and prove unconditionally now.

                      An abstract interface encoding the minimization characterization of the critical line. Instances of this typeclass are intended to be provided by the finalized RH theory.

                      Instances
                        theorem Frourio.critical_line_energy_minimum [ZetaLineAPI] (σ : ) [RHMinimizationCharacterization] :
                        (∃ (h : ( σ)), ∀ (g : ( σ)), limiting_energy σ h limiting_energy σ g)σ = 1 / 2

                        Connection to RH: Critical line characterization. The Riemann Hypothesis is equivalent to the statement that the limiting energy functional achieves its minimum uniquely on the critical line σ = 1/2.

                        def Frourio.GammaConvergesSimple {α : Type u_1} [NormedAddCommGroup α] (E : α) (E_inf : α) :

                        Simplified version of Gamma convergence focusing on converging minimizers. This is a minimal implementation for the RH criterion proof.

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