I'm reading an article which states the following:
For summands such that $x < \epsilon$, we have the inequality $\ln(1-x) > -\frac{x}{1-\epsilon}.$
Why is this true?
I could rewrite the following (note $x$ and $\epsilon$ are both positive integers and $x < 1$.) $$\begin{align*} x&<\epsilon\\ 1-x&>1-\epsilon\\ \ln(1-x)&>\ln(1-\epsilon) \end{align*}$$ Now if, $f(\epsilon) = \ln(1-\epsilon)$, it looks like I need some term $xf'(\epsilon)$ on the right to get the statement from the article. Like some sort of Taylor approximation? Why is the statement true?