This is part ii of the proof of Proposition 6.77 of Gerstein's Introduction to Mathematical Structures and Proofs. I don't understand it. Here is how the discussion, and my understanding of it, go:
$r$ is a primitive root
$(a,b)$ represents $\gcd(a,b)$.
$Z=\{x\mid (x,m)=1 \land 1\le x \lt m\}$
Suppose $(t,\phi(m))=1$. Then $r\equiv (r^t)^x$ for some $x$. I see this.
Since $r$ is equal to its residue, we have the residue of $(r^t)^x$ equal to $r$.
Then they go on to state "... hence every element of $Z$ is congruent to a power of $r^t$." I don't see this. They may be applying part i, which says
$Z$ consists of the residues of the powers of $r^t$ with $1\le t \le \phi(m)$
This would imply that $r\in Z$, which we already knew.
The definition of a primitive root is
Since it's stated that $r$ is a primitive root modulo $m$, and $Z$ includes only numbers coprime to $m$ in $[1, m-1]$, for each element $y$ of $Z$ there's an integer $s$ where
$$y \equiv r^s \pmod{m} \tag{1}\label{eq1A}$$
Using what you stated, i.e., $r \equiv (r^t)^x = r^{tx} \pmod{m}$ for some $x$, in \eqref{eq1A} gives
$$y \equiv (r^{tx})^s = r^{txs} = (r^t)^{xs} \pmod{m} \tag{2}\label{eq2A}$$