My solution
Since the argument of ln must be greater than zero:
$1 - x > 0$
$ - x > -1$
$ x < 1 $
Then, because $f(x)$ must be a real number, we have:
$1 + ln(1-x) \ge 0$
$ln(1-x) \ge -1$
For the next result I used the follwing property: $e^{ln (x)}$ $=$ $x$
$1-x \ge e^{-1}$
Which simplifies to: $x \le 1 - e^{-1}$
Thus, option B it's the answer. Right? If so, then how can we verify that $- \infty \lt x $?
