Residual Classes and Quotient Spaces in Linear Algebra
📂Linear AlgebraResidual Classes and Quotient Spaces in Linear Algebra
Definition
Let’s refer to V as F-vector space, and W≤V as subspace. For v∈V, the following set
{v}+W:={v+w:w∈W}
is called the coset of W containing v. + is the sum of sets.
Explanation
We often abbreviate {v}+W as v+W.
Considering the set of all cosets of W, denoted by {v+W:v∈V}, we define addition and scalar multiplication (by F) as follows:
(v1+W)+(v2+W)=(v1+v2)+W,∀v1,v2∈V
a(v+W)=av+W∀v∈V and a∈F
Then, this set again forms a F-vector space. This vector space is denoted by V/W, and is called the quotient space of V modulo W.
Theorem
(a) v+W being a subspace of V is equivalent to v∈W. (proof in algebra)
(b) For v1,v2∈V, v1+W=v2+W being true is equivalent to v1−v2∈W. (proof in algebra)
(c) V/W is a vector space, and the zero vector is 0V+W=W. (0V is the zero vector of V.)
Proof
(a)
Assuming (⟹)
Assume v+W is a subspace of V. Then, considering 0V as the zero vector of V, 0V∈v+W holds. Therefore, for some w∈W, 0V=v+w and w=−v∈W hold. W being a subspace of V is closed under scalar multiplication, so v=−(−v)∈W holds.
Assuming (⟸)
Assume v∈W. To show v+W is a subspace of V, it suffices to show closure under addition and scalar multiplication. Let’s say v+w1,v+w2∈v+W. Adding these two gives:
(v+w1)+(v1+w2)=v+(v+w1+w2)
Since W is a subspace, it’s closed under addition, and by assumption v is an element of W, so for some w3∈W, the following holds:
v+(v+w1+w2)=v+w3∈W
Now, let’s say a∈F. Then similarly, by assumption, for some w4∈W, the following holds:
a(v+w)=v+((a−1)v+aw)=v+w4∈W
■
(b)
Assuming (⟹)
Assume v1+W=v2+W. Then, for the zero vector 0V of V and some w∈W, the following holds:
v1+0V=v2+w⟹v1−v2=w∈W
Assuming (⟸)
Assume v1−v2∈W. Then:
v2+W={v2+w:w∈W}={v2+((v1−v2)+w):w∈W}={v1+w:w∈W}=v1+W
■
See Also