Lecture 1 - Intro to The Course

Syllabus, syllabus, syllabus for anything related to the course. We have HW due next week, so you can take it easy and just read. It'll be posted tonight.

As a prerequisite (for our online viewers), go checkout Lecture 1 - Syllabus and Whatnot and go through those lecture notes for more on this. The document Final Review Sheet of Theorems does a good overview of important theorems that were hard to remember last quarter.

We skipped some things from 3.E, and other sections. We're going to focus on those sections to help recover some things lost from MATH 306. That'll teach some new material, while focusing on reviewing things from that course.

(Review) Getting Started: What's V?

Recall what the definition of a vector space is:

Vector Space

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

  • Commutativity: u+v=v+u for all u,vV.
  • Associativity: (u+v)+w=u+(v+w) and (ab)v=a(bv) for all u,v,wV and all a,bF.
  • Additive Identity: There exists an element 0V such that v+0=v for all vV.
  • Additive Inverse: For every vV there exists wV such that v+w=0.
  • Multiplicative Identity: 1v=v for all vV.
  • Distributive Properties: a(u+v)=au+av and (a+b)v=av+bv for all a,bF and all u,vV.

and a subspace:

Subspace

A subset UV is called a subspace of V if U is also a vector space (using the same addition and scalar multiplication as on V).

Where we do the following to verify them:

Conditions for a subspace

A subset UV is a subspace of V iff U satisfies the following three conditions:

  1. Additive Identity: 0U
  2. Closed Under Addition: u,wU implies that u+wU
  3. Closed Under Scalar Multiplication: aF and uU implies that auU

Consider the Following...

Say V is a vector space and U1,U2 are subspaces. What is U1+U2? We defined it as:

Sum of Subsets

Suppose U1,...,Um are subsets of V. The sum of U1,...,Um, denoted U1+...+Um, is the set of all possible sums of elements of U1,...,Um. More precisely:
U1++Um={u1++um:u1U1,...,umUm}

It's essentially the smallest subspace containing both U1 and U2.

Not a Union

Why not just say U1+U2=U1U2? Consider the following counter example. If U1,U2 are different lines through the origin in R2 . The union would contain both lines, but then you could add vectors to get a point off the line.

Direct Sum

When is U1+U2 a direct sum? It's a direct sum if there's a unique way to write the vector, composed of u1,u2:

Direct Sum

Suppose U1,...,Um are subspaces of V.

  • The sum U1++Um is called a direct sum if each element of U1++Um can be written in only one way as a sum u1++um, where each ujUj.
  • If U1++Um is a direct sum, then U1Um denotes U1++Um where the notation serves as an indication that this is a direct sum.

Consider the blue vector in the above drawing. It requires the unique blue vectors from U1,U2 correspondingly. We can just show that if the zero vector 0 can be written uniquely, then it's equivalent to the above condition. This is because our vector:

v=u1+u20=u1+u2v

Which is unique. The theorem:

Condition for a direct sum

Suppose U1,,Um are subspaces of V. Then U1++Um is a direct sum iff the only way to write 0 as a sum u1++um, where each ujUj. is by taking each uj=0.

Summarizes this, and has a corresponding proof.

An easy condition to determine this is the following:

Direct sum of two subspaces

Suppose U and W are subspaces of V. Then U+W is a direct sum iff UW={0}.

(NEW) Products of Vector Spaces and Quotients

Question: Given subspaces U1,...,Um of a vector space V, how do we construct of U1+U2++Um? We talked about it; we just take a vector from each space and add them up:

v=u1++um,uiUi

for all iNm.

But notice we have an m tuple of choices for our ui's! That's similar to a Cartesian Product. Notice our choice can be represented by:

(u1,...,um)U1××Um

Thus, we just choose an element of U1××Um to make this construction. We know this is a set, but let's talk about it as a vector space. Is it one? We first need to define this operation, but it's pretty clear what it should be. You add component wise, and distribute the scalar through all components, just like a vector in Rm:

Product Space

Suppose V1,...,Vm are all vector spaces over the same field F. The product:

V1××Vm={(v1,...,vm):i(viVi)}

is a vector space, where vector addition and scalar multiplication are componentwise, meaning:

(v1,,vm)+(w1,,wm)=(v1+w1,,vm+wm)

and:

α(v1,,vm)=(αv1,,αvm)

Notice that each of the + signs are defined internally for each Ui, possibly separately. We could have U1=R2, U2=P3(R), and so on.

The proof for this is pretty easy to show, it just takes time to show. Hence, we don't show it here.

Notice the zero vector here is just the tuple of choosing all the zeroes in each Ui:

0=(0U1,,0Um)
Using a product space

Let V=F2,2×P2(F). Recall the former is the set of 2×2 matrices, and the second is the set of all polynomials with degree 2 or less.

For instance, one vector is:

v=([2751],2+5x+x2)V

A good question is what's a valid basis vector (let's just say standard basis) for V? One example is:

v1=([1000],0)

We don't use basis between them (although technically you can). A basis for this space would be:

β={([1000],0),([0100],0),,([0000],1),([0000],x),([0000],x2)}

It's interesting there's 7 vectors here, and that's the sum of the dimension of the cartesian product subspaces.