Prove the direct product of rings never form a ring.
And be the direct product $A\times B$:
$+$: $(x,y) + (z,t) = (x+z,y+t)$
$*$: $(x,y) * (z,t) = (x*z, y*t)$
$x,z\in A$.
If we define $A$ and $B$ both commutative rings, with units and inverses itself (So $A$ and $B$ are fields).
Now, $A\times B$ is commutative, it is a ring, there is a unity element.
And since $A$ and $B$ have inverses, the inverse of each element in $A\times B$ $(x,y)$ is just $(x^{-1},y^{-1})$, being $x^{-1}$ the inverse of $x$ in $A$, and so to $y$ in $B$.
So $$(x,y) * (x^{-1},y^{-1}) = (e_{a},e_{b})$$
Defining the unity of $A\times B$ as $(e_{a},e_{b})$
I can't see the error in my writings.
$x^{-1}$becomes $x^{-1}$) – Ottavio Dec 18 '20 at 23:24