Lecture 3 - Quotient Spaces

Recall we define:

V/U={v+U:vV}

where U is a subspace of V. This is the quotient space.

If we have two affine subsets v+U and w+U, then:

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

and scalar multiplication over αF is similarly:

α(v+U)=(αv)+U

We claimed that these operations allowed V/U to be a vector space, which is verifiable, albeit time consuming. However, we know that it's possible that v+U=w+U without having v=w. Namely, see Chapter 3 (cont.) - Products and Quotients of Vector Spaces#^a9c447's proof for this problem.

So what if we have v+U=w+U? If that's the case, then vv+U and similarly ww+U. If they're equal, then clearly vw+U and wv+U. As such, then v=w+u where uU is some vector. Thus:

vw=uU
Two affine subsets parallel to U are equal or disjoint

Suppose U is a subspace of V and v,wV. Then the following are equivalent:

  • vwU
  • v+U=w+U
  • (v+U)(w+U)

This tells us that affine subsets are either equal, or disjoint. Think of the plane example. If you have two parallel planes, they either don't intersect, or are equal to each other.

The proof of this is pretty easy as shown in the book:

Proof
First suppose (1) holds, so vwU. If any uU then:

To show our operations are well defined, we did the proof in the book via Chapter 3 (cont.) - Products and Quotients of Vector Spaces#^6ab226. We want to make sure that (v+U)+(w+U)=(v^+U)+(w^+U), and similar for the scalar multiplication case.

We defined the quotient map:

quotient map, π

Suppose U is a subspace of V. The quotient map π is the linear map π:VV/U defined by:
π(v)=v+U
for vV.

Recall that the zero vector for v+U is U itself. Namely, if you think of the line of planes in R3 that are parallel to U, the only vector that would have:

0(v+U)=(0v)+U=0+U=U=0

As such, then V/{0} is isomorphic to V since their dimensions are the same via:

Dimension of a quotient space

Suppose V is finite-dimensional and U is a subspace of V. Then:
dim(V/U)=dim(V)dim(U)

Now suppose that TL(V,W). Suppose Tv1=Tv2. Then:

T(v1v2)=0v1v2null(T)

So then, treating null(T) like a U:

v1+null(T)=v2+null(T)

So then any vector in an affine subset, parallel to null(T), has the same image under T.

T~

Suppose TL(V,W). Define T~:V/(null(T))W by:
T~(v+null(T))=Tv

This map sends pieces to outputs, rather than vectors in V to corresponding outputs. Think of a plane through the origin U. Say U=null(T) for some transformation T. All the other planes v+null(T) don't get mapped to zero, and only the ones that do are 0+null(T). Essentially, the collection of all things mapped to 0, ie: null(T), is isolated from the other v's, and thus forces T~ to be injective (as any v has to get mapped to it's counterpart Tv, as there's no other parts as we isolated the nullspace).

Duality

We defined:

Definition

A linear functional on V is an element of L(V,F).

Notice that F is a vector space, like F1.