Please help with what I am doing wrong here. It has been awhile since Ive been in school and need some help. The question is:
Let $F$ be a field and let $G=F\times F$. Define operations of addition and multiplication on $G$ by setting $(a,b)+(c,d)=(a+c,b+d)$ and $(a,b)*(c,d)=(ac,db)$. Do these operations define the structure of a field on $G$?
In order to be a field, the following conditions must apply:
- Associativity of addition and multiplication
- commutativity of addition and mulitplication
- distributivity of multiplication over addition
- existence of identy elements for addition and multiplication
- existence of additive inverses
- existence of multiplicative inverse 0 cannot equala, a-1*a=1
I started with 1. saying
$(a,b)+(c,d)+(e,f)=(a+c+e,b+d+f)$
$(a,b)+[(c,d)+(e,f)]=[(a,b)+(c,d)]+(e,f)$
$(a,b)+(c+e,d+f)=(a+c,b+d)+(e,f)$
$(a+c+d,b+e+f)=(a+c+e,b+d+f)$
which is not correct but I'm not sure where I went wrong. Is my logic incorrect?
It is true that addition and multiplication are associative and commutative for $F\times F$. So when you say it's "not correct", you must be referring to the larger fact that $F \times F$ isn't a field.
For this, it's because there are some elements without multiplicative inverses. In particular, consider something like $(1,0)$. What is it's inverse?