Min(|v|) and max(|v|) in relation to norms of a vector

  • Thread starter Thread starter infinitylord
  • Start date Start date
  • Tags Tags
    Relation Vector
infinitylord
Messages
34
Reaction score
1

Homework Statement


I have a homework problem in honors calculus III that I'm having a little trouble with. Given these three qualities of norms in Rn:

1) f(v)\geq0, with equality iff v=0
2) f(av)=|a|f(v) for any scalar a
3) f(v+w) \leq f(v)+f(w)

we were given a set of 3 functions and told that 2 were norms and 1 was not a norm. I very easily classified that f(v1,...,vn)=|v1|+...+|vn| was a norm using these three properties. the two left were g(v1,...vn) = min(|v1|,...,|vn|) and h(v1,...vn) = max(|v1|,...,|vn|). I determined through some research that the maximum function was a norm and the minimum function was not. But I don't know why that is. I tried using the triangle inequality 3) to prove this, but I came up with the inequality being true for both the max and min. I'm really not sure what to do from here as I believe that both of the first 2 properties of norms work for the max and min. I was reliant on the triangle inequality being the counterexample I needed for the minimum function. If someone could help me out I'd greatly appreciate it!
 
Last edited:
Physics news on Phys.org
There is a counterexample for the triangle inequality, you just need some clever choice of vectors to test. Two vectors with two components each are sufficient, if you just test some cases you should find a counterexample.
 
infinitylord said:
I'm really not sure what to do from here as I believe that both of the first 2 properties of norms work for the max and min.
Try that again. Surely you can come up with a non-zero vector whose norm is zero per ||\mathbf v|| = \min (|v_1|, |v_2|, \cdots, |v_n|).
 
  • Like
Likes 1 person
infinitylord said:

Homework Statement


I have a homework problem in honors calculus III that I'm having a little trouble with. Given these three qualities of norms in Rn:

1) f(v)\geq0, with equality iff v=0
2) f(av)=|a|f(v) for any scalar a
3) f(v+w) \leq f(v)+f(w)

we were given a set of 3 functions and told that 2 were norms and 1 was not a norm. I very easily classified that f(v1,...,vn)=|v1|+...+|vn| was a norm using these three properties. the two left were g(v1,...vn) = min(|v1|,...,|vn|) and h(v1,...vn) = man(|v1|,...,|vn|). I determined through some research that the maximum function was a norm and the minimum function was not. But I don't know why that is.

Consider v = (1,0, \dots, 0). Then v \neq 0 so by (1) its norm must be strictly positive.
 
Thanks guys! I got it now I believe. I used the triangle inequality with v=(1,0) and w=(0,1). That way (after some simplification) it turns into:
v1+w2\leqv1-v1+w2-w2.
Therefore, 2<0. Which is completely untrue.
 
That's more complicated than necessary, but it certainly works.
 
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