Let $\{u_1, u_2, u_3,\dots, u_k\}$ be real polynomials:
$u_1(x)=1$
$u_2(x)=1+x$
$u_3(x)=1+x+x^2$
$\dots$
$u_k(x)=1+x+\dots+x^{k−1}$
with $k$ a positive integer.
Show that the set $\{u_1, u_2, u_3,\dots, u_k\}$ is linearly independent.
I know that to be linearly independent, we must have
$u_1a_1+u_2a_2+\dots+u_ka_k = 0 $
if and only if $a_i=0$ for every $i$
But I am unable to develop this idea.
Insert now those polynomials:
$$ a_1+(1+x)a_2+(1+x+x^2)a_3+...+(1+x+x^2+...+x^{k-1})a_k=0$$
so $$(a_1+a_2+a_3+...+a_k)\cdot 1 +(a_2+a_3+...+a_k)x+ (a_3+a_4+...+a_k)x^2+...+(a_{k-1}+a_k)x^{k-2}+a_kx^{k-1}=0$$
so polynomial on left is identical to 0, so all it coefficents are 0:
$$a_1+a_2+a_3+...+a_k=0$$ $$a_2+a_3+...+a_k=0$$ $$ \vdots $$ $$ a_{k-1}+a_k =0$$ $$ a_k=0$$ so starting from down to up you see that all coefficients are 0 and we are done.