I'm finding it terribly difficult to build an intuition of what a norm vector space and an infinite dimensional vector space is. There aren't any good notes online that builds the intuition-most notes are overwhelmingly detailed which doesn't quite serve any purpose for me at this point.
Would someone be helpful enough to give me an intuitive description of what those concepts are? Even better if someone could connect the above to orthonormal basis.
I think an easy example of an infinite dimensional vector space would be to consider a sequence space. Concretely consider the space $\mathcal{l}^2(\mathbb{R})$, which consists of all infinite sequences
$$ \mathbf{x}=(x_1, x_2, \ldots )$$
with elements $x_i \in \mathbb{R}$.
You could view this as vectors, just that you have infinitely many coordinates.
Endow this space with a norm that is derived from the usual Pythagorean theorem:
$$\|\mathbf{x}\|^2 := \sum_i x_i^2.$$
Then this gives you an infinite dimensional vector space with which you can work with almost in the same way as with the usual finite dimensional spaces.
In fact it also has an inner product given by
$$<\mathbf{x},\mathbf{y}> := \sum_i x_i y_i$$
and has an orthonormal basis with respect to this inner product.