VECTOR SPACES

By John Meth


I. DEFINITION

First, we must give the definition of a vector space, although we will not use this definition very often in what follows.

    Definition 6.1: A Vector Space is a set $V$ together with a rule for adding two elements (or vectors) $x, y \in V$ and scaling any element (or vector) $x \in V$ by a real number $\alpha \in \mathbb{R}$, such that the following axioms hold for all $x, y, z \in V$ and every $\alpha, \beta \in \mathbb{R}$:
  • $x + y = y + x$ (addition is commutative)
  • $x + ( y + z ) = ( x + y ) + z$ (addition is associative)
  • There is a unique element in $V$ called zero, often denoted $\vec{0}$, such that $x + \vec{0} = x$ for all $x \in V$
  • Each element $x \in V$ has a unique additive inverse $-x \in V$ such that $x + (-x) = \vec{0}$
  • $1 \cdot x = x$ for all $x \in V$
  • $(\alpha \beta) x = \alpha (\beta x)$ (scaling is associative)
  • $\alpha (x + y) = \alpha x + \alpha y$ (distribution of scalars)
  • $(\alpha + \beta) x = \alpha x + \beta x$ (distribution of vectors)


II. EXAMPLES

The best way to understand the notion of a vector space is to see some examples:

III. GEOMETRIC INTUITION

Every vector space has some dimension. The line $\mathbb{R}^1$ is $1$ dimensional, the plane $\mathbb{R}^2$ is $2$ dimensional, and the $3$-space $\mathbb{R}^3$ is $3$ dimensional. We'll define dimension formally later, but for now I'm relying on your intuition based on these three examples. We can guess from these examples that the dimension of $\mathbb{R}^n$ is $n$.

How can we determine the dimensions of other vector spaces? Another way to describe dimension is to say that every vector space "acts like" $\mathbb{R}^n$ for some $n,$ and then $n$ is the dimension. The term for "acts like" is isomorphic and the symbol is $\cong$. For example, $$M_2(\mathbb{R}) = \left\{ \left[ \begin{array}{cc} a & b \\ c & d \end{array} \right] \, \Bigg\vert \, \, a, b, c, d \in \mathbb{R} \right\}$$ has four coordinates and thus it "acts like" $\mathbb{R}^4$, we write $M_2(\mathbb{R}) \cong \mathbb{R}^4$, and we say $M_2(\mathbb{R})$ is $4$ dimensional. Here are some more examples: Some vector spaces are so big they are infinite dimensional. We will use the symbol $\mathbb{R}^{\infty}$ to denote these: From our text we know that if $L$ is an $n$th order, homogeneous O.D.E. with constant coefficients, than its solution set $V_L \cong \mathbb{R}^n$ is $n$-dimensional. We also know that if $A \in M_n(\mathbb{R})$, then the solution set to the system $\displaystyle\frac{d}{dt}\vec{x} = A \vec{x}$, $V_A \cong \mathbb{R}^n$, is $n$-dimensional.