I'm really stuck with this one and I'm thankful for any help.
Consider the following operations on the set of integers:
$\hspace{8em} a\star b := a^2 + b^2 \hspace{5em} a\diamond b := a+b+2ab$
Prove or disprove the following statements:
a.) The relation is associative
b.) The relation is commutative
I do know that addition or multiplication relations are associative but I can't conclude that $a\star b$ or $a\diamond b$ are?
c.) There exists an identity element / neutral element
d.) For every integer there exists an inverse element
Hint
You have to recall that a (binary) mathematical "operation" is a relation, i.e. a set of pairs; thus, applying the set definition of relation to the newly defined "operation" $⋆$, we have that :
We say that a mathematical operation $\circ$ is commutative when :
Thus, we have to show that :
and this is easily proved due to the fact that : $a^2 + b^2 = b^2 + a^2$.
For associativity, you have to check if :
or not.
The LHS is : $(a^2+b^2)^2+c^2$, while the RHS is : $a^2+(b^2+c^2)^2$ and we simply have to check if they are equal or not...