I'm sorry if the title was a bit misleading but I don't know how else to phrase it.
I'm having trouble understanding some lecture notes and I couldn't find extra information by Googling.
Anyways, the exponential function is represented as
$$\lim_{n}\left(1+\frac{x}{n}\right)^n$$
Then, this inequality follows:
$$\left(1+\frac{x}{n}\right)\left(1+\frac{y}{n}\right)=\left(1+\frac{x+y}{n}+\frac{xy}{n^2}\right)\ge 1+\frac{x+y}{n}$$
Ok, following so far. Then there's this thing:
$$\begin{align*} \left(1+\frac{x}{n}\right)^n\left(1+\frac{y}{n}\right)^n-\left(1+\frac{x+y}{n}\right)^n&=\left(1+\frac{x+y}{n}+\frac{xy}{n^2}\right)^n-\left(1+\frac{x+y}{n}\right)^n\\ &=\frac{xy}{n^2}\left[\sum\limits_{k=0}^{n-1}\left(1+\frac{x+y}{n}+\frac{xy}{n^2}\right)^{n-1-k}\left(1+\frac{x+y}{n}\right)^k\right] \end{align*}$$
That last one amost broke me. After figuring out it's just the formula for
$$a^n-b^n$$
I finally get to the part I just don't understand. It says "Because of the last inequality follows:"
$$\begin{align*} \frac{xy}{n}\left(1+\frac{x+y}{n}\right)^{n-1}&\le\left(1+\frac{x}{n}\right)^n\left(1+\frac{y}{n}\right)^n-\left(1+\frac{x+y}{n}\right)^n\\ &\le\frac{xy}{n}\left(1+\frac{x}{n}\right)^{n-1}\left(1+\frac{y}{n}\right)^{n-1} \end{align*}$$
I'm supposed to study for an exam on Monday and I still have a ton of stuff to go through but I've been staring at the page for the last 2 hours. I don't know if this is supposed to be one of the harder proofs or maybe I'm just missing something (in my brain).
Help is much appreciated.
P.S Sorry if my Latex is bad, this is the second time I'm using it.
Show Math AsandTeX Commands. (I inserted a missing exponent that I’m pretty sure was just a typo.) – Brian M. Scott Jan 12 '13 at 22:27