Let $V$ be an inner product space. Show that $$||x + y|| ≤ ||x|| + ||y||$$ for all x, y ∈ V
By Pythagoras’ Theorem $$||x + y||^2 = ||x||^2 + ||y||^2$$
$$||x + y||^2 = (||x|| + ||y||)^2-2||x||||y||$$ $$||x + y||^2 \leq (||x|| + ||y||)^2$$ $$||x + y|| \leq ||x|| + ||y||$$
The proof in our course uses Cacuhy-Schwarz Inequality. But I want to know if this is a valid proofing method?
EDIT:ok I see the issue now. As x and y might not be orthogonal, we cannot use Pythagoras's here. Thank you all.
$(\|x\|+\|y\|)^2=\|x\|^2+\|y\|^2+2\|x\|\|y\|\ge \|x\|^2+\|y\|^2+2<x,y>=\|x+y\|^2.$ Hence we have the triangular inequality.