I have a Hilbert space that has an inner product and is complete. But it has no norm. Is this acceptable? The axioms of the Hilbert space says complete inner product vector space, so I assume it is one. But it threw me off having no norm.
If I define the norm as $||x||=\sqrt{\langle x,x\rangle}$, then $||x||$ does not follow the triangle inequality. Everything else seems to work. Is it still a Hilbert space? Can I $\sqrt{\langle x,x\rangle}$ to define Cauchy sequences and prove completeness, instead of a norm?
My specific example is as follows. I define a vector of $n\times n$ matrices, then the inner product as follows:
$$ \langle u,v\rangle=\frac{1}{4}(||u+v||^n-||u-v||^n) $$
where
$$ ||x||^n=\sum_{M \in x}\det M $$
A vector space with said inner product follows all axioms of the Hilbert space, except that the "norm" $||x||^n$ does not respect the triangle inequality.