A function $f:N->N$ is defined by $f(x) = x^2 + x + 1$. Is the function $f(x)$ One - One Onto (Bijection) ?
My Try :
For proving injection, I need to show that $f(x) = f(y)=> x=y$
So, $f(x) = f(y)=> (x-y)(x+y+1)=> x=y$ but one more value comes $x = -y-1$
Hence, I am getting $f(x)$ as many- one function.
Am I right here ?