Let $X$ be vector space of real-valued function with continuous derivative on $[0,1]$. Define an inner product on $X$ by $$\langle x, y \rangle = x(0)y(0) + \int_0^1 x^\prime (t) y^\prime (t) dt.$$ Prove that $(X, \langle.,.\rangle)$ is not Hilbert.
This is the last part of a problem in my final exam. In previous parts, we denote $||.||$ be the norm induced by $\langle.,.\rangle$, and consider the norm $||.||_1$ defined by $$||x||_1 = |x(0)|+ \sup_{t\in [0,1]} |x^\prime(t)|.$$ We proved that $||.||_1$ is stronger than $||.||$ (which means if $(x_n)$ converges in $(X,||.||_1)$, then it also converges in $(X, ||.||)$), and then we consider $(x_n)$ given by $$x_n(t) = n\left(\frac{t^{n+1}}{n+1} - \frac{t^{n+2}}{n+2}\right)$$ which converges to $0$ in $(X, ||.||)$ but does not converge to $0$ in $(X, ||.||_1)$.
Thank you very much.