I have a question about a GRE practice problem relating to Rings. The question is as follows:
Suppose that two binary operations, denoted by $\oplus$ and $\odot$ , are defined on a nonempty set $S$, and that the following conditions are satisfied for all $x, y$, and $z$ in $S$:
(1) $(x\oplus y)$ and $x \odot y$ are in S.
(2) $x\oplus (y \oplus z) = (x \oplus y) \oplus z$ and $x \odot (y \odot z) = (x \odot y) \odot z$.
(3) $x \oplus y = y \oplus x$
Also, for each $x$ in $S$ and for each positive integer $n$, the elements $nx$ and $xn$ are defined recursively as follows:
$1x = x^1 = x$ and
if $kx$ and $x^k$ have been defined, then $(k + 1) x = kx \oplus x$ and $x^{k+1} = x^k \odot x$. Which of the following must be true?
I) $(x \odot y)^n = x^n \odot y^n$ for all $x,y \in S$ and all positive integers $n$.
II) $n(x \oplus y) = nx \oplus ny$ for all $x,y \in S$ and all positive integers $n$.
III) $x^m \odot x^n = x^{m+n}$ for all $x \in S$ and all positive integers $n,m$.
A) I only, B) II only, C) III only, D) II and III, E) I, II and III
I recognize that the description given is the description of a ring. So I was pretty sure that the answer was E) I, II, III. It is pretty easy to show II and III, and I couldn't think of a counterexample for I. However, the solutions manual I purchased says the answer is D) II and III, claiming that the ring of integers does not have property I.
So my question is, what is the darn counterexample? I can't think of any. I tried $x=1$ and $y=-1$ with both odd and even powers, and even tried $x=1$, $y=2$ and $x=-1$, $y=2$, still nothing. Any suggestions? Thanks in advance.
Claims II and III are necessarily true from the given conditions. Proof by induction: Suppose $(n-1)x \oplus (n-1)y = (n-1) z$, where $z = x \oplus y$. Then by definition, $$nx \oplus ny = ((n-1)x \oplus x) \oplus ((n-1)y \oplus y).$$ But property (3) indicates that $\oplus$ is commutative, so the above can be arranged at will: $$nx \oplus ny = ((n-1) x \oplus (n-1) y) \oplus (x \oplus y) = (n-1)z \oplus z = nz.$$ Claim III is an obvious and direct consequence of the associativity of $\odot$.
The only claim that is not necessarily true is I, because this requires $\odot$ to be commutative, which is not postulated. This also suggests a choice of set $S$ for which properties (1-3) hold true, yet claim I is false; e.g., try a set of $2 \times 2$ matrices.