This is about an exercise from Norman L. Biggs Discrete Mathematics. One is asked to check which binary operations are valid when $*$ represents the usual $-$ of arithmetic. Now, Biggs says that $-$ has an identity value. But, using the definition:
G3: There is an element $e \in G$ such that $$e*x=x*e=x$$ for all $x \in G$. Now, $e-x=x \iff e=2x$ and $x-e=x \iff e=0$. As $2x≠0$ for all $x \in G$
I answered that subtraction did not have an identity element. What am I missing?