Suppose I have a vector space $V$ of dimension $n$ with basis elements $a_1, \dots a_n$.
If I take the direct product of $V$, to get $V^k$ then (I'm assuming since I haven't actually seen this proved) that $\dim(V^k) = n^k$ and we'd have as basis elements $k$-tuples $$\left(a_{i_1}, \dots, a_{i_k}\right)$$ for every $k$-tuple $I = (i_1, \dots, i_k)$ of integers from the set $\{1, \dots , n\}$.
Now I want to believe the above, but here's an example that I think the above (conjecture?) fails. Take $V = \mathbb{R}$ over the field $\mathbb{R}$, then $V$ has basis $\{1\}$. However $V^2 = \mathbb{R}^2$ has basis $\{(1, 0), (0, 1)\}$, but by the above I'd end up with $\dim(V^2) = 1^2 = 1\neq 2$ so there's a contradiction.
Does my above conjecture ever hold? If so under what constraints?