logo

Residual Classes and Quotient Spaces in Linear Algebra 📂Linear Algebra

Residual Classes and Quotient Spaces in Linear Algebra

Definition1

Let’s refer to VV as FF-vector space, and WVW \le V as subspace. For vVv \in V, the following set

{v}+W:={v+w:wW} \left\{ v \right\} + W := \left\{ v + w : w \in W \right\}

is called the coset of WW containing vv. ++ is the sum of sets.

Explanation

We often abbreviate {v}+W\left\{ v \right\} + W as v+Wv + W.

Considering the set of all cosets of WW, denoted by {v+W:vV}\left\{ v + W : v \in V \right\}, we define addition and scalar multiplication (by FF) as follows:

(v1+W)+(v2+W)=(v1+v2)+W,v1,v2V (v_{1} + W) + (v_{2} + W) = (v_{1} + v_{2}) + W,\quad \forall v_{1}, v_{2} \in V

a(v+W)=av+WvV and aF a(v + W) = av + W\quad \forall v \in V \text{ and } a \in F

Then, this set again forms a FF-vector space. This vector space is denoted by V/WV/W, and is called the quotient space of VV modulo WW.

Theorem

(a) v+Wv + W being a subspace of VV is equivalent to vWv \in W. (proof in algebra)

(b) For v1,v2Vv_{1}, v_{2} \in V, v1+W=v2+Wv_{1} + W = v_{2} + W being true is equivalent to v1v2Wv_{1} - v_{2} \in W. (proof in algebra)

(c) V/WV/W is a vector space, and the zero vector is 0V+W=W0_{V} + W = W. (0V0_{V} is the zero vector of VV.)

Proof

(a)

  • Assuming ()(\Longrightarrow)

    Assume v+Wv + W is a subspace of VV. Then, considering 0V0_{V} as the zero vector of VV, 0Vv+W0_{V} \in v + W holds. Therefore, for some wWw \in W, 0V=v+w0_{V} = v + w and w=vWw = -v \in W hold. WW being a subspace of VV is closed under scalar multiplication, so v=(v)Wv = -(-v) \in W holds.

  • Assuming ()(\Longleftarrow)

    Assume vWv \in W. To show v+Wv + W is a subspace of VV, it suffices to show closure under addition and scalar multiplication. Let’s say v+w1,v+w2v+Wv + w_{1}, v + w_{2} \in v + W. Adding these two gives:

    (v+w1)+(v1+w2)=v+(v+w1+w2) (v + w_{1}) + (v_{1} + w_{2}) = v + (v + w_{1} + w_{2})

    Since WW is a subspace, it’s closed under addition, and by assumption vv is an element of WW, so for some w3Ww_{3} \in W, the following holds:

    v+(v+w1+w2)=v+w3W v + (v + w_{1} + w_{2}) = v + w_{3} \in W

    Now, let’s say aFa \in F. Then similarly, by assumption, for some w4Ww_{4} \in W, the following holds:

    a(v+w)=v+((a1)v+aw)=v+w4W a(v + w) = v + \left( (a-1)v + aw \right) = v + w_{4} \in W

(b)

  • Assuming ()(\Longrightarrow)

    Assume v1+W=v2+Wv_{1} + W = v_{2} + W. Then, for the zero vector 0V0_{V} of VV and some wWw \in W, the following holds:

    v1+0V=v2+w    v1v2=wW v_{1} + 0_{V} = v_{2} + w \implies v_{1} - v_{2} = w \in W

  • Assuming ()(\Longleftarrow)

    Assume v1v2Wv_{1} - v_{2} \in W. Then:

    v2+W={v2+w:wW}={v2+((v1v2)+w):wW}={v1+w:wW}=v1+W \begin{align*} v_{2} + W &= \left\{ v_{2} + w : w \in W \right\} \\ &= \left\{ v_{2} + \left( (v_{1} - v_{2}) + w \right) : w \in W \right\} \\ &= \left\{ v_{1} + w : w \in W \right\} \\ &= v_{1} + W \end{align*}

See Also


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p23 ↩︎