Proofs with continuity and absolute values

mscbuck
Messages
18
Reaction score
0

Homework Statement



-F is a continuous function on [0,1], so let ||f|| be the maximum value of |f| on [0,1]

a. Prove that for any number c we have ||cf|| = |c|\ast||f||

b. Prove that ||f + g|| \leq ||f|| + ||g||.

c. Prove that ||h - f|| \leq ||h - g|| + ||g - f||

Homework Equations



Based on the statement, we know f is continuous so we know a limit exists for f(x), f(a) exists, and that the limit of f(x) as x-->a = f(a).

The Attempt at a Solution



I think I have solved part a.). My attempt begins by saying that since |cf| (x) = |c| \ast f(x), so if y is where |f| will reach its maximum value. Therefore:

f|y| = ||f|| , so therefore:

|c|\ast|f(y)| \geq |cf(x)|

|cf(y)| = ||cf||

Is that enough for part a? I am stuck somewhat at parts b and c. My instructor said this is an exercise in placing the absolute value signs and parentheses perfectly at just the right times, but I"m afraid I'm not seeing those times! Some first steps to take would be greatly appreciated!

Thanks
 
Last edited:
Physics news on Phys.org
You do know that |f| [/itex] is continous, so there is some point y \in [0,1] that satisfies<br /> <br /> &lt;br /&gt; |f(y)| = \max_{x \in [0,1]} |f(x)|&lt;br /&gt;<br /> <br /> This should help with `a&#039;.<br /> <br /> For the others, think along these lines to start<br /> <br /> a) For any numbers (or function values) |a + b| \le |a| = |b|<br /> <br /> b) It is also true that |a - b| \le |a - c| + |c - b|.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top