I know this has been asked a lot, but I haven't found a good solution:
Show that the set $\{1, x, x^2, ..., x^n\}$ constitutes a basis of the vector space of polynomial functions $\varphi : \mathbb R \to \mathbb R$.
My problem is to proof linear independency.
Suppose $$\sum_{i=0}^na_ix^i = 0$$
for $a_i \in \mathbb R. $ From plugging in $x = 0$ I get $a_0 = 0$. But how to proceed from here? I know I can factorize $x$ like this: $$x(a_1 + a_2x + ... + a_nx^{n-1}) = 0$$
and for $x\neq 0$ it must be $$a_1 + a_2x + ... + a_nx^{n-1} = 0$$
but here I am stuck. I would like to proof this with basic algebra and possibly without theorems from which this easily follows.