If $f$ and $g$ are bounded on $[a,b]$, prove that $\lVert f+g \rVert_u \leq \lVert f\rVert_u + \lVert g\rVert_u$.
Where do I begin? I think that I may have to use a contradiction but I'm really confused as to how I should approach questions like this in general. Step by step explanations are greatly appreciated.
Thanks
$$ \begin{align} \|f\|_u+\|g\|_u &=\sup_{x\in[a,b]}|f(x)|+\sup_{y\in[a,b]}|g(y)|\\ &=\sup_{(x,y)\in[a,b]^2}(|f(x)|+|g(y)|) \end{align} $$ whereas $$ \begin{align} \|f+g\|_u &=\sup_{x\in[a,b]}|f(x)+g(x)|\\ &\le\sup_{x\in[a,b]}(|f(x)|+|g(x)|)\\ &=\sup_{\substack{(x,y)\in[a,b]^2\\x=y}}(|f(x)|+|g(y)|) \end{align} $$ Note that the second supremum is taken over a subset of where the first supremum is taken. Therefore, $$ \begin{align} \|f+g\|_u &\le\sup_{\substack{(x,y)\in[a,b]^2\\x=y}}(|f(x)|+|g(y)|)\\ &\le\sup_{(x,y)\in[a,b]^2}(|f(x)|+|g(y)|)\\[6pt] &=\|f\|_u+\|g\|_u \end{align} $$