Theorem: Let $G$ be a group with operation $\star$. For all $a,b,c\in G$, if $a\star b=a\star c$, then $b=c$.
I've got a proof, but I'm not sure it is correct (I'm not sure that I can apply the operation $\star$ on both sides):
Proof: Every element in $G$ has an inverse, so let $a^{-1}$ be the inverse of $a$. Then we can say $$a^{-1}\star a\star b=a^{-1}\star a\star c.$$ But $a\star a^{-1}=e$, the identity element of $G$. Then $$e\star b=e\star c,$$ and since $e$ is the identity element, $b=c$.