Convergence of infinite sequences

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Cassi
Messages
18
Reaction score
0

Homework Statement


Let V consist of all infinite sequences {xn} of real numbers for which the series summation xn2 converges. If x = {xn} and y = {yn} are two elements of V, define (x,y) = summation (n=1 to infinity) xnyn.
Prove that this series converges absolutely.

Homework Equations


The question includes a Hint: Use the Cauchy-Schwarz inequality to estimate the sum, summation (n=1 to M) lxnynl.

The Attempt at a Solution


Using the definition of convergence and ineqaulities I have shown that since xn converges, we have the inequality, summation(xn) < summation (xn2) < infinity. Therefore, {xn} converges but I do not know how to use the hint to extend this to the inner product.
 
Physics news on Phys.org
Cassi said:

Homework Statement


Let V consist of all infinite sequences {xn} of real numbers for which the series summation xn2 converges. If x = {xn} and y = {yn} are two elements of V, define (x,y) = summation (n=1 to infinity) xnyn.
Prove that this series converges absolutely.

Homework Equations


The question includes a Hint: Use the Cauchy-Schwarz inequality to estimate the sum, summation (n=1 to M) lxnynl.

So what is the Cauchy-Schwartz inequality? Your aim is probably to show that [itex]\sum |x_n y_n| \leq \left(\sum x_n^2\right)^{1/2}\left(\sum y_n^2\right)^{1/2}[/itex]. Why is that enough for you to conclude that [itex]\sum |x_ny_n|[/itex] converges?

The Attempt at a Solution


Using the definition of convergence and ineqaulities I have shown that since xn converges, we have the inequality, summation(xn) < summation (xn2) < infinity.

This is false. If [itex]0 < x_n < 1[/itex] then [itex]x_n > x_n^2[/itex]; and in particular you should be aware that [itex]\sum_{n=1}^\infty 1/n[/itex] diverges, whereas [itex]\sum_{n=1}^\infty 1/n^2 = \pi^2/6[/itex]. Even if it were true it wouldn't assist you.
 
Last edited:
You could also note that for any choice of x and y in V, ## |x_n| |y_n| \leq \max( x_n^2, y_n^2 ), \, \forall n \in \mathbb{N} ##. This completely disregards your hint, but in my mind is pretty straightforward.