5

Vector spaces like $\mathbb{R}^n$ can have different bases and we can change the basis with a matrix to get a new one. This made me wonder:
Are there any vector spaces with $dim>1$ that have only one basis?

Spock
  • 1,663
  • 2
  • 13
  • 26

1 Answers1

5

No. Let $b_1, b_2, ..., b_n$ be a basis. Create an element $a=c_1b_1 + c_2b_2+...+c_nb_n$ where not all of the $c_i$ are $0$. WLOG, we may assume $c_n \neq 0$. Then the set $b_1, b_2, ..., b_{n-1}, a$ is a basis for the space.

John Habert
  • 4,001