I have a utility function with constant elasticity of substitution (CES) that takes the form:
$$u(c)=\frac{c^{1-\sigma}-1}{1-\sigma}$$ where $\sigma >0$ is a parameter.
Why is it that when $\sigma=1$, the function becomes $u(c)=\ln(c)$? I would have thought at this value of $\sigma$ the function is undefined as subbing in the value of $\sigma=1$ results in $(1-1)/(1-1)=0/0$ which is undefined.
Any help is appreciated!