In a book I am reading the author states without proof that in an $n$-dimensional vector space $X$, the representation of any $x$ as a linear combination of a given basis $e_{1},e_{2},...,e_{n}$ is unique. How to proof that?
2026-05-14 19:02:29.1778785349
Unique representation of a vector
7.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
A basis is usually defined as a linearly independent, generating set.
Since it is a generating set, by definition, every vector can be expressed as a linear combination.
Suppose some vector has two representations:
$$x=a_1 e_1 +\dots + a_ne_n= b_1 e_1 + \dots + b_n e_n.$$ Then it follows that $$0= (a_1 -b_1)e_1 + \dots + (a_n-b_n)e_n.$$ By the definition of linear independence it follows that $(a_1 -b_1) = \dots = (a_n-b_n)= 0$, which means $a_i = b_i $ for all $i$, that is, the representation is unique.