I need to prove that $x_1^2 + 2x_2^2 + 1$ is irreducible over $\mathbb{C}$. And after prove that algebraic curve $X$ on affine plane $\mathbb{A}^2$ given by the equation $f = 0$ is also irreducible. So with this proof I am hoping to that polynomial equation is irreducible, so the second part of the task is easy.
What I have stopped on. It is proof by contradiction. Let's say that $f$ is reducible over $\mathbb{C}$, then it could be easily written as:
- $f = x_1^2 + 2x_2^2 + 1 = 4 = g \cdot t$, where $g = \alpha x_1 + \beta x_2 + \gamma$ and $t = \theta x_1 + \tau x_2 + \phi$ then by multiplying the two we would get: $$f = g \cdot t = \underbrace{\alpha \theta}_{1} x_1^2 + \underbrace{\ \beta \theta}_{2} x_2^2 + (\alpha \tau + \beta \theta)x_1 x_2 + (\alpha \phi + \gamma\theta)x_1 + (\beta\phi + \gamma \tau)x_2 + \underbrace{\gamma \phi}_{1}$$
- According to that, I have written a system of equations:
$\begin{cases} \alpha \theta = 1 \\ \beta \tau = 2 \\ \gamma \phi = 1 \\ (\alpha \tau + \beta \theta) = 0 \\ (\alpha \phi + \gamma\theta) = 0 \\ (\beta\phi + \gamma \tau) = 0 \end{cases}$ $\Leftrightarrow$ $\begin{cases} \theta = \alpha^{-1} \\ \tau = 2 \beta^{-1} \\ \phi = \gamma^{-1} \\ (\alpha \beta^{-1} + \beta \alpha^{-1}) = 0 \quad * \alpha\beta\\ (\alpha \gamma^{-1} + \gamma\alpha^{-1}) = 0 \quad * \alpha\gamma \\ (\beta\gamma^{-1} + \gamma \beta^{-1}) = 0 \quad * \beta\gamma \end{cases}$ $\Leftrightarrow$ $\begin{cases} \theta = \alpha^{-1} \\ \tau = 2 \beta^{-1} \\ \phi = \gamma^{-1} \\ \alpha^2 = - \beta^{2} \\ \alpha^2 = -\gamma^{2} \\ \beta^2 = -\gamma^{2} \end{cases}$
And from the three last equations, I got $\beta^2 = - \gamma^2, \ \alpha^2 = -\gamma^2, \ \alpha^2 = -\beta^2 \rightarrow -\gamma^2 = -(-\gamma^2)$. And I do not see where this is getting me.
Any advice would be appreciated, honestly with both proof 1 and proof 2!