Skip to main content

Vector Spaces

Rn\mathbf{R}^n and Cn\mathbf{C}^n

Complex Numbers

We assume the root of 1-1 is ii, (i2=1i^2=-1), which obeys the usual rules of arithmetic.

Definition

Complex Number

Definition

A complex number is an ordered pair (a,b)(a,b), where a,bRa, b \in R, but we will write this as a+bia+bi.

The set of all complex numbers is denoted by C\mathbf{C}:

C={a+bi:a,bR}\mathbf{C} = \{a + bi : a, b \in \mathbf{R} \}

Addition and Multiplication

Addition and multiplication on C\mathbf{C} are defined by

(a+bi)+(c+di)=(a+c)+(b+d)i,(a+bi)+(c+di)=(a+c)+(b+d)i, (a+bi)(c+di)=(acbd)+(ad+bc)i;(a+bi)(c+di)=(ac-bd)+(ad+bc)i;

here a,b,c,dRa,b,c,d\in \mathbf{R}.

Properties of Complex Arithmetic

Commutativity

α+β=β+α\alpha + \beta = \beta + \alpha and αβ=βα\alpha\beta = \beta\alpha for all α,βC\alpha, \beta \in \mathbf{C};

Associativity

(α+β)+λ=α+(β+λ)(\alpha + \beta) + \lambda = \alpha + (\beta + \lambda) and (αβ)λ=α(βλ)(\alpha\beta) \lambda = \alpha (\beta\lambda) for all α,β,λC\alpha, \beta, \lambda \in \mathbf{C};

Identities

λ+0=λ\lambda + 0 = \lambda and λ1=λ\lambda 1 = \lambda for all λC\lambda \in \mathbf{C};

Additive Inverse

For every αC\alpha \in \mathbf{C}, there exists a unique βC\beta \in \mathbf{C} such that α+β=0\alpha + \beta = 0;

Multiplicative Inverse

For every αC\alpha \in \mathbf{C} with α0\alpha \neq 0, there exists a unique βC\beta \in \mathbf{C} such that αβ=1\alpha\beta = 1;

Distributive Property

λ(α+β)=λα+λβ\lambda (\alpha + \beta) = \lambda\alpha + \lambda\beta for all α,β,λC\alpha, \beta, \lambda \in \mathbf{C}.

Let α,βC\alpha, \beta \in \mathbf{C}.

Let α-\alpha denote the additive inverse of α\alpha. Thus α-\alpha is the unique complex number such that

α+(α)=0.\alpha + (-\alpha) = 0.

Subtraction on C\mathbf{C} is defined by

βα=β+(α).\beta - \alpha = \beta + (-\alpha).

For α0\alpha \neq 0, let 1α\dfrac{1}{\alpha} denote the multiplicative inverse of α\alpha. Thus 1α\dfrac{1}{\alpha} is the unique complex number such that

α(1α)=1.\alpha(\dfrac{1}{\alpha}) = 1.

Division on C\mathbf{C} is defined by

βα=β(1α).\dfrac{\beta}{\alpha} = \beta (\dfrac{1}{\alpha}).

Fn\mathbf{F}^n

info

In these documents, F\mathbf{F} stands for either R\mathbf{R} or C\mathbf{C}. The letter F\mathbf{F} is used because R\mathbf{R} and C\mathbf{C} are examples of fields. Elements of F\mathbf{F} are called scalars, as opposed to a vectors.

Definition

For αF\alpha \in \mathbf{F} and mm a positive integer, we define αm\alpha^m to denote the product of α\alpha with itself mm times:

αm=ααm  times.\alpha^m = \underbrace{\alpha \cdots \alpha}_{m \; \text{times}}.

Clearly (αm)n=αmn(\alpha^m)^n = \alpha^{mn} and (αβ)m=αmβm(\alpha\beta)^m = \alpha^m \beta^m for all α,βF\alpha, \beta \in \mathbf{F} and all positive integers m,nm, n.

Definition

Fn\mathbf{F}^n is the set of all lists of length nn of elements of F\mathbf{F}:

Fn={(x1,,x2):xjF  for  j=1,,n}.\mathbf{F}^n = \{(x_1, \dots, x_2) : x_j \in \mathbf{F} \; \text{for} \; j = 1, \dots, n\}.

xjx_j is the jthj^{th} coordinate of (x1,,xn)(x_1, \dots, x_n).

Addition and Scalar Multiplication

Addition in F\mathbf{F} is defined by adding corresponding coordinates:

(x1,,xn)+(y1,,yn)=(x1+y1,,xn+yn).(x_1, \dots, x_n) + (y_1, \dots, y_n) = (x_1 + y_1, \dots, x_n + y_n).

Scalar Multiplication The product of a number λ\lambda and a vector in Fn\mathbf{F}^n is computed by multiplying each coordinate of the vector by λ\lambda:

λ(x1,,xn)=(λx1,,λxn)\lambda (x_1, \dots, x_n) = (\lambda x_1, \dots, \lambda x_n)

here λF\lambda \in \mathbf{F} and (x1,,xn)Fn)(x_1,\dots,x_n) \in \mathbf{F}^n).

Properties of Fn\mathbf{F}^n

Commutativity of Addition in Fn\mathbf{F}^n If x,yFnx, y \in \mathbf{F}^n, then x+y=y+xx + y = y + x.

Let 00 denote the list of length nn whose coordinates are all 00:

0=(0,,0).0 = (0, \dots, 0).

For xFnx \in \mathbf{F}^n, the additive inverse of xx, denoted x-x, is the vector xFn-x \in \mathbf{F}^n such that

x+(x)=0.x + (-x) = 0.

In other words, if x=(x1,,xn)x = (x_1, \dots, x_n), then x=(x1,,xn-x = (-x_1, \dots, -x_n.

info

A field is a set of containing at least two distinct elements called 0 and 1, along with operations of addition and multiplication satisfying all the properties list here. Thus, R\mathbf{R} and C\mathbf{C} are fields, as is the set of rational numbers along with the usual operations of addition and multiplication. Another example of a field is the set {0,1}\{ 0, 1 \} with the usual operations of addition and multiplication except that 1+1=01 + 1 = 0.

Vector Space

Definition

An addition on a set VV is a function that assigns an element u+vVu + v \in V to each pair of elements u,vVu, v \in V.

A scalar multiplication on a set VV is a function that assigns an element λvV\lambda v \in V to each λF\lambda \in \mathbf{F} and each vVv \in V.

Vector Space

Definition

A vector space is a set VV along with an addition on VV and a scalar multiplication on VV such that the following properties hold:

Commutativity

u+v=v+uu + v = v + u for all u,vVu, v \in V;

Associativity

(u+v)+w=u+(v+w)(u + v) + w = u + (v + w) and (ab)v=a(bv)(ab)v = a(bv) for all u,v,wVu, v, w \in V and all a,bFa, b \in \mathbf{F};

Additive Identity

There exists an element 0V0 \in V such that v+0=vv + 0 = v for all vVv \in V;

Addictive Inverse

For every vVv \in V, there exists wVw \in V such that v+w=0v + w = 0;

Multiplicative Identity

1v=v1v = v for all vVv \in V;

Distributive Properties

a(u+v)=au+ava(u + v) = au + av and (a+b)v=av+bv(a + b) v = av + bv for all a,bFa, b \in \mathbf{F} and all u,vVu, v \in V.

The simplest vector space is {0}\{ 0 \}, which contains only one point.

F\mathbf{F}^\infty is defined to be the set of all sequences of elements of F\mathbf{F}:

F={(x1,x2,):xjF  for  j=1,2,}\mathbf{F}^\infty = \{ (x_1, x_2, \dots) : x_j \in \mathbf{F} \; \text{for} \; j = 1,2,\dots \}

Elements of a vector space are called vectors or points.

A vector space over R\mathbf{R}, that is Rn\mathbf{R}^n, is called real vector space; and a vector space over C\mathbf{C}, that is Cn\mathbf{C}^n, is called a complex vector space.

tip

If SS is a set, then FS\mathbf{F}^S denotes the set of functions from SS to F\mathbf{F}.

For f,gFSf, g \in \mathbf{F}^S, the sum f+gFSf + g \in \mathbf{F}^S is the function defined by

(f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)

for all xSx \in S.

For λF\lambda \in \mathbf{F} and fFSf \in \mathbf{F}^S, the product λfFS\lambda f \in \mathbf{F}^S is the function defined by

(λf)(x)=λf(x)(\lambda f)(x) = \lambda f(x)

for all xSx \in S.