The constant distribution on space #
i. Overview #
In this module we define the constant distribution from Space d to a module M.
That is the distribution which sends every Schwartz function to its
integral multiplied by a fixed element m : M.
We show that the derivatives of this constant distribution are zero.
ii. Key results #
iii. Table of contents #
- A. The definition of the constant distribution
- B. Derivatives of the constant distribution
iv. References #
A. The definition of the constant distribution #
noncomputable def
Space.distConst
{M : Type}
[NormedAddCommGroup M]
[NormedSpace ℝ M]
(d : ℕ)
(m : M)
:
The constant distribution from Space d to a module M associated with
m : M.
Equations
- Space.distConst d m = Distribution.const ℝ (Space d) m
Instances For
B. Derivatives of the constant distribution #
@[simp]
theorem
Space.distDeriv_distConst
{M : Type}
{d : ℕ}
[NormedAddCommGroup M]
[NormedSpace ℝ M]
(μ : Fin d)
(m : M)
:
@[simp]
@[simp]