(a) Both conditions are satisfied with <em>x</em> = (1, 0) for and <em>x</em> = (1, 0, 0) for :
||(1, 0)|| = √(1² + 0²) = 1
max{1, 0} = 1
||(1, 0, 0)|| = √(1² + 0² + 0²) = 1
max{1, 0, 0} = 1
(b) This is the well-known triangle inequality. Equality holds if one of <em>x</em> or <em>y</em> is the zero vector, or if <em>x</em> = <em>y</em>. For example, in , take <em>x</em> = (0, 0) and <em>y</em> = (1, 1). Then
||<em>x</em> + <em>y</em>|| = ||(0, 0) + (1, 1)|| = ||(1, 1)|| = √(1² + 1²) = √2
||<em>x</em>|| + ||<em>y</em>|| = ||(0, 0)|| + ||(1, 1)|| = √(0² + 0²) + √(1² + 1²) = √2
The left side is strictly smaller if both vectors are non-zero and not equal. For example, if <em>x</em> = (1, 0) and <em>y</em> = (0, 1), then
||<em>x</em> + <em>y</em>|| = ||(1, 0) + (0, 1)|| = ||(1, 1)|| = √(1² + 1²) = √2
||<em>x</em>|| + ||<em>y</em>|| = ||(1, 0)|| + ||(0, 1)|| = √(1² + 0²) + √(0² + 1²) = 2
and of course √2 < 2.
Similarly, in you can use <em>x</em> = (0, 0, 0) and <em>y</em> = (1, 1, 1) for the equality, and <em>x</em> = (1, 0, 0) and <em>y</em> = (0, 1, 0) for the inequality.
(c) Recall the dot product identity,
<em>x</em> • <em>y</em> = ||<em>x</em>|| ||<em>y</em>|| cos(<em>θ</em>),
where <em>θ</em> is the angle between the vectors <em>x</em> and <em>y</em>. Both sides are scalar, so taking the norm gives
||<em>x</em> • <em>y</em>|| = ||(||<em>x</em>|| ||<em>y</em>|| cos(<em>θ</em>)|| = ||<em>x</em>|| ||<em>y</em>|| |cos(<em>θ</em>)|
Suppose <em>x</em> = (0, 0) and <em>y</em> = (1, 1). Then
||<em>x</em> • <em>y</em>|| = |(0, 0) • (1, 1)| = 0
||<em>x</em>|| • ||<em>y</em>|| = ||(0, 0)|| • ||(1, 1)|| = 0 • √2 = 0
For the inequality, recall that cos(<em>θ</em>) is bounded between -1 and 1, so 0 ≤ |cos(<em>θ</em>)| ≤ 1, with |cos(<em>θ</em>)| = 0 if <em>x</em> and <em>y</em> are perpendicular to one another, and |cos(<em>θ</em>)| = 1 if <em>x</em> and <em>y</em> are (anti-)parallel. You get everything in between for any acute angle <em>θ</em>. So take <em>x</em> = (1, 0) and <em>y</em> = (1, 1). Then
||<em>x</em> • <em>y</em>|| = |(1, 0) • (1, 1)| = |1| = 1
||<em>x</em>|| • ||<em>y</em>|| = ||(1, 0)|| • ||(1, 1)|| = 1 • √2 = √2
In , you can use the vectors <em>x</em> = (1, 0, 0) and <em>y</em> = (1, 1, 1).