Overview

A vector space $V$ is a set of objects, called vectors, that follow a set of rules under the operations of addition ($+$) and scalar multiplication ($\cdot$).

Note that these operations do not have to technically be the same under the real numbers (for example), rather we go for more abstract operations.

The Criteria

Note that these criteria make the vector space an abelian group. A few further conditions must be met to make it a vector space.

<aside> ❗ Note that vector spaces are not restricted to vectors as an $n$-dimensional list, but anything that fits the above criteria. In fact, the set of all fixed-size matrices forms a vector space, as does the set of all polynomials! It follows that matrices and polynomials are vectors. The idea of a vector space is motivated by our thought of vectors in Euclidean $n$-space, but then the key features are abstracted to provide us with the tools to apply to more general settings - like group theory typically does.

</aside>

Subspaces

A vector space $V^\prime$ is a subspace of a vector space $V$ if $V^\prime$ is a vector space and every element of $V^\prime$ is also in $V$. There are 3 conditions we need to check.