I have the following problem and I'm stuck in the second part:
Let $K$ be a field. We define in $K \times K$ the next operations: $$(a, b) + (c, d) := (a + c, b + d)$$ $$(a, b) · (c, d) := (ac − bd, ad + bc)$$
- Prove that $K\times K$ is a commutative and unitary ring with the given operations. Done
- Prove that $K \times K$ is a field iff $K$ satisfies that for all $a,b\in K$ that $a^2 + b^2 =0$ then $a=b=0$.
Any hints? Thanks!
Since $(a,b)\cdot(1,0)=(a,b)$, $(1,0)$ is the identity element of $K\times K$.
If $K\times K$ is field, suppose $(c,d)$ be the inverse of $(a,b)$. Then $$ (a,b)\cdot(c,d)=(ac-bd,ad+bc)=(1,0) $$ Hence we have $$ac-bd=1\tag1$$ $$ad+bc=0\tag2$$ So there are $acb-b^2d=b$ from $(1)$ and $bc=-ad$ from $(2)$. Plug latter into former we have $$ -a^2d-b^2d=-d(a^2+b^2)=b $$ So if $a^2+b^2=0$, then $b=0$. And $a^2=0$ means $a=0$.
Conversely suppose for all $a,b\in K$ that $a^2 + b^2 =0$ then $a=b=0$. Then for $(a,b)\neq 0 \:(a,b\in K)$, there is $a^2 + b^2 \neq 0$ for otherwise $(a,b)=(0,0)=0$. Thus $(a^2 + b^2)^{-1}$ exists in $K$. By solving $(1)$ and $(2)$, we have $$ c=a(a^2 + b^2)^{-1}, \quad d=-b(a^2 + b^2)^{-1} $$ Hence $(a,b)\cdot(c,d)=(1,0)$ and $(c,d)$ is the inverse of $(a,b)$, i.e. $K\times K$ is field.