Transitivity means: $(a,b) \in R \quad \land \quad (b,c) \in R \quad \implies (a,c) \in R$
But I'm not really sure how to go about it. I know that there is some $s,t,v,u$ such that $a^s = b^t$ and $b^v = c^u$ but to prove transitivity of the relation I'd have to find some $x,y$ such that $a^x = c^y$.
Anyone have a pointer?