Putnam 2001 - Problem A-1 (On a binary operation)

642 Views Asked by At

Let $*$ be a binary operation acting on a set $S$, such that $$(a*b)*a=b,$$ for all $a,b\in S$.

Prove that $$a*(b*a)=b,$$ for all $a,b \in S$.

2

There are 2 best solutions below

6
On BEST ANSWER

We have that $$ a*(b*a)=\big((b*a)*b\big)*(b*a)=b $$ Note that the second "=" holds since $$ (c*b)*c=b, $$ where $c=b*a$.

2
On

Because $b*a,b\in S$, so by the formula $((b*a)*b)*(b*a)=b$. Then $a*(b*a)=b$.