Suppose we have $a, n \in \mathbb{N}$ with gcd($a, n$) = $1$ and the multiplicative order of $a$ called $k$, such that $a^k \equiv 1 \pmod n$. The definition of multiplicative order states that
there must be two powers, say $s$ and $t$ and $s > t$, such that $a^s \equiv a^t \pmod n$ https://en.wikipedia.org/wiki/Multiplicative_order
This doesn't apply when $s$ and $t$ are smaller than $k$. My question is, why is that true for all $1 \leq t < s < k$
$a^t \pmod n \neq a^s \pmod n$
I know that it has something to do with the limitation of $s, t$, so that it results in $a^t$ and $a^s$ never having the same remainder when divided by $n$.