🎉 从330转为WashU帮助手册啦!

Math429
模块
Math429 L1

Lecture 1

Linear Algebra

Linear Algebra is the study of the Vector Spaces and their maps

Examples

  • Vector spaces

    R,R2...C\mathbb{R},\mathbb{R}^2...\mathbb{C}

  • Linear maps:

    matrices, functions, derivatives

Background & notation

fields{R= real numbersC= complex numbersF= and arbitrary field, usually R or C\textup{fields}\begin{cases} \mathbb{R}=\textup{ real numbers}\\ \mathbb{C}=\textup{ complex numbers}\\ \mathbb{F}=\textup{ and arbitrary field, usually } \mathbb{R} \textup{ or }\mathbb{C} \end{cases}

Chapter I Vector Spaces

Definition 1B

Definition 1.20

A vector space over f\mathbb{f} is a set VV along with two operators v+wVv+w\in V for v,wVv,w\in V, and λv\lambda \cdot v for λF\lambda\in \mathbb{F} and vVv\in V satisfying the following properties:

  • Commutativity: v,wV,v+w=w+v\forall v, w\in V,v+w=w+v
  • Associativity: u,v,wV,(u+v)+w=u+(v+w)\forall u,v,w\in V,(u+v)+w=u+(v+w)
  • Existence of additive identity: 0V\exists 0\in V such that vV,0+v=v\forall v\in V, 0+v=v
  • Existence of additive inverse: vV,wV\forall v\in V, \exists w \in V such that v+w=0v+w=0
  • Existence of multiplicative identity: 1F\exists 1 \in \mathbb{F} such that vV,1v=v\forall v\in V,1\cdot v=v
  • Distributive properties: v,wV\forall v, w\in V and a,bF\forall a,b\in \mathbb{F}, a(v+w)=av+awa\cdot(v+w)=a\cdot v+ a\cdot w and (a+b)v=av+bv(a+b)\cdot v=a\cdot v+b\cdot v

Theorem 1.26~1.30

Other properties of vector space

If VV is a vector space on vV,aFv\in V,a\in\mathbb{F}

  • 0v=00\cdot v=0
  • a0=0a\cdot 0=0
  • (1)v=v(-1)\cdot v=-v
  • uniqueness of additive identity
  • uniqueness of additive inverse

Example

Proof for 0v=00\cdot v=0

Let vVv\in V be a vector, then (0+0)v=0v(0+0)\cdot v=0\cdot v, using the distributive law we can have 0v+0v=0v0\cdot v+0\cdot v=0\cdot v, then 0v=00\cdot v=0

Proof for unique additive identity

Suppose 00 and 00' are both additive identities for some vector space VV.

Then 0=0+0=0+0=00' = 0' +0 = 0 +0' = 0,

where the first equality holds because 00 is an additive identity, the second equality comes from commutativity, and the third equality holds because 00' is an additive identity. Thus 0=0' = 0, proving that 𝑉 has only one additive identity.

Definition 1.22

Real vector space, complex vector space

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

Example:

If F\mathbb{F} is a vector space, prove that F2\mathbb{F}^2 is a vector space

We proceed by iterating the properties of the vector space.

For example, Existence of additive identity in F2\mathbb{F}^2 is (0,0)(0,0), it is obvious that (a,b)F2,(a,b)+(0,0)=(a,b)\forall (a,b)\in \mathbb{F}^2, (a,b)+(0,0)=(a,b). Thus, (0,0)(0,0) is the additive identity in F2\mathbb{F}^2.