Physlib

Physlib.SpaceAndTime.Space.Norm.IteratedLaplacian

Iterated Laplacians of norm distributions

i. Overview

This file proves the distributional identity corresponding to the classical odd-dimensional formula that, in dimension `2 * m + 1`, applying the Laplacian `m + 1` times to the norm gives a nonzero constant multiple of the Dirac delta at the origin.

ii. Key results

- `iterated_distLaplacian_norm_zpow_odd_eq_smul_diracDelta` : The `(m + 1)`-fold Laplacian of the norm in dimension `2 * m + 1` is a nonzero multiple of the Dirac delta.

iii. Table of contents

  • A. The odd-dimensional iterated Laplacian of the norm

iv. References

A. The odd-dimensional iterated Laplacian of the norm

3 declarations

definition

Scalar factor CmC_m for the iterated Laplacian Δm+1x\Delta^{m+1} \|x\| in dimension 2m+12m+1

For a natural number mm, let d=2m+1d = 2m + 1 be the dimension of the Euclidean space. The scalar factor CmC_m is defined as: Cm=(k=0m1(12k)(2m2k))(12m)(2m+1)Vol(Bd(0,1)) C_m = \left( \prod_{k=0}^{m-1} (1 - 2k)(2m - 2k) \right) \cdot (1 - 2m) \cdot (2m + 1) \cdot \text{Vol}(B_d(0, 1)) where Vol(Bd(0,1))\text{Vol}(B_d(0, 1)) is the volume of the unit ball in Rd\mathbb{R}^d. This constant is the coefficient appearing in the distributional identity where the Laplacian operator Δ\Delta applied m+1m+1 times to the norm x\|x\| yields a multiple of the Dirac delta distribution δ(x)\delta(x) at the origin.

theorem

The Scalar Factor CmC_m for the Iterated Laplacian Δm+1x\Delta^{m+1} \|x\| is Nonzero

For any natural number mm, let CmC_m be the scalar factor associated with the (m+1)(m+1)-fold Laplacian of the norm x\|x\| in dimension d=2m+1d = 2m + 1, defined as: Cm=(k=0m1(12k)(2m2k))(12m)(2m+1)Vol(Bd(0,1)) C_m = \left( \prod_{k=0}^{m-1} (1 - 2k)(2m - 2k) \right) \cdot (1 - 2m) \cdot (2m + 1) \cdot \text{Vol}(B_d(0, 1)) where Vol(Bd(0,1))\text{Vol}(B_d(0, 1)) is the volume of the unit ball in Rd\mathbb{R}^d. Then Cm0C_m \neq 0.

theorem

Δm+1x=Cmδ0\Delta^{m+1} \|x\| = C_m \delta_0 in dimension 2m+12m + 1

For any natural number mm, let d=2m+1d = 2m + 1 be the dimension of the Euclidean space. The (m+1)(m+1)-fold application of the distributional Laplacian operator Δ\Delta to the distribution induced by the norm function xxx \mapsto \|x\| satisfies the identity: Δm+1x=Cmδ0 \Delta^{m+1} \|x\| = C_m \delta_0 where δ0\delta_0 is the Dirac delta distribution at the origin and CmC_m is the scalar factor defined by `oddNormIteratedLaplacianCoeff m`.