The intersection assumption in the definition of direct sums

linear algebra

Let $W_1,W_2,\ldots,W_k$ be subspaces of a vector space $V$. We define the sum of these spaces to be the set
$$\{v_1+v_2+\cdots+v_k:v_i\in W_i\text{ for }1\leq i\leq k\},$$
which we denote by $W_1+W_2+\cdots+W_k$ or simply by $\sum_{i=1}^k W_i.$ If, in addition, $W_j\cap\sum_{i\not=j}W_i=\{\mathbf 0\}$ for each $j$, then we call $V$ the direct sum of $W_1,W_2,\ldots,W_k$ and write $V=W_1\oplus W_2\oplus\cdots\oplus W_k$. What I'm concerned about is whether we can prove that the intersection of all subspaces in the direct sum is the zero space, that is,
$$\bigcap_{i=1}^k W_i=\{\mathbf 0\}.$$
I think this is weaker than the statement that each subspace intersects the sum of the other subspaces only in the zero vector but don't know how to justify it. Please give me some help. Thank you.

Best Answer

$\{\mathbf 0 \}\subseteq W_j\cap W_l\subseteq W_j\cap\sum_{i\not=j}W_i=\{\mathbf 0\}$ for all $l\not=j$. Thus also $\bigcap_{i=1}^k W_i=\{\mathbf 0\}$. Moreover, let $V=\mathbb{R}^2$, $W_1=\mathbb{R}(1,0)$, $W_2=\mathbb{R}(0,1)$, $W_3=\mathbb{R}(1,1)$. The $W_1\cap W_2\cap W_3=\{(0,0)\}$, but $W_3\cap (W_1+W_2)=W_3\not=\{(0,0)\}$.

Related Question