Hölder's inequality for 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
5 replies · 3K views
ELESSAR TELKONT
Messages
39
Reaction score
0

Homework Statement



Let [itex]1\leq p,q[/itex] that satisfy [itex]p+q=pq[/itex] and [itex]x\in\ell_{p},\, y\in\ell_{q}[/itex]. Then
[itex] \begin{align}<br /> \sum_{k=1}^{\infty}\left\vert x_{k}y_{k}\right\vert\leq\left(\sum_{k=1}^{\infty}\left\vert x_{k}\right\vert^{p}\right)^{\frac{1}{p}}\left( \sum_{k=1}^{\infty}\left\vert y_{k}\right\vert^{q}\right)^{\frac{1}{q}}<br /> \end{align}[/itex]

Homework Equations



The Hölder's inequality for [itex]\mathbb{R}^{n}[/itex] and convergence conditions of sequences in [itex]\ell_{r}[/itex], that is:
[itex] \begin{align}<br /> \sum_{k=1}^{\infty}\left\vert x_{k}\right\vert^{r}<\infty<br /> \end{align}[/itex]

The Attempt at a Solution



I can prove the result from the inequality for [itex]\mathbb{R}^{n}[/itex], but I have a missing part that I don't get to prove, that is: proving that
[itex] \begin{align}<br /> \sum_{k=1}^{\infty}\left\vert x_{k}y_{k}\right\vert<br /> \end{align}[/itex]
converges given convergence conditions over x, y. Could you give me ideas! This is not a homework task. I'm reviewing some analysis topics.
 
Physics news on Phys.org
The problem I have is not the proof itself, but the convergence of the LHS of the inequality. How can I prove it is the question. Obviously in [itex]\mathbb{R}^{n}[/itex] you don't need to check any convergence, then you have no manner to parallel that part of the proof.

In other words: I have followed the proof for [itex]\mathbb{R}^{n}[/itex] and proven the inequality for sequences, but I failed to justify why I can do it since I don't know how to prove that if the series for x, y converge with the convergence condition for that sequence spaces then the series in LHS converges.
 
The result for [itex]\mathbb{R}^{n}[/itex] is

Let [itex]1\leq p,q[/itex] that satisfy [itex]p+q=pq[/itex] and [itex]x,y\in\mathbb{R}^{n}[/itex]. Then
[itex] \begin{align}<br /> \sum_{k=1}^{n}\left\vert x_{k}y_{k}\right\vert\leq\left(\sum_{k=1}^{n}\left\vert x_{k}\right\vert^{p}\right)^{\frac{1}{p}}\left( \sum_{k=1}^{n}\left\vert y_{k}\right\vert^{q}\right)^{\frac{1}{q}}<br /> \end{align}[/itex]
 
Maybe you can start by proving that

[tex]\frac{|x_ny_n|}{\|(x_n)_n\|_p\|(y_n)_n\|_q}\leq \frac{1}{p}\frac{|x_n|^p}{\|(x_n)_n\|_p}+\frac{1}{q}\frac{|y_n|^q}{\|(y_n)_n\|_q}[/tex]

In general if [itex]0<\lambda <1[/itex] and a,b are nonnegative, then

[tex]a^\lambda b^{1-\lambda}\leq \lambda a+(1-\lambda)b[/tex]
 
Why I can't see that! that's another version of the Young's inequality. thanks for that illuminating idea.