3.1 What is a vector space?

Real Vector Space

  1. Non-empty set

With binary operations

  1. Addition: Binary operation defined by
  2. Scalar Multiplication: Binary Operation (Map) defined by

And finally

  1. Satisfies the Vector Space Axioms
Link to original

Vector Space Axioms (Refer to the main important ones underneath!)

  1. Addition is Commutative
  1. Addition is Associative
  1. Existence of Additive Identity
    There exists such that
  1. Existence of Additive Inverses
    For all there exists such that
  1. Distributivity of Scalar Multiplication over Vector Addition
  1. Distributivity of Scalar Multiplication over Field Addition
  1. Scalar Multiplication interacts well with Field Multiplication
  1. Identity for Scalar Multiplication

Generally the field refers to , so the typical addition and multiplication you’ve dealt with before

Link to original

Vector Space Axioms (Important Ones)

  • has a zero vector (Axiom 3)
  • is closed under addition (Axiom )
  • is closed under scalar multiplication (Axiom )
Link to original


Vector Space for

With addition and scalar multiplication defined component wise such that

and

These satisfy the Vector Space Axioms

Zero vector is defined as
Additive Inverse of is

Link to original

Other Examples of Vector Spaces

  • is a real vector space (isomorphic to )
  • for - same as Matrix Notation
  • - real-valued function defined on with addition and scalar multiplication defined pointwise

Isomorphic - Refers to groups but it means “essentially the same as”

Link to original


Link to original

Link to original

Properties of a Vector Space ( ) over field

For

  1. If then or

Link to original


3.2 Subspaces

Subspace of vector space over

Non-empty subset of (so )

  • Closed under addition and scalar multiplication

Satisfies the following

  1. : is nonempty
    Generally done by showing
  2. for all : is closed under addition
  3. for all , : is closed under scalar multiplication

Addition and Scalar Multiplication are defined the same as

Link to original

Zero Subspace

Just the

Link to original

Trivial Subspace

Just the vector space itself

Link to original


![[17 - Subspace#^97b40a|^97b40a]]

Subspace Notation

Link to original

Properties of Subspaces

Let be a vector space over and let

  • is a vector space over
    Turns out the only subsets of that are vector spaces over are the subspaces
  • If then
    Subspace of a subspace is also a subspace
Link to original

Notation on "addition" of subspaces

Let where is a vector space

Where is also a subspace of ()

Link to original

Notation on "intersection" of subspaces

Let where is a vector space

Where is also a subspace of ()
Largest subspace of that is contained in both and

Link to original


3.3 Further Examples