Prove that the function f : N → N, defined by f(x) = x^2 + x + 1 is one–one but not onto.
Prove \(f(x)=x^2+x+1\) is One-One but Not Onto 📺 Video Explanation 📝 Question Prove that the function \[ f:\mathbb{N}\to\mathbb{N}, \quad f(x)=x^2+x+1 \] is one-one but not onto. ✅ Solution 🔹 Step 1: Prove One-One (Injective) Assume: \[ f(x_1)=f(x_2) \] Then: \[ x_1^2+x_1+1=x_2^2+x_2+1 \] Cancel 1: \[ x_1^2+x_1=x_2^2+x_2 \] Rearrange: \[ x_1^2-x_2^2+x_1-x_2=0 \] Factor: \[ (x_1-x_2)(x_1+x_2+1)=0 \] […]