Documentation

Hqiv.Physics.GlobalDetuning

Global Rindler detuning (shared across resonance ladders) #

This module packages the scalar shift δ in the denominator 1 + (γ/2)·m + δ used for δ-corrected detuned shell surfaces and a global hypothesis λ · obs reused on every ladder that shares the same stars-and-bars numerator (m+1)(m+2).

Used by:

Identification: GlobalDetuningHypothesis.fromLapseScalars sets obs := Φ + φ·t, i.e. the increment of HQVM_lapse above 1 (same combination as in the metric story). This is pure algebra in Lean — no claim that a particular observer datum equals a PDG ratio.

δ-corrected surfaces and geometric steps #

noncomputable def Hqiv.Physics.rindlerDenWithDelta (δ : ) (m : ) :
Equations
Instances For
    theorem Hqiv.Physics.effCorrected_succ_lt {δ : } ( : 0 δ) (m : ) :

    For nonnegative global shift δ, the δ-corrected effective surface strictly increases with shell index.

    theorem Hqiv.Physics.effCorrected_lt_add_dist {δ : } ( : 0 δ) (m k : ) :
    effCorrected δ m < effCorrected δ (m + k + 1)

    effCorrected δ m < effCorrected δ (m + k + 1) for every k (with 0 ≤ δ).

    theorem Hqiv.Physics.effCorrected_strictMono_nat {δ : } ( : 0 δ) {m n : } (hmn : m < n) :

    For 0 ≤ δ and m < n, effCorrected δ is strictly monotone in the shell index.

    theorem Hqiv.Physics.effCorrected_lt_of_lt_delta {δ1 δ2 : } (m : ) ( : δ1 < δ2) (h1 : RindlerDenDeltaPos δ1 m) (h2 : RindlerDenDeltaPos δ2 m) :

    At fixed shell m, larger additive shift δ lowers effCorrected (larger denominator).

    noncomputable def Hqiv.Physics.geometricResonanceStepCorrected (δ : ) (m_from m_to : ) :

    Corrected analogue of geometricResonanceStep (FanoResonance).

    Equations
    Instances For

      Global hypothesis and unified effective surface #

      Instances For
        noncomputable def Hqiv.Physics.deltaM (h : GlobalDetuningHypothesis) (_m : ) :

        Shell-independent shift δ(m) = λ · obs (placeholder; a richer model uses ℕ → ℝ).

        Equations
        Instances For

          Cumulative rapidity budget (dynamic Rindler layer) #

          Small second-order correction β_cum · (φ·t) on top of deltaGlobal, using the same informational time track as timeAngle (HQVMetric). Lattice-only: no continuum chart.

          noncomputable def Hqiv.Physics.phi_t_cum (φ t : ) :

          Cumulative rapidity budget: agrees with timeAngle φ t (φ·t).

          Equations
          Instances For

            One-line extension: global δ plus β_cum × cumulative rapidity (tightens detuning residuals).

            Equations
            Instances For
              noncomputable def Hqiv.Physics.rindlerDenWithDeltaRapidity (h : GlobalDetuningHypothesis) (φ t β_cum : ) (m : ) :

              δ-corrected Rindler denominator using delta_auxiliary_phi_per_shell (includes rapidity budget).

              Equations
              Instances For

                HQVM packaging (proved identification at the level of real scalars) #

                HQVM_lapse Φ φ t = 1 + Φ + φ·t and timeAngle φ t = φ·t (HQVMetric). We record the detuning λ * (Φ + φ·t) as λ times the lapse increment (N - 1).

                Use obs := Φ + φ·t, i.e. HQVM_lapse Φ φ t - 1.

                Equations
                Instances For
                  theorem Hqiv.Physics.deltaGlobal_strictMono_in_t (lam Φ φ t1 t2 : ) (h_lam : 0 < lam) (h_phi : 0 < φ) (h_t : t1 < t2) :

                  δ_global = λ·(Φ + φ·t) is strictly increasing in t for λ > 0, φ > 0.