Physlib Documentation

Physlib.SpaceAndTime.Space.Integrals.NormPow

Integrability of norm powers on subsets of Space #

i. Overview #

This module contains results on the integrability of x ↦ ‖x‖ᵖ for real exponents p on subsets of Space d.

The integrability of x ↦ ‖x‖ᵖ on ball 0 b and (ball 0 b)ᶜ follows from the 1d results integrableOn_Ioo_rpow_iff and integrableOn_Ioi_rpow_iff after changing to spherical coordinates.

ii. Key results #

iii. Table of contents #

iv. References #

theorem Space.integrableOn_norm_rpow_ball_iff {d : } (hd : 0 < d) {b : } (hb : 0 < b) (p : ) :

The function x ↦ ‖x‖ᵖ is integrable on {x : Space d | 0 ≤ ‖x‖ < b} iff 0 < d + p.

theorem Space.integrableOn_norm_rpow_ball_compl_iff {d : } (hd : 0 < d) {a : } (ha : 0 < a) (p : ) :

The function x ↦ ‖x‖ᵖ is integrable on {x : Space d | 0 < a ≤ ‖x‖} iff d + p < 0.

The function x ↦ ‖x‖ᵖ is integrable on the shell {x : Space d | 0 < a ≤ ‖x‖ ∧ ‖x‖ < b}.

theorem Space.integrableOn_norm_rpow_iff_of_isBounded_nhds {d : } (hd : 0 < d) {s : Set (Space d)} (hs : Bornology.IsBounded s) (hs' : s nhds 0) (p : ) :

The function x ↦ ‖x‖ᵖ is integrable on a bounded neighborhood of the origin iff 0 < d + p.

The function x ↦ ‖x‖ᵖ is integrable on a bounded subset with the origin in its exterior.

theorem Space.integrableOn_norm_rpow_of_compl_nhds {d : } (hd : 0 < d) {s : Set (Space d)} (hs : s nhds 0) {p : } (h : d + p < 0) :

The function x ↦ ‖x‖ᵖ is integrable on a subset with the origin in its exterior provided the decay at infinity is fast enough.