In[1]:= innerproduct[f_,g_,x_]:=Integrate[f g ,{x,-Pi,Pi}]
innerproduct[f_,g_,x_]:=Integrate[f g ,{x,-Pi,Pi}]
The norm from this inner product is therefore :
In[2]:= norm[f_]:=Sqrt[innerproduct[f,f,x]]
norm[f_]:=Sqrt[innerproduct[f,f,x]]
Up to Fourier Series