I am trying to prove that this function is bijective, but I don't know how to do it.
$$f:x \mapsto \frac{e^x-1}{x}$$
For that, I try to use the fact that this function has necessarily a reciprocal if it is bijective.
So, I think I need to prove that :
$$f(x)=y \Leftrightarrow x = f^{-1}(y)$$
If I understand correctly, this means that :
$$\frac{e^x-1}{x} = y \Leftrightarrow x = \frac{y}{e^y-1}$$
But my problem is that I don't know how to do this, and I don't know if there is a more efficient way to solve the problem.
Can anyone help me solve this problem?