I'm currently working my way through the book "Linear Algebra Done Right" by Sheldon Axler.
In the book, he defines a norm the following way.
Let $V$ be an inner product space and let $\langle u, v\rangle$ denote the inner product of $u$ and $v$. Then, the Norm of any vector $v \in V$ is defined as $||v|| = \sqrt{\langle v, v\rangle}$.
However, I was digging through Wikipedia and I discovered the concept of a "Normed Vector Space", i.e. a vector space on which a norm is defined. Inner product spaces seemingly constitute a subset of normed vector spaces.
My question is this - how is it possible to have a normed vector space that is not an inner product space if it seems like the definition of a norm depends on the presence of an inner product?