Find the inverse of $f(x)=\sqrt{3x^2 +1}$.
We don't know if $f$ is invertible so we have to prove it, but how?
$f$ bijective $\Leftrightarrow $ $f$ invertible
Is $f$ injective? $ x \neq y \Rightarrow f(x) \neq f(y) $
$f(x) = f(y) $
$\sqrt{3x^2 +1} = \sqrt{3y^2 +1}$
$ x^2 = y^2 $
$x = y$
No injective $\Rightarrow$ No bijective $\Rightarrow$ No invertible.
Is that right?