Documentation

FormalSLT.Covering.ContinuousDudleyUnitInterval

Guarded continuous Dudley capstone on the unit interval #

This module instantiates the guarded positive-radius continuous Dudley passage on the concrete unit-interval Rademacher linear process. The entropy profile is real-valued, nonconstant, and used only through dyadic guarded annuli, avoiding the old global Antitone (ℝ → ℝ) continuous theorem surface.

The dyadic-indexed profile is definitionally the rounded-grid cover count.

This is intentionally a dyadic-indexed statement, not a global real-radius covering-number antitonicity claim.

A bounded, nonconstant positive entropy profile used for the guarded unit-interval capstone.

Equations
Instances For

    The entropy integrand has positive mass on the continuous Dudley interval.

    Positive-radius singular entropy profile. It is zero off positive radii, but diverges like ε^(-1/2) as ε ↓ 0 along positive radii.

    Equations
    Instances For

      The singular profile dominates every rounded-dyadic entropy sample.

      -- fidelity: The domination is uniform in the dyadic index and uses the actual rounded-grid cover counts, while the profile diverges at positive radii approaching zero.

      The singular entropy profile has positive integral mass on 0..1/2.

      -- fidelity: The positive lower bound comes from the concrete subinterval [1 / 4, 1 / 2], so the load-bearing entropy term is not concentrated in a formal singularity at zero.

      theorem FormalSLT.Covering.ContinuousDudleyUnitInterval.continuous_dudley_entropy_integral_iSup_of_dyadicProfile_guarded {Ω : Type u_1} {T : Type u_2} [Fintype Ω] (P : FiniteSubGaussianChaining.FiniteSubGaussianProcess Ω T) (coarseBudget radiusScale : ) (entropyAtRadius : ) (supFunctional : Ω) (hradiusScale : 0 < radiusScale) (hentropy_nonneg : ∀ (ε : ), 0 entropyAtRadius ε) (hint0 : IntervalIntegrable entropyAtRadius MeasureTheory.volume 0 (radiusScale / 2)) (hdyadic : ∀ (eta : ), 0 < eta∃ (m : ), (∀ jFinset.range m, GuardedDudleyIntegral.GuardedAntitoneOnDyadicAnnulus entropyAtRadius radiusScale j) (∀ jFinset.range m, IntervalIntegrable entropyAtRadius MeasureTheory.volume (radiusScale / 2 ^ (j + 2)) (radiusScale / 2 ^ (j + 1))) FiniteSubGaussianChaining.finiteExpectation P.weight supFunctional coarseBudget + 2 * (2 * P.varianceProxy) * FiniteSubGaussianChaining.FiniteSubGaussianProcess.finiteDyadicEntropyAtRadiusUpperSum radiusScale m entropyAtRadius + eta) :
      FiniteSubGaussianChaining.finiteExpectation P.weight supFunctional coarseBudget + 4 * (2 * P.varianceProxy) * (ε : ) in 0..radiusScale / 2, entropyAtRadius ε

      Corrected guarded continuous Dudley wrapper using a dyadic profile side condition instead of a global antitone entropy profile.

      -- fidelity: The finite input is a real dyadic upper-sum bound at positive annuli; the theorem does not assume global antitonicity or evaluate the profile at radius zero through monotonicity.

      Continuous Dudley entropy-integral bound for the nonzero unit-interval Rademacher linear process with a nonconstant entropy integrand.

      -- fidelity: The process is the concrete nonzero sign * t process on the non-finite unit interval, the supremum functional has expectation 1 / 2, and the entropy profile is separately proved nonconstant with positive integral.

      Continuous Dudley entropy-integral bound for the unit-interval process using the integrable positive-radius singular entropy profile.

      -- fidelity: This capstone uses the same concrete nonzero process and supplied supremum as the bounded-profile theorem, but its entropy profile diverges as ε ↓ 0 along positive radii and dominates every rounded-dyadic entropy sample.