본문으로 건너뛰기

Vector Spaces

1A. Rn\mathbb{R}^n and Cn\mathbb{C}^n

1) Complex Numbers

Complex Number

A complex number is an ordered pair (a,b)(a,b) of real numbers, written as

a+bi,a+bi,

where

i2=1.i^2=-1.

Meaning: A complex number consists of a real part and an imaginary part.

Complex Numbers (C\mathbb{C})

The set of all complex numbers is

C={a+bia,bR}.\mathbb{C} = \{a+bi\mid a,b\in\mathbb{R}\}.

Meaning: C\mathbb{C} contains every complex number.

Real Numbers as Complex Numbers

A real number aa is identified with a+0ia+0i.

Thus,

RC.\mathbb{R}\subseteq\mathbb{C}.

Meaning: Every real number is also a complex number.

Complex Addition

For a,b,c,dRa,b,c,d\in\mathbb{R},

(a+bi)+(c+di)=(a+c)+(b+d)i.(a+bi)+(c+di) = (a+c)+(b+d)i.

Meaning: Add the real parts and imaginary parts separately.

Complex Multiplication

For a,b,c,dRa,b,c,d\in\mathbb{R},

(a+bi)(c+di)=(acbd)+(ad+bc)i.(a+bi)(c+di) = (ac-bd)+(ad+bc)i.

Meaning: Multiply normally and use i2=1i^2=-1.

2) Properties of Complex Arithmetic

Commutativity

For α,βC\alpha,\beta\in\mathbb{C},

α+β=β+α,\alpha+\beta=\beta+\alpha, αβ=βα.\alpha\beta=\beta\alpha.

Meaning: Changing the order does not change the result.

Associativity

For α,β,λC\alpha,\beta,\lambda\in\mathbb{C},

(α+β)+λ=α+(β+λ),(\alpha+\beta)+\lambda = \alpha+(\beta+\lambda), (αβ)λ=α(βλ).(\alpha\beta)\lambda = \alpha(\beta\lambda).

Meaning: Changing the grouping does not change the result.

Additive Identity

For every λC\lambda\in\mathbb{C},

λ+0=λ.\lambda+0=\lambda.

Meaning: Adding zero changes nothing.

Multiplicative Identity

For every λC\lambda\in\mathbb{C},

λ1=λ.\lambda1=\lambda.

Meaning: Multiplying by one changes nothing.

Additive Inverse

For every αC\alpha\in\mathbb{C}, there is a unique α-\alpha such that

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

Meaning: Every complex number has an opposite that cancels it.

Multiplicative Inverse

For every nonzero αC\alpha\in\mathbb{C}, there is a unique 1/α1/\alpha such that

α(1α)=1.\alpha\left(\frac{1}{\alpha}\right)=1.

Meaning: Every nonzero complex number has a reciprocal.

Distributive Property

For λ,α,βC\lambda,\alpha,\beta\in\mathbb{C},

λ(α+β)=λα+λβ.\lambda(\alpha+\beta) = \lambda\alpha+\lambda\beta.

Meaning: Multiplication distributes over addition.

3) Subtraction and Division

Subtraction

For α,βC\alpha,\beta\in\mathbb{C},

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

Meaning: Subtraction means adding the additive inverse.

Division

For α0\alpha\neq0,

βα=β(1α).\frac{\beta}{\alpha} = \beta\left(\frac{1}{\alpha}\right).

Meaning: Division means multiplying by the reciprocal.

4) Scalars and F\mathbb{F}

F\mathbb{F}

Throughout the chapter,

F=RorC.\mathbb{F} = \mathbb{R} \quad\text{or}\quad \mathbb{C}.

Meaning: Results involving F\mathbb{F} apply to both real and complex numbers.

Scalar

An element of F\mathbb{F} is called a scalar.

Meaning: A scalar is a real or complex number used to multiply vectors.

5) Lists

List

A list of length nn is an ordered collection of nn elements.

Meaning: In a list, both the elements and their order matter.

List Equality

Two lists are equal if they have the same length and the same elements in the same order.

Meaning: Changing the order or an entry produces a different list.

6) Fn\mathbb{F}^n

Fn\mathbb{F}^n

Fn\mathbb{F}^n is the set of all lists of length nn whose entries belong to F\mathbb{F}.

Fn={(x1,,xn)xkF}.\mathbb{F}^n = \{(x_1,\ldots,x_n)\mid x_k\in\mathbb{F}\}.

Meaning: An element of Fn\mathbb{F}^n is an ordered list of nn real or complex numbers.

Coordinate

For

x=(x1,,xn)Fn,x=(x_1,\ldots,x_n)\in\mathbb{F}^n,

xkx_k is called the kkth coordinate of xx.

Meaning: A coordinate is one entry of a vector.

7) Addition in Fn\mathbb{F}^n

Vector Addition

For x,yFnx,y\in\mathbb{F}^n,

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

Meaning: Vectors are added coordinate by coordinate.

Zero Vector

The zero vector is

0=(0,,0).0=(0,\ldots,0).

Meaning: Every coordinate of the zero vector is zero.

Additive Inverse

If

x=(x1,,xn),x=(x_1,\ldots,x_n),

then

x=(x1,,xn).-x=(-x_1,\ldots,-x_n).

Thus,

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

Meaning: Negating every coordinate gives the vector that cancels xx.

8) Scalar Multiplication in Fn\mathbb{F}^n

Scalar Multiplication

For λF\lambda\in\mathbb{F},

λ(x1,,xn)=(λx1,,λxn).\lambda(x_1,\ldots,x_n) = (\lambda x_1,\ldots,\lambda x_n).

Meaning: A scalar multiplies every coordinate of a vector by the same value.

1B. Definition of Vector Space

1) Vector Operations

Vector Addition

An addition on VV assigns a vector

u+vVu+v\in V

to every u,vVu,v\in V.

Meaning: Adding two vectors in VV must produce another vector in VV.

Scalar Multiplication

A scalar multiplication on VV assigns a vector

λvV\lambda v\in V

to every λF\lambda\in\mathbb{F} and vVv\in V.

Meaning: Multiplying a vector by a scalar must produce another vector in VV.

2) Vector Space

Vector Space

A vector space over F\mathbb{F} is a set VV with vector addition and scalar multiplication satisfying the vector space properties.

Meaning: A vector space is a set whose elements behave consistently under addition and scalar multiplication.

3) Vector Space Properties

Commutativity of Addition

For all u,vVu,v\in V,

u+v=v+u.u+v=v+u.

Meaning: The order of vectors does not matter when adding them.

Associativity of Addition

For all u,v,wVu,v,w\in V,

(u+v)+w=u+(v+w).(u+v)+w = u+(v+w).

Meaning: The grouping of vectors does not matter when adding them.

Additive Identity

There exists 0V0\in V such that

v+0=vv+0=v

for every vVv\in V.

Meaning: Every vector space contains a zero vector.

Additive Inverse

For every vVv\in V, there exists vV-v\in V such that

v+(v)=0.v+(-v)=0.

Meaning: Every vector has an opposite vector that cancels it.

Associativity of Scalar Multiplication

For all α,βF\alpha,\beta\in\mathbb{F} and vVv\in V,

(αβ)v=α(βv).(\alpha\beta)v = \alpha(\beta v).

Meaning: Scalars can be multiplied before or after they are applied to a vector.

Multiplicative Identity

For every vVv\in V,

1v=v.1v=v.

Meaning: Multiplying a vector by one leaves it unchanged.

Distributivity over Vector Addition

For λF\lambda\in\mathbb{F} and u,vVu,v\in V,

λ(u+v)=λu+λv.\lambda(u+v) = \lambda u+\lambda v.

Meaning: A scalar distributes over vector addition.

Distributivity over Scalar Addition

For α,βF\alpha,\beta\in\mathbb{F} and vVv\in V,

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

Meaning: Scalar addition distributes over scalar multiplication.

4) Vectors and Points

Vector

An element of a vector space is called a vector or a point.

Meaning: A vector does not have to be an arrow or coordinate list; it can be any object belonging to a vector space.

5) Real and Complex Vector Spaces

Real Vector Space

A vector space over R\mathbb{R} is called a real vector space.

Meaning: Its scalars are real numbers.

Complex Vector Space

A vector space over C\mathbb{C} is called a complex vector space.

Meaning: Its scalars are complex numbers.

6) Function Spaces

FS\mathbb{F}^S

For a set SS, FS\mathbb{F}^S denotes the set of all functions from SS to F\mathbb{F}.

f:SF.f:S\rightarrow\mathbb{F}.

Meaning: Functions themselves can be treated as vectors.

Function Addition

For f,gFSf,g\in\mathbb{F}^S,

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

Meaning: Functions are added by adding their values at each input.

Scalar Multiplication of Functions

For λF\lambda\in\mathbb{F} and fFSf\in\mathbb{F}^S,

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

Meaning: Scalar multiplication multiplies every function value by the scalar.

7) Elementary Properties

Unique Additive Identity

A vector space has exactly one additive identity.

Meaning: A vector space has only one zero vector.

Unique Additive Inverse

Every vector has exactly one additive inverse.

Meaning: Each vector has exactly one vector that cancels it.

Scalar Zero Times a Vector

For every vVv\in V,

0v=0.0v=0.

Meaning: Multiplying any vector by the scalar zero gives the zero vector.

Scalar Times the Zero Vector

For every λF\lambda\in\mathbb{F},

λ0=0.\lambda0=0.

Meaning: Multiplying the zero vector by any scalar still gives the zero vector.

Multiplication by 1-1

For every vVv\in V,

(1)v=v.(-1)v=-v.

Meaning: Multiplying a vector by 1-1 gives its additive inverse.

1C. Subspaces

1) Subspace

Subspace

A subset UU of a vector space VV is a subspace if UU is itself a vector space using the same addition and scalar multiplication as VV.

Meaning: A subspace is a smaller vector space contained inside another vector space.

2) Conditions for a Subspace

Subspace Test

A subset UVU\subseteq V is a subspace if and only if the following three conditions hold.

Additive Identity

0U.0\in U.

Meaning: A subspace must contain the zero vector.

Closed under Addition

If u,wUu,w\in U, then

u+wU.u+w\in U.

Meaning: Adding vectors in the subspace cannot take us outside the subspace.

Closed under Scalar Multiplication

If λF\lambda\in\mathbb{F} and uUu\in U, then

λuU.\lambda u\in U.

Meaning: Multiplying a vector by a scalar cannot take us outside the subspace.

3) Sum of Subspaces

Sum of Subspaces

If V1,,VmV_1,\ldots,V_m are subspaces of VV, their sum is

V1++Vm={v1++vmvkVk}.V_1+\cdots+V_m = \{v_1+\cdots+v_m \mid v_k\in V_k\}.

Meaning: The sum contains every vector obtained by adding one vector from each subspace.

Smallest Containing Subspace

V1++VmV_1+\cdots+V_m is the smallest subspace of VV containing all of

V1,,Vm.V_1,\ldots,V_m.

Meaning: Any subspace containing all the VkV_k must also contain their sum.

4) Direct Sum

Direct Sum

The sum

V1++VmV_1+\cdots+V_m

is called a direct sum if every vector in the sum has exactly one representation

v1++vm,v_1+\cdots+v_m,

where

vkVk.v_k\in V_k.

It is written as

V1Vm.V_1\oplus\cdots\oplus V_m.

Meaning: Each vector can be uniquely separated into components from the subspaces.

5) Condition for a Direct Sum

Zero-Representation Condition

The sum

V1++VmV_1+\cdots+V_m

is direct if and only if

v1++vm=0v_1+\cdots+v_m=0

implies

v1==vm=0.v_1=\cdots=v_m=0.

Meaning: The zero vector must have only the trivial decomposition.

6) Direct Sum of Two Subspaces

Two-Subspace Direct Sum Test

For subspaces UU and WW,

U+W is a direct sum    UW={0}.U+W\text{ is a direct sum} \iff U\cap W=\{0\}.

Meaning: Two subspaces form a direct sum exactly when their only common vector is the zero vector.