Let $f(x)=1+(x-1)\ln (1-\frac1x)$. I am trying to prove that $\forall x\in\mathbb{R}$, such that $x>1$, $0<f(x)<1$.
I have already proved that $f(x)<1$ as follows:
To show $1+(x-1)\ln (1-\frac1x)<1$ it would be necessary and sufficient to show that $(x-1)\ln (1-\frac1x)<0$. We have that $x>1\iff x-1>0 \iff 1-\frac1x>0$ and $1>0 \iff \frac1x>0 \iff 0>-\frac1x \iff 1>1-\frac1x$, thus $x-1>0$ and $1>1-\frac1x>0 \iff \ln (1-\frac1x)<0 $. $\therefore$ Since $x-1>0$ and $\ln (1-\frac1x)<0$ then $(x+1)\ln (1-\frac1x)<0$.$\blacksquare$
Proving that $0<f(x)$ seems to be less trivial. Perhaps using calculus to prove this is a necessity but I am convinced that proving this is possible using similar methods to the first proof (simply using the assumption that $x>1$ and the algebra of inequalities).
At the very least a nudge in the right direction would be much appreciated.
Thanks for your time.
Anytime I see log, reciprocal, and inequality I think about the Mean Value Theorem. I was burned by such an inequality on an Honors Calculus exam over 25 years ago.
Note that \begin{gather*} 0 < 1 + (x-1) \ln\left(1 - \frac{1}{x}\right) < 1 \\\iff -1 < (x-1)\ln\left(\frac{x-1}{x}\right) < 0 \\\iff -\frac{1}{x-1} < \ln(x-1) - \ln(x) < 0 \\\iff 0 < \ln(x) - \ln(x-1) < \frac{1}{x-1} \end{gather*} Let $f(t) = \ln t$ on the interval $x-1 \leq t \leq x$. Since $x>1$, $f$ is continuous on this interval and differentiable on its interior. Therefore by the Mean Value theorem there exists a number $c$ such that $x-1 < c < x$ and $$ \frac{f(x)-f(x-1)}{x-(x-1)} = f'(c) $$ This means that $$ \ln(x) - \ln(x-1) = \frac{1}{c} $$ Notice that $0 < x-1 < c < x$, so $$ 0 < \frac{1}{x} < \frac{1}{c} < \frac{1}{x-1} $$ and therefore $$ 0 < \frac{1}{x} < \ln(x) - \ln(x-1) < \frac{1}{x-1} $$ as needed.