I am trying to show that $\dfrac{v+u}{1+\dfrac{uv}{c^2}}=c$ when $u=c$.
Context
It's needed for a physics proof that I'm working on. This is the formula for relative velocity, $u$ represents the velocity of the observer, $v$ represents the velocity of a projectile and $c$ represents the speed of light.
Einstein said that this is right, so I'm sure that it is I'm just not sure how it simplifies.
If you mean $$\frac{u+v}{1+\frac{uv}{c^2}} $$ as noted in the comments. Then let $u = c$, and we get \begin{align} \require{cancel} \frac{u+v}{1+\frac{uv}{c^2}} &= \frac{c+v}{1+\frac{\cancel{c}v}{c^\cancel{2}}}\\ &=\frac{c+v}{1+\frac{v}{c}}\\ &=\frac{c+v}{1+\frac{v}{c}}\frac{c}{c}\\ &= \frac{c\cancel{(c+v)}}{\cancel{c+v}}\\ &= c. \end{align}