Andrew Thangaraj
Aug-Nov 2020
Sum of subsets: For subsets \(U,W\subseteq V\), the sum \(U+W\) is defined as \[U+W = \{u+w:u\in U,w\in W\}\]
Usually, \(U\) and \(W\) are taken to be subspaces. \(U+W\) is the smallest subspace containing both \(U\) and \(W\).
Examples
\(\text{span}((1,0))+\text{span}((0,1))\)
\(\text{span}((1,2))+\text{span}((2,3))\)
\(\text{span}((1,2))+\text{span}((2,4))\)
\(U=\text{span}((1,2,3,4),(2,3,4,5),(1,-1,2,-2))\), \(W=\text{span}((1,1,1,1),(4,1,8,1),(1,0,0,0))\)
\(\text{span}(u_1,\ldots,u_m)+\text{span}(w_1,\ldots,w_m)=\text{span}(u_1,\ldots,u_n,w_1,\ldots,w_m)\)
Find linear dependence in \(u_1,\ldots,u_n,w_1,\ldots,w_m\) to reduce.
Intersection of subspaces: If \(U,W\) are subspaces, \(U\cap W\) is a subspace.
Examples
\(\text{span}((1,0))\cap \text{span}((0,1))=\{0\}\)
\(\text{span}((1,2))\cap \text{span}((2,3))=\{0\}\)
\(\text{span}((1,2))\cap \text{span}((2,4))=\text{span}((1,2))\)
\(U=\text{span}((1,2,3,4),(2,3,4,5),(1,-1,2,-2))\), \(W=\text{span}((1,1,1,1),(4,1,8,1),(1,0,0,0))\)
\(\text{span}(u_1,\ldots,u_n)\cap\text{span}(w_1,\ldots,w_m)=\{v:v=a_1u_1+\cdots+a_nu_n=b_1w_1+\cdots+b_mw_m\}\)
Find linear combinations of \(u_1,\ldots,u_n,w_1,\ldots,w_m\) that result in 0.
Direct sum of subspaces: If \(U,W\) are subspaces and \(U\cap W=\{0\}\), \(U+W\) is denoted \(U\oplus W\) and called as direct sum.
Given a subspace \(U\) of a finite-dimensional vector space \(V\), there exists a subspace \(W\) such that \(V=U\oplus W\).
Examples
Subspace decomposition: any \(v\in V\) can be written as \(v=u+w\), \(u\in U\), \(w\in W\), in a unique way.
If \(U,W\) are subspaces of a finite dimensional vector space, \[\text{dim}(U+W)=\text{dim} U+\text{dim} W - \text{dim}(U\cap W).\]
Numerical examples require methods for the following:
\(S=((1,2,3,4),(2,3,4,5),(3,4,5,6))\)
\(((1,2,3,4),(0,-1,-2,-3),(0,-2,-4,-6))\)
\(((1,0,-1,-2),(0,-1,-2,-3))\) is a linearly independent set with span equal to \(\text{span}(S)\)