Documentation

Oseledets.Multifractal.LocalDimension

Pointwise local dimension: the absolutely-continuous case #

This file delivers the absolutely-continuous (a.c.) special case of issue #16, item 5: for a probability measure μ on a finite-dimensional real normed space that is absolutely continuous with respect to the Haar (= Lebesgue) measure, the pointwise local dimension d_μ(x) = lim_{r→0⁺} log μ(B(x,r)) / log r exists and equals the ambient dimension finrank ℝ E, for μ-almost every x.

This is the standard Lebesgue-density / measure-differentiation result and uses no dynamics: the proof assembles

Main results #

Scope (what is, and is NOT, formalized here) #

This is only the absolutely-continuous case, a pure measure-differentiation statement with no dynamics. The general singular / SRB exact-dimensionality theory — the Ledrappier–Young formula and the absolute continuity of the conditional measures on unstable manifolds — is the deep research frontier shared with issue #10's Pesin SRB measures and is deliberately not formalized here.

The upper local (pointwise) dimension d̄_μ(x) of a measure μ at a point x: the limsup as r → 0⁺ of log μ.real(closedBall x r) / log r (where μ.real s = (μ s).toReal). For the absolutely-continuous case treated in this file the genuine limit exists, so this limsup coincides with the honest local dimension lim_{r→0⁺} log μ(B(x,r)) / log r.

Equations
Instances For
    theorem Oseledets.Multifractal.logBall_div_log_tendsto {d : } {value ratio : } {L C : } (hL : 0 < L) (hC : 0 < C) (hratio : Filter.Tendsto ratio (nhdsWithin 0 (Set.Ioi 0)) (nhds L)) (hval : ∀ᶠ (r : ) in nhdsWithin 0 (Set.Ioi 0), value r = ratio r * (r ^ d * C)) :
    Filter.Tendsto (fun (r : ) => Real.log (value r) / Real.log r) (nhdsWithin 0 (Set.Ioi 0)) (nhds d)

    The logarithm limit. Suppose value : ℝ → ℝ factors, for r near 0⁺, as value r = ratio r · (r ^ d · C) with ratio r → L, 0 < L, and 0 < C. Then log (value r) / log r → d as r → 0⁺. Indeed log (value r) = log (ratio r) + d · log r + log C, so the quotient is (log (ratio r) + log C) / log r + d; as r → 0⁺ the factor (log r)⁻¹ → 0 kills the convergent numerator while the d term survives.

    Local dimension of an absolutely-continuous probability measure (a.e. convergence). Let μ be a probability measure on a finite-dimensional real inner-product space E, absolutely continuous with respect to a Haar measure ν (e.g. ν = volume). Then for μ-almost every x the local-dimension quotient log μ.real(B(x,r)) / log r converges, as r → 0⁺, to the ambient dimension finrank ℝ E.

    This is the standard Lebesgue-density / measure-differentiation result: Besicovitch differentiation gives μ(B(x,r))/ν(B(x,r)) → (dμ/dν)(x) ∈ (0,∞) μ-a.e.; the Haar ball-volume scaling ν(B(x,r)) = r^(finrank) · ν(B(0,1)) then turns the logarithm of μ.real(B(x,r)) into log((dμ/dν)(x)) + finrank · log r + log ν.real(B(0,1)) + o(1), whose ratio to log r → -∞ is finrank.

    Local dimension of an absolutely-continuous probability measure (value). For μ-almost every x, the upper local dimension localDimension μ x equals the ambient dimension finrank ℝ E. This is the corollary of ae_tendsto_localDimension_of_absolutelyContinuous: where the genuine limit exists, the limsup defining localDimension returns that limit.