The radial angular measure on Space #
i. Overview #
The normal measure on Space d is r^(d-1) dr dΩ in spherical coordinates,
where dΩ is the angular measure on the unit sphere. The radial angular measure
is the measure dr dΩ, cancelling the radius contribution from the measure in spherical
coordinates.
This file is equivalent to invPowMeasure, which will slowly be deprecated.
ii. Key results #
radialAngularMeasure: The radial angular measure onSpace d.
iii. Table of contents #
- A. The definition of the radial angular measure
- A.1. Basic equalities
- B. Integrals with respect to radialAngularMeasure
- C. The radialAngularMeasure on balls
- D. Integrability conditions
- E. HasTemperateGrowth of measures
- E.1. Integrability of powers
- E.2. radialAngularMeasure has temperate growth
iv. References #
A. The definition of the radial angular measure #
The measure on Space d weighted by 1 / ‖x‖ ^ (d - 1).
Equations
- Space.radialAngularMeasure = MeasureTheory.volume.withDensity fun (x : Space d) => ENNReal.ofReal (1 / ‖x‖ ^ (d - 1))
Instances For
A.1. Basic equalities #
theorem
Space.radialAngularMeasure_eq_volume_withDensity
{d : ℕ}
:
radialAngularMeasure = MeasureTheory.volume.withDensity fun (x : Space d) => ENNReal.ofReal (1 / ‖x‖ ^ (d - 1))
A.2. SFinite property #
B. Integrals with respect to radialAngularMeasure #
theorem
Space.lintegral_radialMeasure_eq_spherical_mul
(d : ℕ)
(f : Space d.succ → ENNReal)
(hf : Measurable f)
:
∫⁻ (x : Space d.succ), f x ∂radialAngularMeasure = ∫⁻ (x : ↑(Metric.sphere 0 1) × ↑(Set.Ioi 0)), f (↑x.2 • ↑x.1) ∂MeasureTheory.volume.toSphere.prod (MeasureTheory.Measure.volumeIoiPow 0)
C. The radialAngularMeasure on balls #
@[simp]
D. Integrability conditions #
theorem
Space.integrable_radialAngularMeasure_iff
{F : Type}
[NormedAddCommGroup F]
[NormedSpace ℝ F]
{d : ℕ}
{f : Space d → F}
:
MeasureTheory.Integrable f radialAngularMeasure ↔ MeasureTheory.Integrable (fun (x : Space d) => (1 / ‖x‖ ^ (d - 1)) • f x) MeasureTheory.volume
theorem
Space.integrable_radialAngularMeasure_of_spherical
{F : Type}
[NormedAddCommGroup F]
{d : ℕ}
(f : Space d.succ → F)
(hae : MeasureTheory.StronglyMeasurable f)
(hf :
MeasureTheory.Integrable (fun (x : ↑(Metric.sphere 0 1) × ↑(Set.Ioi 0)) => f (↑x.2 • ↑x.1))
(MeasureTheory.volume.toSphere.prod (MeasureTheory.Measure.volumeIoiPow 0)))
:
E. HasTemperateGrowth of measures #
E.1. Integrability of powers #
theorem
Space.radialAngularMeasure_integrable_pow_neg_two
{d : ℕ}
:
MeasureTheory.Integrable (fun (x : Space d) => (1 + ‖x‖) ^ (-(↑d + 1))) radialAngularMeasure