4.1 Vector Spaces and Subspaces
We all know what vectors in \(\mathbb{R}^n\) are.
Other things that behave according to a set of rules can also be called "vectors" - they are in vector space.
Vector Space
A nonempty set of objects called "vectors" on which operations called "addition" and "multiplication by scalars" subject to the following 10 axioms. \(\vec{u}, \vec{v}, \vec{w}\) are vectors and \(c, d\) are scalars.
- \(\vec{u} + \vec{v}\) is in the set
- \(\vec{u} + \vec{v} = \vec{v} + \vec{u}\)
- \((\vec{u} + \vec{v}) + \vec{w} = \vec{u} + (\vec{v} + \vec{w})\)
- \(\vec{0}\) defined such that \(\vec{0} + \vec{u} = \vec{u}\)
- \(-\vec{u}\) defined such that \(\vec{u} + (-\vec{u}) = \vec{0}\)