0
$\begingroup$

How can you show that $$(1-\frac{1}{n})^r \leq e^{-r/n}\ ?$$

I'm not really too sure how to do it.

  • 0
    can you tell us something about the variables?2017-02-19
  • 0
    How do you mean?2017-02-19
  • 0
    what kind of numbers are $$r,n$$?2017-02-19
  • 0
    Tell us whether $n$ is a natural number or not and so on.2017-02-19
  • 0
    from where does this inequality come?.2017-02-19
  • 0
    Oh of course. Both $r$ and $n$ are natural numbers ($\neq 0$).2017-02-19

2 Answers 2

2

I showed in THIS ANSWER that the sequence $e_n$, given by $e_n=\left(1-\frac1n\right)^n$ is monotonically increasing. Recalling that $\lim_{n\to \infty}e_n=e^{-1}$ we have

$$\left(1-\frac1n\right)^n

whence raising both sides of $(1)$ to the $r/n$, where $r\in \mathbb{N}$, power yields the coveted inequality

$$\left(1-\frac1n\right)^r

as was to be shown!

0

taking the logarithm on both sides we obtain $$r\ln\left(1-\frac{1}{n}\right)<-\frac{r}{n}$$ if $$r>0$$ then we can divide by $$r$$ and we get $$\ln\left(1-\frac{1}{n}\right)<-\frac{1}{n}$$ multipliying by $-1$ we get $$-\ln\left(1-\frac{1}{n}\right)^n>1$$ can you finish this?