I'm trying to show $\|\cdot\|_2$ is a norm on the $\mathbb C$-vector space $C([0,1],\mathbb C)$ where $$\|\cdot\|_2:C([0,1],\mathbb C)\to\mathbb R:f\mapsto\sqrt{\int_0^1|f(t)|^2dt}$$
I've stuck in course of showing triangle inequality. I've to show that $$\sqrt{\int_0^1|f(t)+g(t)|^2dt}\le\sqrt{\int_0^1|f(t)|^2dt}+\sqrt{\int_0^1|g(t)|^2dt}$$
Edit: I've already received an answer using Minkowski's Inequality. Can't we conclude it by Cauchy-Schwarz even when the base field is $\mathbb R$ instead of $\mathbb C$? I can see for the vector space $C([0,1],\mathbb R)$ over $\mathbb R$ the triangle inequality follows from Cauchy-Schwarz considering the inner product $$(,):C_\mathbb R([0,1],\mathbb R)\times C_\mathbb R([0,1],\mathbb R)\to\mathbb R:(f,g)\mapsto\int_0^1f(t)g(t)dt.$$ But if we consider the linear space $C_\mathbb R([0,1],\mathbb C)$ then not necessarily $\int_0^1f(t)g(t)dt\in\mathbb R$ neither $\int_0^1f(t)\overline{g(t)}dt\in\mathbb R$. However $$(,):C_\mathbb R([0,1],\mathbb C)\times C_\mathbb R([0,1],\mathbb C)\to\mathbb R:(f,g)\mapsto\int_0^1|f(t)g(t)|dt$$ is not an inner product for it doesn't obey $(f,g+h)=(f,g)+(f,h).$
How is it possible to solve it by Cauchy-Schwarz?
Does $\|\cdot\|_2:C_\mathbb R([0,1],\mathbb C)\to\mathbb R:f\mapsto\sqrt{\int_0^1|f(t)|^2dt}$ even come from any inner product?
\|is better than||,\cdotis better than.and most importantly,\displaystyleis completely useless when you are using$$environments. – Asaf Karagila Jul 05 '13 at 07:09The inner product is $(f, g) = \int_0^1 f(t) \overline{g(t)} dt$, so that the norm is $\sqrt{(f, f)}$.
– grantfgates Jul 09 '13 at 06:52