Proving Double Sum Equivalence

  • Context: Graduate 
  • Thread starter Thread starter James R
  • Start date Start date
  • Tags Tags
    Equivalence Sum
Click For Summary

Discussion Overview

The discussion revolves around the proof of an equivalence involving double sums, specifically whether the expression \(\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(p,p-q)\) holds true for any function \(f(n,m)\). Participants explore the implications of changing the limits of the sums and the conditions under which such rearrangements might be valid.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants express skepticism about the validity of the proposed equivalence, suggesting it may not hold true under certain conditions.
  • One participant provides a counterexample using the function \(f(x,y)=2^{y-2x}\), noting that the left-hand side diverges while the right-hand side converges.
  • Another participant suggests a possible typo in the original statement, proposing an alternative formulation that might be more plausible.
  • There is a discussion about the conditions of absolute convergence and how it affects the rearrangement of sums, with some participants asserting that absolute convergence is necessary for the equivalence to hold.
  • One participant mentions a specific case involving the exponential function and its Maclaurin series, indicating a context in which the equivalence might be examined.
  • Participants clarify and correct each other regarding the notation and assumptions about the function \(f(n,m)\), particularly concerning the limits of summation.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the validity of the proposed equivalence. Multiple competing views remain, with some arguing for the possibility of a proof under certain conditions while others provide counterexamples that challenge the statement.

Contextual Notes

Limitations include the dependence on the properties of the function \(f(n,m)\) and the conditions under which the sums converge. The discussion highlights the importance of absolute convergence for rearranging sums and the potential for typos in mathematical expressions to lead to misunderstandings.

Who May Find This Useful

This discussion may be of interest to those studying mathematical analysis, particularly in the context of series and convergence, as well as individuals exploring the properties of double sums and their rearrangements.

James R
Science Advisor
Homework Helper
Gold Member
Messages
599
Reaction score
15
Does anybody know how to prove the following?

\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(p,p-q)

f(n,m) is any function of n and m.

Note the change of the limiting values on the sums.
 
Physics news on Phys.org
I'd be very impressed if a suitable proof exists, considering that it's not true.

For example, if
f(x,y)=2^{y-2x}
then the LHS is clearly not convergent, but the RHS is.
 
James R said:
Does anybody know how to prove the following?

\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(p,p-q)

f(n,m) is any function of n and m.

Note the change of the limiting values on the sums.

That looks false to me, but it may be a little typo. Do you perhaps mean:

\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(q,p-q)

This kind of rearrangement usually follows from absolute convergence pretty easily, are you sure there's no restrictions on f(n,m)?
 
shmoe said:
That looks false to me, but it may be a little typo. Do you perhaps mean:

\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(q,p-q)

This kind of rearrangement usually follows from absolute convergence pretty easily, are you sure there's no restrictions on f(n,m)?

That's still false.
Consider, for example f(x,y) is 2^{-x!-y!} if y>x and 0 otherwise. Both sums are absolutely convergent, but the LHS is non-zero, and the RHS is zero.

If there is absolute convergence, then
\sum_{n=0}^{\infty}\sum_{m=0}^{\infty}f(m,n)=\sum_{p=0}^\infty\sum_{q=0}^p f(p+q,p-q)+\sum_{p=0}^\infty\sum_{q=0}^p f(p+q+1,p-q)
works. Although, I'd be inclined to write that
\sum_{n=0}^{\infty}\sum_{m=0}^{\infty}f(m,n)=\sum_{k=0}^{\infty}\sum_{m>0,n>0,m+n=k}f(m,n)
 
Last edited:
NateTG said:
That's still false.
Consider, for example f(x,y) is 2^{-x!-y!} if y>x and 0 otherwise. Both sums are absolutely convergent, but the LHS is non-zero, and the RHS is zero.

The RHS is not zero. Take the p=1 term, it's f(0,1)+f(1,0), one of these is non-zero. (Maybe you missed where I changed f(p,p-q) to f(q,p-q))

You can think of the double sum as a sum over the integer lattice (n,m) where n and m are >=0. The LHS sums along infinite vertical lines (e.g. (0,0), (0,1), (0,2),...) then sums the results. My version sums along the lines with slope -1 (the lines m+n=p), then sums the results. James version looks to sum everything under the line y=x say (though I'd expect it was a typo).

Your version

\sum_{n=0}^{\infty}\sum_{m=0}^{\infty}f(m,n)=\sum_ {k=0}^{\infty}\sum_{m>0,n>0,m+n=k}f(m,n)

is the same as mine except you seem to be missing all points where one of n or m is zero. If you meant for n and m to be >= to zero instead of just >0, then it's the same as mine (take k=p, m=q)
 
Last edited:
Yeah, those should have been greater than or equal to.

shmoe said:
The RHS is not zero. Take the p=1 term, it's f(0,1)+f(1,0), one of these is non-zero. (Maybe you missed where I changed f(p,p-q) to f(q,p-q))

Yeah, I misread that as (q,q-p) which is no good.
 
Damn! Sorry about that. It was a typo, and should read:

\sum\limits_{n=0}^{\infty} \sum\limits_{m=0}^{\infty} f(n,m) = \sum\limits_{p=0}^{\infty} \sum\limits_{q=0}^{p} f(q,p-q)

That is, it is f(q,p-q) rather than f(p,p-q).

So, given that, does anybody have a proof?

Here's one specific context, for example.

We know that exp(x+y) = exp(x)exp(y).

Writing exp(x+y) and exp(x) as Maclaurin series, I would like to prove that the left hand side equals the right hand side. If you try that, it leads to a double sum of the type given.
 
Last edited:
You will be able to find proofs of this sort of thing under various assumptions in most intro analysis texts, see Rudin's Principles of Mathematical Analysis for example.
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K