On my assignment one of the questions asks me to prove that $\Bbb R^2$, a set containing ordered pairs of real numbers, with the operators:
$(a,b)+(c,d)=(a+c,b+d)$
$(a,b)\cdot(c,d)=(ac,bd)$
is not a field.
This is because of the multiplicative inverse correct? My understanding is that the inverse of an ordered pair $(a,b)$ would be $(b,a)$, and in the event that $a=0$ or $b=0$ no inverse exists to make this true. However, the axiom of multiplicative inverses states that every non-zero element has a multiplicative inverse in a field, contradicting my above statement.
So what is the actual definition of a multiplicative inverse in $\Bbb R^2$?
Any help is appreciated.
If $\mathbb{R}^2$ was a field under the operations that you have listed, then (clearly) $(1,1)$ would be the (multiplicative) identity and $(0,0)$ would be the (additive) identity. But for $\mathbb{R}^2$ to be a field, you would need that for every $(a,b) \neq (0,0)$ there is a multiplicative inverse, that is given $(a,b)\neq (0,0)$ you should be able to find a unique $(c,d)$ such that $(a,b)(c,d) = (1,1)$. That is $(ac, bd) = (1,1)$.
So to answer the specific question that you ask, the multiplicative inverse of $(a,b)$ is (should be) $(a^{-1}, b^{-1})$.
Now consider for example an element of the form $(a,0) \neq (0,0)$ (as you do in your question).