0

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?

1 Answers1

2

HINT: If $a^s=b^t$, then $a^{sv}=(a^s)^v=(b^t)^v=b^{tv}=(b^v)^t=\ldots$

Brian M. Scott
  • 616,228