Tsunoyukami
- 213
- 11
Here's yet another assigned problem that I'm having difficulty with. I think I'm close to the end but am "nervous" (for lack of a better word) about whether or not I have used summation notation properly throughout the problem. Here it is:
"Use the Schwarz inequality to establish that
( \sum |a_{j} + b_{j}|^{2})^{1/2} \leq (\sum |a_{j}|^{2})^{1/2} + (\sum |b_{j}|^{2})^{1/2}" (From Complex Variables, 2nd Edition by Fisher, pg. 10; #24)
The Schwarz Inequality is:
| \sum a_{j}\overline{b_{j}}|^{2} \leq (\sum |a_{j}|^{2})(\sum |b_{j}|^{2})
I will now describe my approach without writing out each step explicitly (I'm finding summation notation tedious to write for LaTeX and this is for a graded assignment so I'd rather not have the entire answer floating on the web). If anything I say is unclear or you require more details let me know and I can fill it out.
Also, please note that the sums in both the above inequalities are from j=1 to j=n. I was unsure how to code that properly in LaTeX.
I squared both side of the given inequality and expanded the left-hand side. After some algebra I obtained the following expression:
(\sum Re(a_{j}\overline{b_{j}}))^{2} \leq (\sum |a_{j}|^{2})(\sum |b_{j}|^{2})
The right-hand sides of this expression and the Schwarz Inequality are exactly equal. I argue that this inequality is true if it's left-hand side is less than or equal to the left-hand side of the Schwarz Inequality, that is:
(\sum Re(a_{j}\overline{b_{j}}))^{2} \leq | \sum a_{j}\overline{b_{j}}|^{2}
To me this is obvious when j = 1. Let w_{j} = a_{j}\overline{b_{j}}, and can be written in the form w = x + iy, then:
\sum Re(w_{j}) \leq | \sum w_{j}|
Re(w_{j}) \leq | w_{j}|
x \leq (x^{2} + y^{2})^{1/2}
x^{2} \leq (x^{2} + y^{2})
0 \leq y^{2}
So I am done. But how can I extend this to the case when j \neq 1?
If anything I've described above seems incorrect please let me know and I can write out the steps I took explicitly to see where I went wrong. Thanks a lot in advance for any assistance! :)
"Use the Schwarz inequality to establish that
( \sum |a_{j} + b_{j}|^{2})^{1/2} \leq (\sum |a_{j}|^{2})^{1/2} + (\sum |b_{j}|^{2})^{1/2}" (From Complex Variables, 2nd Edition by Fisher, pg. 10; #24)
The Schwarz Inequality is:
| \sum a_{j}\overline{b_{j}}|^{2} \leq (\sum |a_{j}|^{2})(\sum |b_{j}|^{2})
I will now describe my approach without writing out each step explicitly (I'm finding summation notation tedious to write for LaTeX and this is for a graded assignment so I'd rather not have the entire answer floating on the web). If anything I say is unclear or you require more details let me know and I can fill it out.
Also, please note that the sums in both the above inequalities are from j=1 to j=n. I was unsure how to code that properly in LaTeX.
I squared both side of the given inequality and expanded the left-hand side. After some algebra I obtained the following expression:
(\sum Re(a_{j}\overline{b_{j}}))^{2} \leq (\sum |a_{j}|^{2})(\sum |b_{j}|^{2})
The right-hand sides of this expression and the Schwarz Inequality are exactly equal. I argue that this inequality is true if it's left-hand side is less than or equal to the left-hand side of the Schwarz Inequality, that is:
(\sum Re(a_{j}\overline{b_{j}}))^{2} \leq | \sum a_{j}\overline{b_{j}}|^{2}
To me this is obvious when j = 1. Let w_{j} = a_{j}\overline{b_{j}}, and can be written in the form w = x + iy, then:
\sum Re(w_{j}) \leq | \sum w_{j}|
Re(w_{j}) \leq | w_{j}|
x \leq (x^{2} + y^{2})^{1/2}
x^{2} \leq (x^{2} + y^{2})
0 \leq y^{2}
So I am done. But how can I extend this to the case when j \neq 1?
If anything I've described above seems incorrect please let me know and I can write out the steps I took explicitly to see where I went wrong. Thanks a lot in advance for any assistance! :)