Vector Spaces


1. Definition

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

A Vector Space is a set $V$ together with a rule for adding two elements (or vectors) $x, y \in V$ and a rule for 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}:$

2. Examples

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


3. 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.