Seth Warner's "Modern Algebra" (1965) once again: Exercise 7.17.
We are given a semigroup $(S, \circ)$ such that:
$(1): \quad \forall x, y \in S: x \circ y = y \circ x \implies x = y$
$(2): \quad \exists z \in S: \forall x, y \in S: z \circ x = z \circ y \implies x = y$
That is:
$\circ$ is anticommutative
$S$ has a left cancellative element.
The object of the exercise is:
Prove that $\circ$ is what Warner calls the "right operation", that is:
$\forall x, y \in S: x \circ y = y$
(which seems to me the same thing as saying that $x \circ y$ is the second projection on $(x, y)$, although this is probably going to be excoriated as appalling abuse of notation.)
I have tried various approaches, like:
- assuming $x \circ z = z \circ x$ and seeing where that takes me (to $z = x$ and where from there?)
- starting from the end: $x \circ y = y$, and working backwards via $z \circ (x \circ y) = z \circ y$ which is derived from $(z \circ x) \circ y = z \circ y$, but trying to get there from the axioms escapes me.
Again, a hint will probably be all I need.
First, note that anti-commutativity implies each element is idempotent, as $$(x \circ x) \circ x = x \circ (x \circ x) \implies x = x \circ x.$$ Next, we show $z \circ y = y$. We have, $$z \circ y = y \impliedby z \circ y \circ y = y \circ z \circ y \impliedby z \circ z \circ y \circ y = z\circ y \circ z \circ y \impliedby z \circ y = z \circ y,$$ the rightmost implication being true by idempotency. We also have $$x \circ z = z \impliedby z \circ x \circ z = x \circ z \circ z \impliedby x \circ z = x \circ z.$$ We can therefore conclude from this that any $x$ is left-cancellative: $$x \circ v = x \circ w \implies x \circ z \circ v = x \circ z \circ w \implies z \circ v = z \circ w \implies v = w.$$ Thus, the proof that $z \circ y = y$ works for any $x$, i.e. $x \circ y = y$ for all $x, y$.