$A,B$ are subspace of a finite-dimensional vector space $V$. Show that $\dim(A) + \dim(B) = \dim(A+B)$ if and only if $A \cap B = \{0\}$.
It (kind of) seems intuitive but I'm having a hard time putting words to my intuitions.
$A,B$ are subspace of a finite-dimensional vector space $V$. Show that $\dim(A) + \dim(B) = \dim(A+B)$ if and only if $A \cap B = \{0\}$.
It (kind of) seems intuitive but I'm having a hard time putting words to my intuitions.
Pick a basis $\{a_i\}_i$ for $A$ and a basis $\{b_j\}_j$ for $B$. Suppose first that $A \cap B \neq \{ 0\}$. This means that there is a nonzero vector, $v$, in $A \cap B$. Then $v \in A$, so $$ v = \sum_i \lambda_i a_i $$ for some scalars $\lambda_i$. Similarly, $v \in B$, so there are scalars $\mu_j$ so $$ v = \sum_j \mu_j b_j. $$ But then, $$ 0 = v-v = \sum_i \lambda_i a_i-\sum_j \mu_j b_j. $$ This is a nonzero linear combination of $a_i$ and $b_j$ that gives zero, so the set $\{ a_i \}_i \cap \{ b_j\}_j$ is linearly dependent. (If the linear combination is zero, then some of the $a_i$ are equal to some of the $b_j$, with the same result.) But $\{ a_i \}_i \cap \{ b_j\}_j$ spans $A + B$, so a basis must have fewer vectors in it than this set; hence the equality does not hold.
Whereas, if we assume the intersection is just the zero vector, there is no such linear combination, and hence the $a_i$ and $b_j$ are linearly independent and so form a basis.
(Alternatively, you could pick a basis for the intersection, then do two extensions of it, to $A$ and to $B$, and then count.)