I'm trying to prove that $$|\ln (1-x)|\le 2|x| \, \text{if} \, |x|\le \frac{1}{2}.$$ What I've got so far is $$\begin{align*}e^{x}&=1+x+\dfrac{x^{2}}{2!}+\cdots\\1+x&\le e^{x}\\1-x&\le e^{-x}\\ \ln (1-x)&\le -x.\end{align*}$$ However, I'm stuck here since when I take the absolute value of both sides I get nonsense (well, not exactly, it holds only for $x=0$): $$|\ln (1-x)|\le |x|$$ I don't know how to proceed in order to prove the inequality mentioned in the question.
Edit: Also, why is taking the absolute value of both sides (as it seems) forbidden?
How about $$|\ln(1-x)|=\left|-\sum_{n=1}^\infty\frac{x^n}n\right| \le\sum_{n=1}^\infty\frac{|x|^n}n\le\sum_{n=1}^\infty|x|^n=\frac{|x|}{1-|x|}$$ etc.?