What is [itex]{\delta ^n}(f(x))[/itex] in n dimensions?

  • Thread starter Thread starter friend
  • Start date Start date
  • Tags Tags
    Dimensions
friend
Messages
1,448
Reaction score
9
I'm wondering what the Dirac delta of a function would be in n dimensions. What is {\delta ^n}(f(x))?

I understand that in 3 dimensional flat space, the Dirac delta function is
{\delta ^3}(x,y,z) = \delta (x)\delta (y)\delta (z)
and
{\delta ^3}({{\vec x}_1} - {{\vec x}_0}) = \delta ({x_1} - {x_0})\delta ({y_1} - {y_0})\delta ({z_1} - {z_0})
But I'm not sure what the expression would be when the 3D Dirac delta is composed with a scalar function. What is
{\delta ^3}(f(\vec x))

In general f(\vec x) is a scalar, not a vector, and I cannot break down f(\vec x) = ({f_1}(\vec x),{f_2}(\vec x),{f_3}(\vec x))
Even if I could, would
{\delta ^3}(f(\vec x)) = \delta ({f_1}(\vec x)) \cdot \delta ({f_2}(\vec x)) \cdot \delta ({f_3}(\vec x))
Somehow, it doesn't seem to make sense to say,
{\delta ^3}(f(\vec x)) = \delta (f(\vec x)) \cdot \delta (f(\vec x)) \cdot \delta (f(\vec x))
So maybe that means we have to cook up a 3D version of the Dirac delta on first principles and not try to decompose it into a multiple of 3 separate deltas, even is flat space.
 
Physics news on Phys.org
It looks to me like you need stricter rules on what f can be. If it's range is \mathbb{R}^{3} then I'm guessing it would be as in your first equation. Otherwise you have to look at how \delta is defined to behave on the type of objects that f outputs. However I could be missing something, I am not familiar with this function.
 
I personally have never seen that cube. The Dirac for n-space is simply written
##\int_{\mathbb{R}^n} \delta(\mathbf{x}) f(\mathbf{x}) \, d\mathbf{x} = f(\mathbf{0})##.
Which is the same as for 1-space. The notation
##\delta(\mathbb{x}) = \delta(x_1)\delta(x_2)\delta(x_3)##
is very dangerous. Multiplication is not well-defined in generalised functions: ##(\delta \cdot x) \cdot \frac{1}{x} \neq \delta \cdot (x \cdot \frac{1}{x})##.

You can't just compose any smooth function with Dirac. It needs non-zero derivatives. You can find the exact requirement on Wikipedia.
 
pwsnafu said:
I personally have never seen that cube. The Dirac for n-space is simply written
##\int_{\mathbb{R}^n} \delta(\mathbf{x}) f(\mathbf{x}) \, d\mathbf{x} = f(\mathbf{0})##.

But my question is, what is:
\int_{\mathbf{R}^n} {{\delta ^n}(f(\mathbf{x}))}f'(\mathbf{x}) \,d\mathbf{x}
 
friend said:
But my question is, what is:
\int_{\mathbf{R}^n} {{\delta ^n}(f(\mathbf{x}))}f'(\mathbf{x}) \,d\mathbf{x}

What you have written is not allowed. You need a test function, and the constant function ##\phi(x)=1## is not a valid test function when integrating over ##\mathbb{R}^n## (it is fine if we are only interested in a bounded subset).

Suppose ##\phi : \mathbb{R}^3 \rightarrow \mathbb{R}## is a valid test function, and suppose f is a smooth Lipschitz function. Then
##\int_{\mathbb{R}^3} \delta\circ f(\mathbf{x}) \, \phi \circ f(\mathbf{x}) \, | \det J_f(\mathbf{x})| \, d\mathbf{x} = \int_{f(\mathbb{R}^3)} \delta(\mathbf{u}) \, \phi(\mathbf{u}) \, d\mathbf{u}##.
Note: Jf is the Jacobian matrix.

Note: the only way to make what you wrote possible is if f' is the test function, that is ##f' : \mathbb{R}^3 \rightarrow \mathbb{R}##. But that is not consistent with what you want f to be.

Edit: There is one last possibility, and that is take ##{\delta}\circ f \cdot f'## and integrate it in the generalised function sense. That means solve ##g' = {\delta}\circ f \cdot f'## as distributions. But I highly doubt that is what you mean.
 
Last edited:
pwsnafu said:
What you have written is not allowed. You need a test function, and the constant function ##\phi(x)=1## is not a valid test function when integrating over ##\mathbb{R}^n## (it is fine if we are only interested in a bounded subset).

Suppose ##\phi : \mathbb{R}^3 \rightarrow \mathbb{R}## is a valid test function, and suppose f is a smooth Lipschitz function. Then
##\int_{\mathbb{R}^3} \delta\circ f(\mathbf{x}) \, \phi \circ f(\mathbf{x}) \, | \det J_f(\mathbf{x})| \, d\mathbf{x} = \int_{f(\mathbb{R}^3)} \delta(\mathbf{u}) \, \phi(\mathbf{u}) \, d\mathbf{u}##.
Note: Jf is the Jacobian matrix.

Note: the only way to make what you wrote possible is if f' is the test function, that is ##f' : \mathbb{R}^3 \rightarrow \mathbb{R}##. But that is not consistent with what you want f to be.

Edit: There is one last possibility, and that is take ##{\delta}\circ f \cdot f'## and integrate it in the generalised function sense. That means solve ##g' = {\delta}\circ f \cdot f'## as distributions. But I highly doubt that is what you mean.

Actually, that's where I'm going with all this. I probably did not make myself very clear. I should probably tell you why I'm interested in this.

I'm trying to generalize the integral of the Dirac delta function to arbitrary spaces of arbitrary dimension that also have curvature. So I start with what I know. In 1D we have
\int_{ - \infty }^{ + \infty } {\delta (x - {x_0})dx} = 1
In 3D flat space this generalizes to:
\int_R {{\delta ^3}(\vec x - {{\vec x}_0})d\vec x} = 1
with \vec x = ({x^1},{x^2},{x^3}). And I assume that R is a region that spans the entire space out to infinity. In flat space this is usually written:
\int_{ - \infty }^{ + \infty } {\int_{ - \infty }^{ + \infty } {\int_{ - \infty }^{ + \infty } {\delta ({x^1} - x_0^1)} } } \cdot \delta ({x^2} - x_0^2) \cdot \delta ({x^3} - x_0^3)d{x^1}d{x^2}d{x^3}
with {\delta ^3}(\vec x - {{\vec x}_0}) = \delta ({x^1} - x_0^1) \cdot \delta ({x^2} - x_0^2) \cdot \delta ({x^3} - x_0^3), which works fine when the input of the {\delta ^3}(...) is vector valued, \vec x - {{\vec x}_0}. But I'm not so sure if you can separate the Dirac delta this way when the input is not a vector, such as {\delta ^3}(f(\vec x)), with f(\vec x) a scalar. And this may be important because more generally we have
\vec x - {{\vec x}_0} = \int_{{{\vec x}_0}}^{\vec x} {d\vec x}
And when we replace the metric in the line integral for general spaces with curvature we get:
\vec x - {{\vec x}_0} = \int_{{{\vec x}_0}}^{\vec x} {\sqrt {{g_{ij}}(\vec x)d{x^i}d{x^j}} }
And when we parameterize the curve with the variable, t, we get:
f(t) = \int_{{t_0}}^t {\sqrt {{g_{ij}}(\vec x(t))\frac{{d{x^i}}}{{dt}}\frac{{d{x^j}}}{{dt}}} } \,\,\,dt
where the function f(t) is used as a scalar in {\delta ^n}(f(t)) to give the distance from {{\vec x}_0} to {\vec x}.

Then finally, we can express the Dirac delta in curved n-dimensional space as:
\int_{{R^n}} {{\delta ^n}(\int_{{t_0}}^t {\sqrt {{g_{ij}}(\vec x(t))\frac{{d{x^i}}}{{dt}}\frac{{d{x^j}}}{{dt}}} } \,\,\,dt) \cdot \sqrt {g(x)} d\vec x} = 1
where {\sqrt {g(x)} d\vec x} is the volume form for integrating over {{R^n}}. Notice that the {\sqrt {g(x)} } outside the delta seems to be a derivative of the integral inside the delta. Maybe this helps. But the above equation seems to be a functional of the metric {{g_{ij}}(\vec x)}. And I wonder if the properties of the Dirac delta constrain the metric in some way that looks familiar. Any ideas on how to proceed would be appreciated.
 
friend said:
Any ideas on how to proceed would be appreciated.

I think I have told you this before: you really need more theory under your belt. You are doing this in a very ad-hoc and (as far as I can tell) mathematically incorrect fashion. I mean ##\int_{-\infty}^\infty \delta(t) \, dt## is not equal to 1, it simply is undefined. And ##\delta(x-a)## is defined as ##\tau_{a}\delta## where τ is the translation operator. It does not mean the metric of ℝ, so you can't replace x-a with a general metric. What you are supposed to do is work out what "translation by a" means on your manifold and use
##\int \delta(x-a) \, \phi(x) \, dx = \int \delta (x) \, \tau_{-a}\phi(x) \, dx##
for some test function phi. I mean the metric on R is |x-a| and not x-a. You don't see people writing ##\delta(|x-a|)## do you?

As to the question of whether it is a functional of ##\sqrt{g}##, the answer is yes. But you need rapid decrease, that is, as ##|x| \rightarrow \infty## show ##x^n \sqrt{g(x)} \rightarrow 0## for all n>0. That places huge constraints on g. So I wouldn't use it as a test function.

The only paper I know of that concerns generalised functions on manifolds is this one, but it concerns Colombeau[/PLAIN] algebras
. You'll want an actual book on how it works for ℝ before tackling the paper.

There is also this paper which directly deals with Dirac on Riemann manifolds, but I don't have access so I can't vouch for it.
 
Last edited by a moderator:
pwsnafu said:
I think I have told you this before: you really need more theory under your belt. You are doing this in a very ad-hoc and (as far as I can tell) mathematically incorrect fashion.
You are absolutely correct, of course. If I thought I was a fully trained and competent mathematician, I wouldn't be asking for advice. The Dirac delta is a strange function indeed, if you can even call it a function. And I thought it best to ask around before committing too many resources.

pwsnafu said:
I mean ##\int_{-\infty}^\infty \delta(t) \, dt## is not equal to 1, it simply is undefined.
It's my understanding that this is exactly how one defines the Dirac delta:
\int_{ - \infty }^{ + \infty } {\delta (x)dx} = 1
and that it is {\delta (x)} that is undefined at x=0.

Maybe there is some confusion about how various people consider how to implement the competing limiting processes involved with the Dirac delta. I think the problem is which limiting process is done first, taking the limit of the parameter, let's call it "a", that causes {\delta (x)} to approach infinity at x=0, or taking the limiting process involved with the integration of \int_{ - \infty }^{ + \infty } {\delta (x)dx}.

If you try to implement a \to 0 first to make \delta (x) \to \infty at x=0, then of course the integral \int_{ - \infty }^{ + \infty } {\delta (x)dx} is undefined because you can't evaluate \infty \cdot dx at x=0, the integral being zero everywhere else. However, if you let "a" be large in comparison with the limiting process of the integral, then you can evaluate the integral with ease, and then do the limit as a \to 0. At least that's the way I've always seen the Dirac delta developed. Isn't the Dirac delta suppose to be a "distribution" and aren't distributions defined so that their integral equals 1? I'm thinking in terms of a probablity distribution.

But it seems to me I remember something in analysis that addresses competing limiting processes. Maybe something like the answer should not depend on which limit you do first. Though I'm not sure about that. Do you remember what that's called?

pwsnafu said:
And ##\delta(x-a)## is defined as ##\tau_{a}\delta## where τ is the translation operator. It does not mean the metric of ℝ, so you can't replace x-a with a general metric.

Metric, shmetric. If I can compose the Dirac delta function with another function, \delta (f(x)), then I can make that function f(x) to be a function of the metric.

pwsnafu said:
As to the question of whether it is a functional of ##\sqrt{g}##, the answer is yes. But you need rapid decrease, that is, as ##|x| \rightarrow \infty## show ##x^n \sqrt{g(x)} \rightarrow 0## for all n>0. That places huge constraints on g. So I wouldn't use it as a test function.
Thank you.
 
friend said:
You are absolutely correct, of course. If I thought I was a fully trained and competent mathematician, I wouldn't be asking for advice. The Dirac delta is a strange function indeed, if you can even call it a function. And I thought it best to ask around before committing too many resources.

Even trained mathematicians don't get this right because we don't teach students how it works! It doesn't help that we teach an abuse of notation and don't explain why. We seem to have an awful track record in analysis: remember ##\frac{dy}{dx}## is not a fraction type discussions? Yeah, our notation is dreadful. I mean ##\int \delta(x) f(x) dx## is not even an integral. We just write it like that. If you read technical books/papers on the topic you see the notation ##(\delta, f)## to prevent people from thinking it's an integral.

Oh and Dirac is indeed a function, but it doesn't have a domain of ℝ. It's domain is the test function space. This is why I keep banging my head when I see people ignore test functions: it's the same as defining ##f:\mathbb{R}\rightarrow\mathbb{R}## and then write ##f(\infty)##. It drives me up the wall! :smile:
It's my understanding that this is exactly how one defines the Dirac delta:
\int_{ - \infty }^{ + \infty } {\delta (x)dx} = 1
and that it is {\delta (x)} that is undefined at x=0.

Never, and even Wikipedia explicitly mentions this:
This is merely a heuristic characterization. The Dirac delta is not a function in the traditional sense as no function defined on the real numbers has these properties.[18] The Dirac delta function can be rigorously defined either as a distribution or as a measure.

Yeah great, but there's Schwartz distributions and probability distributions, and we don't want the latter. The measure approach requires you to actually know how Lebesgue integration works while the distributional approach requires functional analysis. Which leads us to...

Maybe there is some confusion about how various people consider how to implement the competing limiting processes involved with the Dirac delta. I think the problem is which limiting process is done first, taking the limit of the parameter, let's call it "a", that causes {\delta (x)} to approach infinity at x=0, or taking the limiting process involved with the integration of \int_{ - \infty }^{ + \infty } {\delta (x)dx}.

If you try to implement a \to 0 first to make \delta (x) \to \infty at x=0, then of course the integral \int_{ - \infty }^{ + \infty } {\delta (x)dx} is undefined because you can't evaluate \infty \cdot dx at x=0, the integral being zero everywhere else. However, if you let "a" be large in comparison with the limiting process of the integral, then you can evaluate the integral with ease, and then do the limit as a \to 0. At least that's the way I've always seen the Dirac delta developed. Isn't the Dirac delta suppose to be a "distribution" and aren't distributions defined so that their integral equals 1? I'm thinking in terms of a probablity distribution.

But it seems to me I remember something in analysis that addresses competing limiting processes. Maybe something like the answer should not depend on which limit you do first. Though I'm not sure about that. Do you remember what that's called?

The sequence definition! To understand this you need to realize that your test functions are dense in the space of distributions. So you can use this as your definition, and this usually is what gets taught for engineering (a book by Jones popularised this approach). Here's how it works.

Let ##S(\mathbb{R^3})## be all smooth functions ##\phi : \mathbb{R}^3 \rightarrow \mathbb{R}## satisfying the rapid decrease property I wrote in my previous post. Take a sequence of test functions ##(f_1, f_2, \ldots)##. Suppose that, for any test function ##\phi##, the limit
##\lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx##
exists as a (finite) real number. Then ##f = (f_1, ldots)## is a generalised function for ℝ
3. We need equality so we say ##f = g## if
##\lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx = \lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} g_n(\mathbf{x}) \, \phi(\mathbb x) \, dx##
for every test function phi.

And that's it. The point is that even in this definition you can't ignore your test functions!
And as I said a million times, the constant is not a valid test function over ℝ3. It's fine for certain other spaces, but not this one.

PS the limit is actually called a weak limit, which brings us back to functional analysis :wink:

Metric, shmetric. If I can compose the Dirac delta function with another function, \delta (f(x)), then I can make that function f(x) to be a function of the metric.

Well depends. In order for ##\delta (f(x))## to make sense there will be constraints on f. So the question becomes can you find a h(x) such that ##f = h \circ m## satisfies the requirements to be composable with Dirac? m of course is the Riemann metric. I think that's what you'll need to think about. In other words, I don't think ##\delta\left(\int\right.## stuff will work. But maybe filter the integral through h(x)?
##\delta(h\left(\int\right.\ldots##

Thank you.

No probs. Ideally you want to find someone who specialises in generalised functions (as in actually writes journal papers on the topic). What you are attempting is worthy of at least a chapter in a PhD thesis. So expect a lot of bumps.
 
  • #10
pwsnafu said:
Oh and Dirac is indeed a function, but it doesn't have a domain of ℝ. It's domain is the test function space. This is why I keep banging my head when I see people ignore test functions: it's the same as defining ##f:\mathbb{R}\rightarrow\mathbb{R}## and then write ##f(\infty)##. It drives me up the wall! :smile:
...

The sequence definition! To understand this you need to realize that your test functions are dense in the space of distributions. So you can use this as your definition, and this usually is what gets taught for engineering (a book by Jones popularised this approach). Here's how it works.

Let ##S(\mathbb{R^3})## be all smooth functions ##\phi : \mathbb{R}^3 \rightarrow \mathbb{R}## satisfying the rapid decrease property I wrote in my previous post. Take a sequence of test functions ##(f_1, f_2, \ldots)##. Suppose that, for any test function ##\phi##, the limit
##\lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx##
exists as a (finite) real number. Then ##f = (f_1, ldots)## is a generalised function for ℝ
3. We need equality so we say ##f = g## if
##\lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx = \lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} g_n(\mathbf{x}) \, \phi(\mathbb x) \, dx##
for every test function phi.

You know, \lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx looks to me a lot like the heuristic form I'm accustomed to. The {\lim _{n \to \infty }}{f_n}(x) seems to function the same as {\lim _{a \to 0}}\frac{{{e^{ - {\textstyle{{{x^2}} \over {4a}}}}}}}{{2\sqrt {\pi a} }}. Letting {a \to 0} gives us a sequence of functions, fn(x). This makes me wonder if we're not talking about different notation when it comes to practical applications. I mean, in practical applications such as differential equations does it really matter? Every place I've seen the Dirac delta being used it's always the form that integrates to 1. It seems to me that the only ones who cares are analysts. But I don't know any examples of practical use where it matters. Maybe you can help with that. For if all practical applications are invariant with this change of notation, I think I'll continue to use the form I'm comfortable with, thank you very much.

pwsnafu said:
Well depends. In order for ##\delta (f(x))## to make sense there will be constraints on f. So the question becomes can you find a h(x) such that ##f = h \circ m## satisfies the requirements to be composable with Dirac? m of course is the Riemann metric. I think that's what you'll need to think about. In other words, I don't think ##\delta\left(\int\right.## stuff will work. But maybe filter the integral through h(x)?
##\delta(h\left(\int\right.\ldots##
Yes, I figured it be something like that.


pwsnafu said:
No probs. Ideally you want to find someone who specialises in generalised functions (as in actually writes journal papers on the topic). What you are attempting is worthy of at least a chapter in a PhD thesis. So expect a lot of bumps.
I'm not affiliated with any university. And this research is probably a bit too fringe to interest most professionals. But I will keep asking around. Maybe I'll eventually get what I need from people like you. Thanks.
 
  • #11
friend said:
You know, \lim_{n \rightarrow \infty} \int_{\mathbb{R}^3} f_n(\mathbf{x}) \, \phi(\mathbb x) \, dx looks to me a lot like the heuristic form I'm accustomed to. The {\lim _{n \to \infty }}{f_n}(x) seems to function the same as {\lim _{a \to 0}}\frac{{{e^{ - {\textstyle{{{x^2}} \over {4a}}}}}}}{{2\sqrt {\pi a} }}. Letting {a \to 0} gives us a sequence of functions, fn(x). This makes me wonder if we're not talking about different notation when it comes to practical applications. I mean, in practical applications such as differential equations does it really matter? Every place I've seen the Dirac delta being used it's always the form that integrates to 1. It seems to me that the only ones who cares are analysts. But I don't know any examples of practical use where it matters. Maybe you can help with that. For if all practical applications are invariant with this change of notation, I think I'll continue to use the form I'm comfortable with, thank you very much.

It depends. For example let's take your example. How do you take the limit ##a\rightarrow0##? Well we could have ##a_n = \frac{1}{n} \rightarrow 0## or you could take the continuum limit. In the former you get Shawrtz distributions as normal. In the latter case you get Colobeau algebra. The former doesn't have multiplication but the latter does. If you are studying non-linear DEs then this difference becomes important. The initial change is small, but it changes whether the technique is applicable or not.

Keep in mind in physical applications you always have test functions: it's the error from your apparatus. Usually that'll be a Gaussian, and lo and behold, Gaussians are the prototypical test function that's introduced in books. Physicists and modellers can get away with dropping the test function which is modelling the instrument itself. And when you model with DEs you interested in the readings from your instrument.

But your application is geometry. There is no instrument to accurately measure the curvature of some Riemann manifold. So you need to be aware of all this.

And moving on. Yes it is notation. But it's dangerous notation because it lying. The monkey-patch is to write
##\int_{\mathbb{R}^3} \delta(\mathbf x- \mathbf a) \, d\phi,##
turning it into a Stieltjes integral. That'll evaluate to ##\phi(a)## and won't be equal to 1 for all ##a\in\mathbb{R}##, but I'm pretty sure you could find a test function phi which makes the expression arbitrarily close to 1. (In math terms that would be: for all ##\epsilon > 0## there exists test function ##phi## so that the above expression evaluates to ##1-\epsilon##.) So all of your answers are correct to some error ##\epsilon>0##.
Edit: just realized this wouldn't work. Oh well.

Alternate approach: it's always possible to find a phi such that for any open and bounded ##U \subset \mathbb{R}^3##,
##\int_{\mathbb{R}^3} \delta(\mathbf x- \mathbf a) \, d\phi = 1## for all ##a\in U##.
Then you glue/stitch the different parts together. This approach leads to sheaf theory. This approach probably results in more bookkeeping, but is a "better" approach...for a topologist :-p

Another Edit:
I just realized how to combine the two approaches. I'll explain on ℝ1. Let ##U_1 = (-1,1)##, and let ##\phi## be a test function which is a constant 1 over U1 and has rapid decrease. Then if ##a \in U_1##
##\int_{R} \delta(x-a) \, d\phi = \phi(a) = 1##.
Now if a is outside U1, we simple choose ##U_n = (-n,n) = \ni a## and repeating the process we'll get 1.
On your manifold, you need to find an origin point, and choose successively larger open balls around that point.
 
Last edited:
  • #12
pwsnafu said:
It depends...

All this leaves me wondering if the generalized function approach to the Dirac delta may be too much of a generalization. Or, maybe we're not talking about the same Dirac delta. I mean, as first developed by Cauchy and Dirac, the Dirac delta function seems to simply be a generalization of the Kronecker delta so that instead of writing,
\sum\nolimits_{i = 1}^n {{\delta _{ij}} = 1{\rm{ for }}1 \le j \le n}
we generalize to the continuous case by writing
\int_{ - \infty }^{ + \infty } {\delta (x)dx} = 1
Then since the integral is still defined for small intervals,
\int_{ - \varepsilon }^{ + \varepsilon } {\delta (x)dx} = 1
no matter how small \varepsilon is, we have the usual
\int_{ - \infty }^{ + \infty } {\delta (x)f(x)dx} = f(0)
for any f(x) sufficiently well behaved at x=0.
Here it doesn't seem to matter whether f(x) is a distribution or not. All that matters is that the integral is doable.

I think what's going on in distribution theory is that since they have the delta as a distribution with compact support, they want any function integrated against it to also be a distribution with compact support so it will make sense to them to write (\delta ,f) to stand for a generalized inner product of the same kinds of things (like vectors, or functions with compact support). This prevents them from forming (\delta ,1) since 1 is not the same kind of thing as \delta. But all that seems to really matter in practice is that the integral is doable. So they treat the parameter \varepsilon to be large in comparison with the differentials in the process of doing the calculus, then they make \varepsilon approach zero if needed. Is it true that this avoids any problems with precise definitions in terms of generalized distributions?
 
  • #13
friend said:
All this leaves me wondering if the generalized function approach to the Dirac delta may be too much of a generalization.
<snip>
The theory of generalised function was developed because Dirac delta is poorly behaved: it must, inevitably, break calculus. For example if we go with
##1 = \int_{-\infty}^\infty \delta(x) \, dx##
then from the properties of the Riemann (or Lebesgue) integral
##\int_{-\infty}^\infty \delta(x) \, dx = \int_{-\infty}^0 \delta(x) dx + \int_{0}^0 \delta(x) dx + \int_{0}^\infty \delta(x) dx = 0+0+0##
because the integral at a point is zero. And yes even if ##\delta(0)=\infty##, from the definition of the integral, it evaluates to zero. And someone had a proof of Dirac breaking the product rule. IIRC they showed that the Heaviside step function is equal to ##x\delta(x)+1##, or something equally meaningless. (Hint: think about what happens when x<0)

The thing is, if you are willing to justify every single step you do (such as the substitution of x-x0, the change of variables inside and so on), sure go ahead. But you can't be casual because something will fail. You are doing a completely different calculus.

PS. I don't know how you got ##\int_{-\epsilon}^\epsilon \delta(x)dx=1 \implies \int_{-\infty}^\infty \delta(x)f(x) \, dx = f(0)##.
I think what's going on in distribution theory is that since they have the delta as a distribution with compact support, they want any function integrated against it to also be a distribution with compact support so it will make sense to them to write (\delta ,f) to stand for a generalized inner product of the same kinds of things (like vectors, or functions with compact support). This prevents them from forming (\delta ,1) since 1 is not the same kind of thing as \delta. But all that seems to really matter in practice is that the integral is doable. So they treat the parameter \varepsilon to be large in comparison with the differentials in the process of doing the calculus, then they make \varepsilon approach zero if needed. Is it true that this avoids any problems with precise definitions in terms of generalized distributions?

There are three parts to this, so I'll break it up.

First the notation ##(\delta, f)## traces its origin to Dirac's bra-ket notation. There we write all vectors (i.e. functions) as ##|f\rangle## and all functionals as ##\langle \phi |##. The evaluation is written as ##\langle \phi | |f\rangle##, but usually we only write one pipe in the centre. Now quantum mechanics is usually on ##L^2## so every function ##|g \rangle## defines a functional ##\langle g|## through the inner product
##\langle g| f \rangle = IP(|g \rangle,|f\rangle)##.
In parallel to this, people wanted to still use the notation for non-innner product spaces, so they wrote ##\langle \phi |f\rangle## even though there is no inner product. It's notation overload. I don't why this changed to ##(\phi, f)## in generalised functions. Maybe not to be confused with bra-ket?

Secondly, functionals with compact support are a completely different beast. Most textbooks just say this is what they are and ignore them. You can't do a countable sum and stay in the space, you can't take the anti-derivative and stay in the space. And so on. So for the majority of applications where you want generalized functions, they are a poor fit. I personally haven't actually seen any applications for this space.

Thirdly, as to your last question (if I am understanding your question correctly) my gut says yes. Take the set of all gen func with compact support. IIRC that set is denoted ##\mathcal{E}'(\mathbb{R})##. Now because we define it as a subset of ##\mathcal{D}'(\mathbb{R})## it'll have the same test function space. But we can enlargen the test functions to find the largest set that works for E'. I think that space is ##C^\infty(\mathbb{R})## and the constant ##f(x)=1## is in that. I don't know how to prove that though. Oh, and if you go down this route, you'll need to be careful in how you manipulate Dirac: you need to stay "inside" E'. And I have absolutely no idea how compositions work in this space.

What worries me is that you probably won't be able to obtain global information about g. If you could do ##\sum_{n=-\infty}^\infty \delta(x- n x_0)## you could "ping" g everywhere on your manifold. But you'll be stuck with finite pings.
Similarly, x and x0 will always need to stay "close" to each other.
Am I making sense?
 
Last edited:
  • #14
pwsnafu said:
The theory of generalized function was developed because Dirac delta is poorly behaved: it must, inevitably, break calculus...

I do appreciate your insights into all this.

If I'm going to derive physics from the Dirac delta function, I'd better try to get all the information I can get about it. I ordered a book on the https://www.amazon.com/gp/product/551058887X/?tag=pfamazon01-20 on Amazon.com. I should be getting it in a few days. It'll probably give me enough information to be dangerous.

Also, I read a 1995 paper on the arxiv.org site named ON DIRAC’S DELTA CALCULUS. It tries to justify the Dirac delta in terms of virtual functions and virtual numbers. But he did not do a good job at explaining what those virtual things are. Are you familiar with virtual functions?
 
  • #15
friend said:
I do appreciate your insights into all this.

If I'm going to derive physics from the Dirac delta function, I'd better try to get all the information I can get about it. I ordered a book on the https://www.amazon.com/gp/product/551058887X/?tag=pfamazon01-20 on Amazon.com. I should be getting it in a few days. It'll probably give me enough information to be dangerous.

Haven't read that book. Do write an Amazon review for it.

Also, I read a 1995 paper on the arxiv.org site named ON DIRAC’S DELTA CALCULUS. It tries to justify the Dirac delta in terms of virtual functions and virtual numbers. But he did not do a good job at explaining what those virtual things are. Are you familiar with virtual functions?

Never heard of it! :-p
I'll have a read, and give my thoughts on it in a few days.

One option you may want to look at is hyperfunction theory. The idea is you take the complex plane and split it into the upper half plane, the real line, and the lower half plane. Then a function on the real line is the "difference" between the upper and lower halves. A hyperfunction is basically a pair of holomorphic functions, the first is defined on the upper and the second is defined on the lower. It has the advantage that your knowledge from complex analysis will apply, so compositions and other operations are easier. It also has the really nice property that the Dirac delta is nothing more than the basic version of Cauchy's integral formula, which (I assume) is something you know a lot about.
 
  • #16
I ordered a book on the Dirac delta function on Amazon.com
pwsnafu said:
Haven't read that book. Do write an Amazon review for it.
I put up a review on Amazon.com. https://www.amazon.com/gp/product/551058887X/?tag=pfamazon01-20. It seems there's a problem with the publishing process. The formulas did not print out. Kinda crazy, eh?
 
Back
Top