If $V$ is a finite dimensional vector space and $V^n$ is the vector space $$V\oplus V\oplus ...\oplus V\quad(\text{n summands})$$ then for each $n\geq 1$, $V^n$ is finite dimensional and dim $V^n=n(\text{dim V})$
Hey guys I'm trying to solve this problem.
My idea is to prove it using induction. That is I will first show that if $V^2=V\oplus V$ then dim $V^2$ is dim $V+$ dim $V$. But is this really so? How do we find the dimension if we add two vector spaces? Should it be like the Inclusion-Exclusion Principle in set theory? $$\text{dim }V^2=\text{dim }V+\text{dim }V-\text{dim }(V\cap V)$$
But then this will be just $\text{dim }V^2=\text{dim }V$. Or should it be like the ones mentioned here:
Dimension of direct sum of vector spaces $(dim (V\oplus W)=dim V+dim W)$
Dimensions of vector subspaces in a direct sum are additive?
The difference is that the vector spaces I'm using now are all the same. Should it still be $dim (V\oplus V)=$ dim $V$ + dim $V$? This looks neater because if I can prove this then I can proceed using induction right? How do I approach this problem? Thank you.