Vector spaces
We have defined addition and scalar multiplication of vectors. These operations satisfy a set of laws that characterize vector algebra. Conversely, any set equipped with ``addition'' and ``scalar multiplication'' that satisfy the laws of vector algebra is considered a vector space. In this view, vectors are elements of a vector space.
We usually assume that vectors are elements of \(\mathbb{R}^n\) for some \(n\in \mathbb{N}\). This \(\mathbb{R}^n\) is an example of a vector space.
Remark. In mathematics, in general, we tend to use the word ``space'' to denote a set with some additional ``structures''. e.g., vector space, probability space, topological space, Banach space, inner product space, Hilbert space, etc. □
The following results apply to any vector spaces (e.g. \(\mathbb{C}^n\)). Therefore we use \(V\) to represent an arbitrary vector space. We use \(K\) to represent the field underlying the vector space. We say \(V\) is a vector space over the field \(K\).
Example.
- \(\mathbb{R}^n\) is a vector space over the field \(\mathbb{R}\).
- \(\mathbb{C}^n\) is a vector space over the field \(\mathbb{C}\).
The following lemma is a list of algebraic laws for vectors. We use boldface letters such as \(\mathbf{u}, \mathbf{v}\) to represent vectors and Greek letters such as \(\lambda, \mu,\cdots\) to represent scalars.
Lemma
- For all \(\mathbf{u}, \mathbf{v}\in V\), \(\mathbf{u} + \mathbf{v} \in V\). (Vector addition is closed in \(V\).)
- For all \(\mathbf{u}, \mathbf{v}\in V\), \(\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u}\). (Vector addition is commutative.)
- For any \(\mathbf{u}, \mathbf{v}, \mathbf{w} \in V\), \((\mathbf{u} + \mathbf{v}) + \mathbf{w} = \mathbf{u} + (\mathbf{v} + \mathbf{w})\). (Vector addition is associative.)
- There exists an element \(\mathbf{0}\in V\) such that for all \(\mathbf{u}\in V\), \(\mathbf{0} + \mathbf{u} = \mathbf{u}\). (The additive identity element exists and is called \(\mathbf{0}\) (zero).)
- For each \(\mathbf{u}\in V\), there exists \(\mathbf{-u}\) such that \(\mathbf{u} + (\mathbf{-u}) = \mathbf{0}\). (The additive inverse (\(-\mathbf{u}\)) always exists.)
- For each \(\lambda \in K\), and for each \(\mathbf{u}\in V\), \(\lambda\mathbf{u} \in V\). (Multiplication by a scalar is closed in \(V\).)
- For each \(\mathbf{u}\in V\), for each \(\lambda, \mu\in K\), \((\lambda + \mu)\mathbf{u} = \lambda\mathbf{u} + \mu\mathbf{u}\). (The distributive law: multiplication by a vector distributes over scalar addition. [Note: Scalars are elements of the field \(K\) so that addition and multiplication are defined.])
- For all \(\mathbf{u}, \mathbf{v} \in V\), for all \(\lambda \in K\), \(\lambda(\mathbf{u} + \mathbf{v}) = \lambda\mathbf{u} + \lambda\mathbf{v}\).(The distributive law: multiplication by a scalar distributes over vector addition.)
- For all \(\mathbf{u}\in V\), \(1\cdot \mathbf{u} = \mathbf{u}\). (The multiplicative identity of \(K\) acts as the multiplicative identity for the scalar multiplication in \(V\).)
- For all \(\lambda, \mu \in K\), for all \(\mathbf{u} \in V\), \((\lambda \mu)\mathbf{u} = \lambda(\mu\mathbf{u})\). (Scalar multiplication is associative.)
Comments
Post a Comment