iamalexalright
- 157
- 0
Homework Statement
Let C^{1}(\Re) be the space of real-valued functions which have continuous first derivatives. Let
||f||=sup_{-5 \leq x \leq 5} |f(x)|
Prove that ||.|| is a semi-norm, but not a norm on the space.
Homework Equations
As far as my understanding goes a semi-norm is a norm that allows some non-zero vectors to give a zero norm.
Criteria for a norm:
1. ||v|| >= 0
2. ||v|| = 0 iff v = 0 (will have to prove this isn't true for our case)
3. ||cv|| = |c| ||v||
4. ||u + v|| <= ||u|| + ||v||
The Attempt at a Solution
The way I consider the norm is as follows:
We find the supremum of the set {|f(x)|: -5 <= x <= 5}
1. From the definition we know the norm will always be greater than zero (absolute value)
2. The only way for this norm to be zero is if the function is zero on the interval (maybe this isn't the case but as far as my limited knowledge can tell it is...). This seems wrong though since if that's the case then v = 0 which would lead me to believe that it is indeed a norm and not a semi norm.
3. Easy to prove, just algebra.
4. Easy analysis proof.
Where am I wrong? What haven't I considered?