Coarse-grained multifractal analysis of an invariant measure #
This is the aggregator module for the coarse-grained (finite-resolution) multifractal analysis
of an invariant probability measure of a measure-preserving map or flow (issue #16). It collects
the finite-partition core: the generalized partition function Z_q, the mass exponent τ(q), the
Rényi / generalized dimensions D_q (with the q = 1 information-dimension branch), and the
singularity spectrum f(α) (the Legendre transform of τ), together with their basic theory.
Layout #
Oseledets.Multifractal.Defs— the four core definitionspartitionFunction(Z_q),massExponent(τ),renyiDim(D_q),singularitySpectrum(f(α)) on an abstract weight familyp : ι → ℝ, plus elementary lemmas (Z_1 = 1,τ(1) = 0, positivity, the0 < p iguard).Oseledets.Multifractal.Degeneracy— the equal-measure (uniform / monofractal) degeneracyZ_q = N^{1-q},D_q ≡ log N / (-log ε)(issue #16, item 4c).Oseledets.Multifractal.LogConvex— the mathematical heart: log-convexity ofZ_q(the Hölder / cumulant-convexity argument) and concavity ofτ.Oseledets.Multifractal.Monotone— the monotonicityD_qis non-increasing inq(issue #16, item 4b), over all ofℝ.Oseledets.Multifractal.Spectrum— the singularity-spectrum (Legendre transform) bounds forf(α)(issue #16, item 3).Oseledets.Multifractal.Measure— the measure/flow layer: the same quantities for an actual invariant probability measureμand a finiteMeasurePartition, theq = 1information dimension as Shannon entropy/ (-log ε), and the connector to aMeasurePreservingFlow's invariant measure.Oseledets.Multifractal.RefiningLimit— the degenerate (uniform / monofractal) case of the refining-partition limit (issue #16, item 6): for a uniform family withN = ε^{-d}cells,D_q(P_ε) = dat every resolution, so theε → 0limit isd.Oseledets.Multifractal.LocalDimension— the pointwise local dimensiond_μ(x) = lim_{r→0} log μ(B(x,r)) / log r(issue #16, item 5), with the absolutely-continuous case proved: forμ ≪Haar on a finite-dimensional real inner-product space,d_μ(x) = finranka.e. (exact-dimensionality in the a.c. case).
The finite-resolution core (issue #16, items 1–4) is self-contained and sorry-free, as are the
uniform case of the refining limit (item 6) and the absolutely-continuous case of the local
dimension (item 5). What remains the genuine frontier is the general (singular) exact-
dimensionality — a.e.-constancy of d_μ for an SRB / hyperbolic measure and the Young /
Ledrappier–Young identity d_μ = h_μ · (1/λ₁ − …) — together with the general non-uniform refining
limit. These need the absolute continuity of conditional measures on unstable manifolds (the
Ledrappier–Young core), the same Mathlib-absent ingredient that blocks the library's Pesin–SRB work
(issue #10); the Lyapunov exponents, KS entropy, the Margulis–Ruelle inequality, and a pointwise
Birkhoff theorem are all already present in this library.