Lecture 2 - Products and Quotients of Vector Spaces

Questions to ask Jeffrey Liese:

(cont.) Products of Vector Spaces

Note from the example last time via:

!Year3/Spring2024/MATH406-LinearTree/LectureNotes/Lecture 1 - Intro to The Course#^0906d0

That we noticed the following thing:

Proposition

dim(V1××Vn)=i=1ndim(Vi)

Which is pretty clear from the example.

Connecting to Sums

If you recall from last lecture, we asked, given U1,...,Um are subspaces of V, how do we construct an element of their sum, U1++Um? The way we did that is we chose one vector from each subspace, and add them together:

u1++um,uiUi

Choosing these vectors ui is like choosing a vector from the product U1××Um.

Hence, we define the following:

Γ

Define Γ:U1××UmU1++Um by:

Γ(u1,u2,...,um)=u1++umV

then:

  • ΓL(V)
  • Γ is surjective.

This is the formalism of the idea that we were looking at.

Notice that showing Γ is linear is pretty trivial, like we did in Chapter 3 - Linear Maps. Showing surjectivity is pretty easy, as we did in Chapter 3 (cont.) - Products and Quotients of Vector Spaces#^549aea.

One interesting thing is that we know U1++Um is direct when the only mapping 0 from the product space to the zero vector of their sum, which is injective (since then null(Γ)={0}).

Γ is injective when direct sum

Γ is injective iff U1++Um is direct.

Notice that that's insane! A direct sum implies that there's an isomorphism, which is Γ! But wait! ThErE's MoRe! If we apply FTOLM, we get this idea:

Sums of the dimension carry through

dim(U1××Um)=dim(range(Γ))+dim(null(Γ))=dim(U1++Um)+dim(null(Γ))=dim(U1++Um) iff Γ is injective=i=1ndim(Ui)

Therefore:

Proposition

U1++Um is a direct sum iff the dimension of the sum of these subspaces is the sum of their dimensions.

Quotients of Vector Spaces

If we had two vector spaces, we got a larger vector space. Now, with quotients we get a smaller vector space.

Let's consider R3 and a plane in R3:

Note here that P is not a subspace. But we can make a subspace if we add v along with any vector in the plane pP. Each point on P can be expressed as v+u where uP, we'll denote as U.

We also could slide P down to the origin to make an actual subspace:

This gives rise to the following definition:

affine subset

Suppose vV and U is a subspace of V. We define:

v+U={v+u:uU}

is called an affine subset of V (ie: a "shifted" subspace). In general, we say that v+U is parallel to U (always).

Notice also that the vector v is very arbitrary. We could've chosen any vector v and shift accordingly. Usually v is called a "representative" of the affine subset. But they are not unique, while if we had v1,v2 as different representatives, then we still get the plane P:

v1+U=v2+U

For example, considering R3, if {(x,y,z):ax+by+cz=0}=U as long as one of a,b,c are no-zero. This makes a plane through the origin, which is a subspace. Looking at all affine subsets of R3 parallel to U are all planes that have the same normal vector n=a,b,c. Namely:

v+U={(x,y,z):ax+by+cz=d}

for any dR.

For another example, looking at the set of solutions to y+y=f(x) where f(x)0. This is parallel to the subspace U of solutions to y+y=0. This is because of the following. Suppose y1,y2 are solutions to y+y=L(y), so Ly=f have solutions y1,y2. We know that Ly1=f=Ly2 so then Ly1Ly2=L(y1y2)=0, so then y1y2U since it's a solution to the homogeneous DE.

Notice then that:

y1=(y1y2)+y2=y2+(y1y2)U

So given a specific solution yp to Ly=f, then any other solution y could be written as:

y=(yyp)+yp

So the set of solution to Ly=f is the affine subset:

yp+U

Constructing the Quotient Space

Recall having all the parallel planes. We map each vector v to it's related plane v+U. Hence, each "plane" is really just a vector in disguise, and can be relabeled as such.

V/U

Given a subspace U of vector space V, we define the quotient space as:

V/U={v+U:vU}

this is the set of VECTORS.

We need two operations here.

Lemma

V/U is a vector when vector addition and scalar multiplication are defined "representativewise":

(v+U)+(w+U)=(v+w)+Uλ(v+U)=(λv)+U