Integrals in Space #
i. Overview #
In this module we give general properties of integrals over Space d.
We focus here on the volume measure, which is the usual measure on Space d, i.e.
dx dy dz.
ii. Key results #
volume_eq_addHaar: The volume measure onSpace dis the same as the Haar measure associated with the basis ofSpace d.integral_volume_eq_spherical: The integral of a function overSpace d.succwith respect to the volume measure can be expressed as an integral over the unit sphere and the positive reals.lintegral_volume_eq_spherical: The lower Lebesgue integral of a function overSpace d.succwith respect to the volume measure can be expressed as a lower Lebesgue integral over the unit sphere and the positive reals.
A. Properties of the volume measure #
@[simp]
@[simp]
@[simp]
@[simp]
B. Integrals over one-dimensional space #
C. Integrals over volume to spherical #
theorem
Space.integral_volume_eq_spherical
{F : Type u_1}
(d : ℕ)
(f : Space d.succ → F)
[NormedAddCommGroup F]
[NormedSpace ℝ F]
:
D. Lower Lebesgue integral over volume to spherical #
theorem
Space.lintegral_volume_eq_spherical
(d : ℕ)
(f : Space d.succ → ENNReal)
(hf : Measurable f)
:
theorem
Space.lintegral_volume_eq_spherical_mul
(d : ℕ)
(f : Space d.succ → ENNReal)
(hf : Measurable f)
:
∫⁻ (x : Space d.succ), f x = ∫⁻ (x : ↑(Metric.sphere 0 1) × ↑(Set.Ioi 0)), f (↑x.2 • ↑x.1) * ENNReal.ofReal (↑x.2 ^ d) ∂MeasureTheory.volume.toSphere.prod (MeasureTheory.Measure.volumeIoiPow 0)