I have to prove the following for my math study:
Prove: $e^x$ is transcendental over the polynomials with coefficients in $\mathbb{R}$.
So far, I've done this:
It's enough to prove that if $a_n(x),\dots,a_1(x), a_0(x)$ are polynomials with coefficients in $\mathbb{R}$ such that $a_n(x)e^{nx} + a_{n-1}(x)e^{(n - 1)x} + \dots + a_1(x)e^x + a_0(x) = 0$, then $a_i(x) = 0$ $\forall i$
To prove this I assumed that $\exists i : a_i(x) \neq 0$. Then take the smallest $n$ such that $a_n(x)e^{nx} + a_{n-1}(x)e^{(n - 1)x} + ... + a_1(x)e^x + a_0(x) = 0$.
I don't know how I have to complete the proof from here. Could you explain it to me?
An approach not using limits. Let $f(x) = \sum_{k=0}^n a_k(x)e^{kx}$ and call $a_0$ the lowest coefficient. Then $f'(x)$ has a similar form and only the the degree of the lowest coefficient decreases, other coefficients remain of the same degree. Take the derivative repeatedly until the lowest coefficient vanishes.
The same approach also works for the difference operator $(\Delta f)(x)=f(x+1)-f(x)$.