1 Fields and Spaces
Fields
A field is a set \mathbb{F}, equipped with two operations addition + and multiplication \cdot, obeying the rules (axioms) listed below.
Axioms of fields
For all x, y, and z in the field \mathbb{F} (\forall x, y, z \in \mathbb{F}), we have:
Closure under addition and multiplication:
x + y \in \mathbb{F},
x \cdot y \in \mathbb{F}.
Commutativity of addition and multiplication:
x + y = y + x,
x \cdot y = y \cdot x.
Associativity of addition and multiplication:
(x + y) + z = x + (y + z),
(x \cdot y) \cdot z = x \cdot (y \cdot z).
Distributive property of multiplication:
(x + y) \cdot z = x \cdot z + y \cdot z.
There is an element in \mathbb{F} called “zero” 0 \in \mathbb{F} such that
x + 0 = x,
and there is another element in \mathbb{F} called “one” 1 \in \mathbb{F}, 1 \neq 0, such that
x \cdot 1 = x.
For each x \in \mathbb{F}, there is an element in \mathbb{F} called addictive inverse x_{I} of x such that
x + x_{I} = 0,
and if x \neq 0, there is an element in \mathbb{F} called multiplicative inverse x^{-1} of x such that
x \cdot x^{-1} = 1.
Properties of fields
Zero and one are unique: there is only one “zero” and one “one” in any field \mathbb{F}.
Addictive and multiplicative inverse of every element are unique: there is only one addictive inverse and multiplicative inverse of every element (other than “zero” for multiplicative inverse) in any field \mathbb{F}.
For every x in \mathbb{F}, x \cdot 0 = 0
x_{I} = 1_{I} \cdot x
Vector spaces
A vector space, defined over a field \mathbb{F}, is a non-empty set \mathcal{V} (whose members are called vectors), equipped with two operations: vector addition + and scalar multiplication \cdot, obeying the rules (axioms) listed below.
Axioms of vector spaces
For all u, v, and w in the vector space \mathcal{V} (\forall u, v, w \in \mathcal{V}) and for all \alpha and \beta in the field \mathbb{F}, we have
- Closure under vector addition and scalar multiplication
u + v \in \mathcal{V},
\alpha \cdot v \in \mathcal{V}.
Commutativity of vector addition:
u + v = v + u.
Note that there is no requirement of the commutativity of scalar multiplication in the definition of the vector space.
Associativity of vector addition and scalar multiplication:
(u + v) + \mathbf{w} = u + (v + \mathbf{w}),
(\alpha \cdot \beta) \cdot v = \alpha \cdot (\beta \cdot v).
Note that in the left hand side of the second equation, the first dot is field multiplication while the second one is the scalar multiplication, but the in the right hand side both dots are scalar multiplication.
Distributive property of scalar multiplication:
\alpha \cdot (u + v) = \alpha \cdot u + \alpha \cdot v,
(\alpha + \beta) \cdot v = \alpha \cdot v + \beta \cdot v.
There is an element in \mathcal{V} called “zero” vector 0 \in \mathcal{V} such that
v + 0 = v,
and the definition of “one” in the field 1 \in \mathbb{F} is applied in the vector space
1 \cdot v = v.
Note that there is no requirement for the existence of “one” vector in the definition of the vector space.
For each v \in \mathcal{V}, there is an element in \mathcal{V} called addictive inverse vector v_{I} of v such that
v + v_{I} = 0.
Note that there is no requirement for the scalar multiplicative inverse in the definition of the vector space.
Linear combination
Let \mathcal{V} be a vector space over the field \mathbb{F}. Given a set of vectors v_{1}, \dots, v_{n} \in \mathcal{V} and a set of field elements \alpha_{1}, \dots, \alpha_{n} \in \mathbb{F}, the vector u is a linear combination of v_{1}, \dots, v_{n} with \alpha_{1}, \dots, \alpha_{n} as coefficients if
u = \sum_{i=1}^{n} \alpha_{i} v_{i}.
Subspaces
Given a vector space \mathcal{V} over a field \mathbb{F}, a subspace \mathcal{W} of \mathcal{V} is a non-empty subset of \mathcal{V} (\mathcal{W} \subseteq \mathcal{V}) that follows the closure axioms.
For all u and v in the subspace \mathcal{W} (\forall u, v \in \mathcal{W}) and for all \alpha in the field \mathbb{F} (\forall \alpha \in \mathbb{F}), we have
u + v \in \mathcal{W},
\alpha \cdot v \in \mathcal{W}.
Properties of subspace
Let \mathcal{U} and \mathcal{V} be the subspaces of a vector space over \mathbb{F}.
0 \in \mathcal{W}.
\mathcal{W} is also a vector space.
The subspace
\mathcal{W} + \mathcal{U} = \left\{ w + u \mid w \in \mathcal{W}, u \in \mathcal{U} \right\}
is also a subspace.
The subspace
\mathcal{W} \cap \mathcal{U} = \left\{ v \mid v \in \mathcal{W}, v \in \mathcal{U} \right\}
is also a subspace.
The subspace
\mathcal{W} \cup \mathcal{U} = \left\{ v \mid v \in \mathcal{W} \mathop{\text{or}} v \in \mathcal{U} \right\}
is a subspace if and only if \mathcal{W} \subseteq \mathcal{U} or \mathcal{U} \subseteq \mathcal{W}
Example: subspaces of 2-dimensional real-value column vectors
The 2-dimensional real-value column vector space \mathbb{R}^{2} has 3 types of subspaces
The subspace of the zero vector only,
\mathcal{W} = \left\{ 0 \right\}.
The subspace of the vector space itself,
\mathcal{W} = \mathbb{R}^{2}.
Any “line” that goes through zero vector