3

A binary operation $\circledast$ on a set $X$ is called anticommutative if

  1. $\exists r\in X: x\circledast r = x,\;\; x\in X$ and
  2. $x\circledast y=r\Leftrightarrow (x\circledast y)\circledast(y\circledast x)=r\Leftrightarrow x=y$

I have to prove that an anticommutative bin. operation on $X$ is not commutative and that there is no identity element $e\in X$, if $X$ has more than two elements.

I proved is as follows: Let $\circledast$ be an anticommutative binary operation on a set $X$, which contains two distinct elements $x$ and $y$ with $x\circledast y=y\circledast x$. Because of 2., it follows that $(x\circledast y)\circledast(y\circledast x)=r$, which, since $\circledast$ is anticommutative, is equivalent to $x=y$, contradicting our assumption that $x$ and $y$ are distinct elements.

END OF PROOF

I think that this proves that any anticommutative binary operation on a set that contains at least two elements is not commutative and does not have an identity element $e$. However, it bothers me that the exercise says I should prove the statement for anticom. bin. operations on sets of at least three elements. Is my proof incomplete?

1 Answers1

2

Your proof looks fine. In this question and this book they say exactly the same things except the condition is that $X$ has more than one element. It looks like perhaps you've got an earlier edition or an incorrect copy of the exercise?

joriki
  • 238,052
  • Are you sure that the binary operation you described is anticommutative? I thought that from $r\circledast a=a=a\circledast r$ it followed that $(r\circledast a)\circledast(a\circledast r)=r$, which is equivalent to $r=a$; this, to me, looks like a contradiction. Am I wrong? –  Apr 20 '16 at 20:59
  • @N.Pich: Sorry, of course you're right. My answer was contradictory, since I said your proof was right but then didn't notice that the operation I wrote was commutative, which it can't be. – joriki Apr 20 '16 at 21:37
  • @N.Pich: I've corrected the answer. – joriki Apr 20 '16 at 21:46