Can integration and summation be considered equivalent concepts?

  • Thread starter Thread starter Damidami
  • Start date Start date
  • Tags Tags
    Integral Series
Damidami
Messages
93
Reaction score
0
Hi!

Sorry if this is a bit trivial, I was wondering if there is a way of converting a series

\Sum_{n=1}^{+\infty} a_n
\Sum_{n=1}^{+\infty} a_n

into an integral

\int_0^1 f(x) dx
\int_0^1 f(x) dx

such that both are equal (give the same result). In that case, what is the relation between a_n and f(x) (are they some kind of reciproques?)
 
Physics news on Phys.org
Yes there is. It's easier to do if you integrate over the interval [0,\infty], but if you want to do it over [0,1] you can define f(x)=\sum_{ k = 1 }^\infty k ( k + 1 ) a_k \chi_{ ( \frac{1}{k+1}, \frac{1}{k} ] }, where \chi_A is the characteristic function of the set A. Note that such a function is not unique, because the function g(x)=\sum_{k=1}^\infty k a_k \chi_{ (0,\frac{1}{k}] } would also work.

You hit upon a somewhat deep result of analysis, which is that integration and summation are essentially the same thing. This is intuitively clear from the first time you learn about the Riemann integral as a limit of Riemann sums, but to really make it precise you need measure theory. If you're interested in this stuff, you should read about the Lebesgue integral. As it turns out, an infinite sum is just the Lebesgue integral over the natural numbers with respect to the counting measure. If you take this approach to summation, a whole slew of results such as Holder's and Minkowski's inequalities (of which the Cauchy-Schwartz inequality is a special case) and the criteria for interchanging double sums or limits with sums etc, follow quite simply as a result of the corresponding measure-theoretic facts.
 
Last edited:
Back
Top