The normalized Gaussian on ordinary three-dimensional space. The estimates below concern the literal Bochner integral, including its L²-to-uniform bound. The parameterization exp(-|x|²/t) has heat generator one quarter of the Laplacian.
Normalization, given by (Real.pi*t)^(-(3:ℝ)/2).
Equations
- EulerWholeSpaceGaussian.normalization t = (Real.pi * t) ^ (-3 / 2)
Instances For
theorem
EulerWholeSpaceGaussian.kernel_le_normalization
{t : ℝ}
(ht : 0 < t)
(x : EulerSmoothLimit.Space)
:
theorem
EulerWholeSpaceGaussian.exp_integrable
{b : ℝ}
(hb : 0 < b)
:
MeasureTheory.Integrable (fun (x : EulerSmoothLimit.Space) => Real.exp (-b * ‖x‖ ^ 2)) MeasureTheory.volume
theorem
EulerWholeSpaceGaussian.kernel_sq_integrable
{t : ℝ}
(ht : 0 < t)
:
MeasureTheory.Integrable (fun (x : EulerSmoothLimit.Space) => kernel t x ^ 2) MeasureTheory.volume
noncomputable def
EulerWholeSpaceGaussian.average
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
(t : ℝ)
(f : EulerSmoothLimit.Space → V)
(x : EulerSmoothLimit.Space)
:
V
The actual whole-space Gaussian average, with no periodic identification.
Equations
- EulerWholeSpaceGaussian.average t f x = ∫ (y : EulerSmoothLimit.Space), EulerWholeSpaceGaussian.kernel t y • f (x + y)
Instances For
theorem
EulerWholeSpaceGaussian.average_integrable_of_bound
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
{t : ℝ}
(ht : 0 < t)
(f : EulerSmoothLimit.Space → V)
(hf : Continuous f)
(C : ℝ)
(hb : ∀ (x : EulerSmoothLimit.Space), ‖f x‖ ≤ C)
(x : EulerSmoothLimit.Space)
:
MeasureTheory.Integrable (fun (y : EulerSmoothLimit.Space) => kernel t y • f (x + y)) MeasureTheory.volume
theorem
EulerWholeSpaceGaussian.average_norm_le
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
{t : ℝ}
(ht : 0 < t)
(f : EulerSmoothLimit.Space → V)
(C : ℝ)
(hb : ∀ (x : EulerSmoothLimit.Space), ‖f x‖ ≤ C)
(x : EulerSmoothLimit.Space)
:
theorem
EulerWholeSpaceGaussian.norm_integral_smul_le
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
(k : EulerSmoothLimit.Space → ℝ)
(f : EulerSmoothLimit.Space → V)
(hk : MeasureTheory.MemLp k 2 MeasureTheory.volume)
(hf : MeasureTheory.MemLp f 2 MeasureTheory.volume)
:
‖∫ (x : EulerSmoothLimit.Space), k x • f x‖ ≤ √(∫ (x : EulerSmoothLimit.Space), ‖k x‖ ^ 2) * (MeasureTheory.eLpNorm f 2 MeasureTheory.volume).toReal
Cauchy--Schwarz for scalar multiplication, in a form that retains the ordinary L² norm of a Banach-valued field.
theorem
EulerWholeSpaceGaussian.average_norm_le_L2
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
{t : ℝ}
(ht : 0 < t)
(f : EulerSmoothLimit.Space → V)
(hf : MeasureTheory.MemLp f 2 MeasureTheory.volume)
(x : EulerSmoothLimit.Space)
:
The three-dimensional smoothing power t^(-3/4) is proved from the normalized Gaussian density and the ordinary whole-space L² norm.
theorem
EulerWholeSpaceGaussian.average_smoothField_norm
{V : Type u_1}
[NormedAddCommGroup V]
[NormedSpace ℝ V]
{t : ℝ}
(ht : 0 < t)
(A : EulerLpTranslation.SmoothL2Field V)
(x : EulerSmoothLimit.Space)
: