How to prove that an operation is binary?

500 Views Asked by At

I have been trying to learn binary operations and have not been able to understand how to prove that an operation is binary. For example:

Show that $*:\mathbb R×\mathbb R→\mathbb R$ given by $(a,b)\mapsto a+4b^2$ is a binary operation.

Now the answer in the book is:

Since $*$ carries each pair $(a, b)$ to a unique element $a + 4b^2$ in $\mathbb R$, $*$ is a binary operation on $\mathbb R$.

Firstly, I think that the reason they are giving is false as wouldn't $(a,-b)$ give the same answer under the same operation, thereby disproving the answer by the fact that $*$ carries each pair $(a, b)$ to a unique element?

Apologies if this is a newbie question, thanks.

1

There are 1 best solutions below

0
On

This is probably the result of a recently widespread misunderstanding (and not just in mathematics) of the word "unique". Let's be clear:

"unique" does not mean "different".

This confusion is very prevalent in web administrators claiming that their site has "123,456,789 unique visitors" when they really mean "123,456,789 different visitors".

Your operation $*$ carries each pair to a unique element, meaning that if $(a,b)$ is given, there is only one possible value of $a+4b^2$.

The operation does not carry each pair to a different element (or to put it more clearly, does not always carry different pairs to different elements), for exactly the reason you have stated. However this is not the same as the previous paragraph.