Most of linear algebra books define the norm for an inner product space $(V,\mathbb{F})$ as:
$$\|v\| = \sqrt{\langle v,v\rangle}$$
In which $v\in V$. From this definition, one can then state the following theorem:
Theorem. Let $V$ be an inner product space over $\mathbb{F}$. Then for all $x,y \in V$ and $c\in \mathbb{F}$, the following statements are true.
(a) $\|cx\| = |c|\cdot \|x\|$.
(b) $\|x\| = 0 \Longleftrightarrow x =0$. In any case, $\|x\| \geq 0$.
(c) $|\langle x,y\rangle | \leq \|x\| \cdot \|y\|$.
(d) $\|x+y\| \leq \|x\|+\|y\|$.
Problem is that in normed vector spaces, the norm does not necessarily comes from an inner product. One can verify that if the parallelogram identity:
$$\|x+y\|^2 + \|x-y\|^2 = 2\|x\|^2 + 2\|y\|^2$$
Holds for a normed vector space, then $\|\cdot\|$ can be obtained from an inner product.
But then the definition for norm in a normed vector space is different from the definition given for inner product spaces. We define the norm for a normed vector space as items (a),(b) and (d) from the previous theorem.
Questions:
(1) Is the norm from a normed vector space not the 'same' as the norm from an inner product space?
(2) Why don't we define the norm in inner product spaces as we do in normed vector spaces? The norm definition for normed vector space seems more general since one could define a norm that does not necessarily come from an inner product. And even if it did come from an inner product, we could easily recover it via the parallelogram identity. Why would we want to restrict ourselves from using norms that do not come from an inner product?