Given an $n=pq$ where $p$ and $q$ are odd, distinct primes. Let $\alpha \in \mathbb Z_n^*$ and $\text{ord}_n(\alpha)$ be the order of $\alpha$ in $\mathbb Z_n^*$. The text claims that:
$\text{ord}_n(\alpha) = \text{lcm}(\text{ord}_p(\alpha),\text{ord}_q(\alpha))$.
How am I supposed to interpret this? What if $\alpha \geq p$? Do I just compute the value modulo $p$? In that case the order of $n$ in $\mathbb Z_n^*$ is always $\text{lcm}((p-1),(q-1))$. But if $p=3$ and $q=5$ we can easily find an element in $\mathbb Z_{15}^*$ such that the order is not 4. Take for instance 4. Have anyone got some light to shed on this?