I am supposed to prove that $\frac{x}{y} \leq \ln(y) - \ln(y-x)$ for $x, y \in \mathbb{R}$ with $0 \leq x < y$.
So I've been thinking about going with a case distinction. First is the obvious case for $x=0$. Then I thought about doing more case distinctions where I differ whether $|y - x|$ is smaller, equals or larger to 1. But already in th easiest case for $|y-x| = 1$ I pretty much get stuck. I have no idea how I'm supposed to get the logarithm into the inequality.
So I'd be more than glad about a tiny hint here.
We know $e^t \geq t + 1 $ for all $t$. In particular, $e^{-t} \leq \frac{1}{1+t}$.
Put $t = - \frac{x}{y}$. Then,
$$ e^{\frac{x}{y}} \leq \frac{1}{1 - \frac{x}{y}} \implies \frac{x}{y} \leq \ln \left( \frac{y}{y-x} \right)$$
as we wanted to show.