-1

Suppose $U$ is a finite dimensional vector space and $U$ can be expressed as a direct sum $U=U_1\oplus\dots\oplus U_n$. Then $\dim(U) = \dim(U_1) + \dots + \dim(U_n)$.


I don't really have any idea how to prove this, any tips?

egreg
  • 244,946
user2850514
  • 3,809

1 Answers1

2

Hint. A general theorem states that $$ \dim(U_1+U_2)=\dim(U_1)+\dim(U_2)-\dim(U_1\cap U_2)\tag{1} $$ Can you prove this?

Once we have this general theorem, note that $V=U_1\oplus U_2$ means $V=U_1+U_2$ and $U_1\cap U_2=\{\vec 0\}$. Thus the formula $$ \dim(U_1\oplus U_2)=\dim(U_1)+\dim(U_2) $$ is a corollary of the formula in (1). Your general formula should then follow from induction.

  • Ah yes that makes sense, $\dim{(U_1\cap U_2)} = 0$, thus $\dim{(U_1+U_2)} = \dim{(U_1)}+\dim{(U_2)}$. Then I understand the induction, thanks. – user2850514 May 11 '15 at 00:27