Processing math: 100%
View

Mathematics/Linear Algebra

[Finite-Dimensional Linear Algebra] 2.2 Vector Spaces + 2.3 Subspaces

The elements of vector space V are called vectors, and the elements of the corresponding field F are called scalars. 

Definition of a Vector Space

Let F be a field and let V be a nonempty set with two operations defined with respect to these sets: 

  • (vector) addition: u,vVu+vV
  • scalar multiplication: αF,vVαvV

 

V is a vector space over F iff the following properties are satisfied: 

A. Axioms for Addition

  1. Associative property of addition
    • for all u,v,wVu+(v+w)=(u+v)+w
  2. Commutative property of addition
    • for all u,vVu+v=v+u
  3. Existence of an additive identity
    • there exists a unique element 0 of V for all uV such that u+0=u
  4. Existence of additive inverses
    • for each uV, there exists a unique element u of V such that u+(u)=0

B. Axioms for Scalar Multiplication

  1. Associative property of multiplication
    • for all α,βF,uVα(βu)=(αβ)u
  2. Multiplicative identity 1 of F (!) 
    • for all uV where 1 is the multiplicative identity of F, u1=u

C. Distributive Axioms

  1. Distributive property of multiplication over addition
    • for all αF,u,vVα(u+v)=αu+αv
  2. Distributive property of addition over multiplication (!)
    • for all α,βF,uV(α+β)u=αu+βu
Q. How are vector space axioms different from those of a field?
A. Axioms that differ from or are not common to the definition of fields were marked with (!). Also note that the commutative property of multiplication and the existence of multiplicative inverses are NOT properties of vector spaces.
1. Commutative property of multiplication: for all α,βF, αβ=βα
2. Existence of multiplicative inverses: for each αF, α0 there exists an element α1F with the property that αα1=1

Euclidean n-space

Real Euclidean n-space Rn is an n-dimensional vector space over the field R, defined to be a collection of all n-tuples of real numbers:

\mathbb{R}^{n} = {[x1x2xn]:x1,x2,,xnRn}

Given xRn, the numbers x1,x2,,xn are called components of x, and x can be written in the alternate notation x=(x1,x2,,xn)

  • addition: for x,yRn, x+y=[x1x2xn]+[y1y2yn]=[x1+y1x2+y2xn+yn]
  • scalar multiplication: for αR,xRn, αx=α[x1x2xn]=[αx1αx2αxn]

Complex Euclidean n-space Cn, an n-dimensional vector space over the field C, is analogous to Rn.

In general, given any field F, the space Fn can be defined as vector space over F.

  • Taking n=1 would be equivalent to regarding field F as vector space over itself.

Definition of a Subspace

Let S be a subset of V, which is a vector space over a field F. Then S is a subspace of V iff the following are true:

  1. Contains the additive identity 0S
  2. Closed under scalar multiplication
    • if αF and uS, then αuS
  3. Closed under addition
    • if u,vS, then u+vS

Figure 2.3.1. Vectors u+v and ku lie in the same plane as u and v.

In Figure 2.3.1, the plane W passes through the origin and is closed under addition and scalar multiplication. Thus, W is a subspace of R3 

 

Given any vector space V, the set containing only the zero vector, S=0, is a subspace of V , and is called the trivial subspace. The entire space V  is a subspace of itself as well. Any subspace of V that is neither trivial nor is all of V is called a proper subspace of V.

  • If U is a proper subspace of an n-dimensional vector space V, then U can be m-dimensional where m<n.

vector: element of a vector space

scalar: element of a field

vector space: abstract space that encompasses ordinary Euclidean vectors and functions; defined by two linear operations of addition and scalar multiplication

subspace: a subset of vector space that is itself a vector space

trivial subspace: a set containing only the zero vector

proper subspace: a set containing nonzero vectors other than the vector space itself