Proving Feynman Identity with Induction

latentcorpse
Messages
1,411
Reaction score
0
I'm supposed to use the relationship A^{-1}=\int_0^\infty d \alpha e^{-\alpha A} to show that

\frac{1}{A_1 A_2 \dots A_n}=(n-1)! \int_0^1 dx_1 \dots \int_0^1 dx_n \frac{\delta(1-x_1- \dots - x_n)}{(x_1A_1 + \dots + x_nA_n)^n}

I decided that I should try and do this inductively.

So far I have managed to prove the base case n=2 successfully.

Then I made the inductive hypothesis that it will hold for n=k-1

And then I considered n=k and got

\frac{1}{A_1 \dots A_{k-1}A_k}=\frac{1}{A_1 \dots A_{k-1}} \frac{1}{A_k} = (k-2)! \int_0^1 dx_1 \dots \int_0^1 dx_{k-1} \frac{\delta(1-x_1 - \dots - x_{k-1})}{(x_1A_1 + \dots + x_{k-1}A_{k-1})^{k-1}} \times \int_0^\infty d \alpha e^{-\alpha A_k}

However, I don't seem to have any way of going anywhere from here?

Thanks for any help.
 
Physics news on Phys.org
You don't want to use induction. Write

<br /> \frac{1}{A_1\cdots A_n} = \int_0^\infty d\alpha_1 \cdots \int_0^\infty d\alpha_n e^{-\sum_i \alpha_i A_i}

and change to projective coordinates

\alpha_i = \alpha x_i, ~~\sum_i x_i=1.
 
fzero said:
You don't want to use induction. Write

<br /> \frac{1}{A_1\cdots A_n} = \int_0^\infty d\alpha_1 \cdots \int_0^\infty d\alpha_n e^{-\sum_i \alpha_i A_i}

and change to projective coordinates

\alpha_i = \alpha x_i, ~~\sum_i x_i=1.

So that gives \frac{1}{A_1 \dots A_n} = \int_0^\infty d \alpha_1 \dots \int_0^\infty e^{-\alpha \sum_i x_i A_i}

So I reckon that the sum to 1 gives the 1 in the delta function but I don't know what the connection is.

Also, I tried changing the variable of integration using \alpha_i = \alpha x_i and d \alpha_i = dx_i - whilst this keeps the lower limit of integration at 0, the upper one becomes \frac{\infty}{\alpha}=\infty \neq 1 as required - what am i doing wrong here?
 
The x_i range from 0 to 1 from the constraint. Also with the contraint, the measure is

d\alpha_1 \cdots d\alpha_n = d\alpha dx_1\cdots dx_n \delta\left( \sum_i x_i -1 \right).
 
fzero said:
The x_i range from 0 to 1 from the constraint. Also with the contraint, the measure is

d\alpha_1 \cdots d\alpha_n = d\alpha dx_1\cdots dx_n \delta\left( \sum_i x_i -1 \right).

I don't really follow.

Surely the x_i just have to sum to 1. So couldn't we have them being say 4 and -3 (of a n=2 example)? These sum to 1 and are both outside the range 0 to 1. Or are they constrained to being positive since \alpha_i has a positive range?

Secondly, where did that measure come from?
 
latentcorpse said:
I don't really follow.

Surely the x_i just have to sum to 1. So couldn't we have them being say 4 and -3 (of a n=2 example)? These sum to 1 and are both outside the range 0 to 1. Or are they constrained to being positive since \alpha_i has a positive range?

Yes, you have to look at the ranges of the original variables and that 0&lt;\alpha&lt;\infty.

Secondly, where did that measure come from?

If you compute

d\alpha_i = x_i d\alpha + \alpha d x_i

you can compute the new volume form and obtain the new measure. However, you can reproduce this by integrating over the (n+1)^\text{th} variable with a delta function constraint. As a simple example, you could try to show that

\int_0^\infty dx \int_0^\infty dy \delta(x^2+y^2 -1)

gives the correct measure on the unit circle.
 
fzero said:
Yes, you have to look at the ranges of the original variables and that 0&lt;\alpha&lt;\infty.



If you compute

d\alpha_i = x_i d\alpha + \alpha d x_i

you can compute the new volume form and obtain the new measure. However, you can reproduce this by integrating over the (n+1)^\text{th} variable with a delta function constraint. As a simple example, you could try to show that

\int_0^\infty dx \int_0^\infty dy \delta(x^2+y^2 -1)

gives the correct measure on the unit circle.

Why is 0 &lt; \alpha &lt; \infty?

And I'm still a bit lost with this delta business. You say I can reproduce the measure using
d\alpha_i = x_i d\alpha + \alpha d x_i - I don't really know how to go about this?

And in your example, why isn't your delta function \delta(1-x-y) like we're trying to get in the final result?

Thanks.
 
latentcorpse said:
Why is 0 &lt; \alpha &lt; \infty?

\alpha is like a radial variable. The x_i are affine coordinates.

And I'm still a bit lost with this delta business. You say I can reproduce the measure using
d\alpha_i = x_i d\alpha + \alpha d x_i - I don't really know how to go about this?

You should probably look up what's called the Jacobian matrix, unless you know how to compute the volume form, which encodes the same information.

And in your example, why isn't your delta function \delta(1-x-y) like we're trying to get in the final result?

Thanks.

Because I want to get the standard measure on the circle. It turns out that demanding x^2+y^2=1 or x+y=1 lead to the same space topologically, but that wasn't what I wanted to demonstrate.
 
you forgot an \alpha^{n-1} in the measure otherwise there is no (\sum x_i A_i)^{-n}
 
  • Like
Likes Matias
Back
Top