I'm trying to prove that $e^{-x}=1/(e^{x})$ using power series. Here's what I have thus far.
I want to show that
$\sum_{n=0}^{\infty} \frac{(-x)^n}{n!} = (\sum_{n=0}^{\infty} \frac{(x)^n}{n!})^{-1}$
The left hand side is clearly: $1 - x + x^2/2! - x^3/3! + ... - ... +...$
The right hand side is the inverse of $(\sum_{n=0}^{\infty} \frac{(x)^n}{n!})$, meaning $(\sum_{n=0}^{\infty} \frac{(x)^n}{n!})*(\sum_{n=0}^{\infty} \frac{(x)^n}{n!})^{-1} = 1$.
Therefore, it must be true that (if $a_0+ a_1 + a_2...$ is the sequence for e^x which is known, and $b_0 + b_1 + b_2...$is the sequence for $1/e^{x}$ which we don't know)
$a_0b_0 = 1$
$a_1b_0 + a_0b_1 = 0$
$a_2b_0 + a_1b_1 + a_0b_2 = 0$
... Therefore, $b_0 = 1$. Then we can see from the second line, using what we found out about $b_0$, that $b_1= -x$. Next we can use that information to see that $b_2 = x^{2}/2$. In this way it seems clear that the sequence for $e^{-x}$ is exactly what we found for the left hand side of the generating function equation. However, saying that it looks like the same thing is not proof, and I'm not sure how to prove this.