Helper lemma: For a measurable set s, the volume of exp(s) equals the integral of exp over s.
Helper lemma: exp maps ℝ onto (0,∞)
Helper lemma: The image of a measurable set under exp is measurable
Pushforward of Lebesgue measure on (0,∞)
by log
equals Lebesgue on ℝ
weighted by the density exp
. Concretely:
This is the change-of-variables formula for x = exp t
at the level of measures.
Change of Variables Lemmas for Mellin-Plancherel #
These lemmas establish the key change of variables formulas needed for the logarithmic pullback map from L²(ℝ) to Hσ.
Change of variables formula: x = exp(t) for integration over (0,∞). For a measurable function f and real α, we have: ∫₀^∞ f(log x) · x^α dx = ∫₋∞^∞ f(t) · exp((α + 1) · t) dt
Relationship between mulHaar measure and volume with density 1/x
Small helper lemmas used in local algebraic cancellations
Auxiliary placeholder embedding from L²(ℝ)
(Lebesgue) into Hσ
.
In the present phase, this acts as the zero map to keep the API flowing.
It will be replaced by the genuine logarithmic pullback inverse in P3.
Map an L²(ℝ)
function to an element of Hσ
.
Implementation via logarithmic pullback: f(t) ↦ f(log x) with appropriate measure adjustment.
For f ∈ L²(ℝ), we define g(x) = f(log x) · x^(-σ) which lies in Hσ.
Equations
- Frourio.toHσ_ofL2 σ f = MeasureTheory.MemLp.toLp (fun (x : ℝ) => if hx : 0 < x then ↑↑f (Real.log x) * ↑x ^ (-(↑σ - ↑(1 / 2))) else 0) ⋯