How can I use modulus and inequalities to simplify my equations?

Somefantastik
Messages
226
Reaction score
0
Hello,

I've got

|a|^{2} = |a - b + b|^{2}

What can I do with this guy? Usually when the square isn't there I use the triangle inequality and things fall out pretty quick, for example,

|a| = |a - b + b| \leq |a-b| + |b|

Is there something like that I can do with the orginial guy?
 
Mathematics news on Phys.org
Somefantastik said:
Hello,

I've got

|a|^{2} = |a - b + b|^{2}

What can I do with this guy? Usually when the square isn't there I use the triangle inequality and things fall out pretty quick, for example,

|a| = |a - b + b| \leq |a-b| + |b|

Is there something like that I can do with the orginial guy?
Well, |a - b + b|2 = |a|2
 
What are you looking for?
 
mathman said:
What are you looking for?

I know a property concerning |a-b|2 (it's less than some epsilon) and I know what |b|2 is, so, if I can break this down into an inequality, I can say something about |a|2. Does that make sense? this is part of a bigger problem concerning metric spaces.
 
Are you looking for something like this?

\left|a\right|^2=\left|a^2\right|=\left|a^2-b^2+b^2\right|\leq\left|a^2-b^2\right|+\left|b^2\right|

Now, if \left|a^2-b^2\right|\leq\epsilon and \left|b^2\right|\leq\epsilon, then \left|a\right|^2\leq 2\epsilon
 
No, my a is a function in C[0,1] so that statement may not be true. I'm looking for a way to massage out that to which I responded to mathman.
 
Well, my guess is that you are working with the sup norm, and want to prove something related to uniform convergence, but I think you must give more details. After all, you stated that you had information about |a2-b2|, |b2| and needed to relate these to |a2|. Given only this, I can't add anything else.
 
I have

|f_{n}(t)-f(t)|^{2} \leq\epsilon

and |f_{n}(t)|^{2} \leq 1

I wish to show

|f(t)|^{2} \leq 1

as well.

As much as I'd like to, I cannot say

|f(t)|^{2} = |f(t) - f_{n} (t) + f_{n} (t)|^{2} \leq |f_{n}(t) - f(t)|^{2} + |f_{n}(t)|^{2}
 
No, but you can say:

<br /> |f(t)|^{2} = |f(t) - f_{n} (t) + f_{n} (t)|^{2} \leq |f_{n}(t) - f(t)|^{2} +2|f_{n} (t)||f_{n}(t) - f(t)|+ |f_{n}(t)|^{2} <br />

And you know how to estimate all terms on the right; just keep in mind that \epsilon is arbitrarily small (or at least I think it is).
 
  • #10
I see you just expanded it...I didn't know you could do that inside absolute value.
 
  • #11
It's just one of those Analysis tricks. After doing a fair number of these proofs, you start to spot them more rapidly.:smile:
 
  • #12
Well thank you so much! And yes, you are right, it did begin with the sup norm.
 
  • #13
Glad to help.:wink:
 
  • #14
Somefantastik said:
I see you just expanded it...I didn't know you could do that inside absolute value.
When you expand the square of the sum or difference of two terms, you get two squares and a product. Taking absolute values for each term can only make the sum of the three terms bigger.
 
  • #15
or

|f_n(t) - f(t)|^2 \leq \epsilon \implies
|f_n(t) - f(t)| \leq \epsilon&#039; \implies by reverse triangle inequality
|f(t)| - |f_n(t)| \leq \epsilon&#039; \implies
|f(t)| \leq 1 + \epsilon&#039; \implies
|f(t)|^2 \leq 1

edit: this is true for one n if the OP's statements still hold. as in if |f_n(t) - f(t) | \leq \epsilon for all epsilon without incrementing n.
 
Last edited:

Similar threads

Back
Top