I just learned about modular numbers on wikipedia, such as $17 \equiv 3\pmod{7}$.
So what is infinity $\pmod{n}$? It can't very well be all the numbers at once, so what happens?
|
I just learned about modular numbers on wikipedia, such as $17 \equiv 3\pmod{7}$. So what is infinity $\pmod{n}$? It can't very well be all the numbers at once, so what happens? |
|||||
|
|
When we say $a (\bmod n)$, we need $a \in \mathbb{Z}$ and $n \in \mathbb{Z} \backslash \{0\}$. So your question "$\infty (\bmod n)$" doesn't make sense in the first place. It is like asking "What is $\text{apple} (\bmod n)$?" What your probably mean and want to know is "What is $\displaystyle \lim_{x \in \mathbb{Z}, x \rightarrow \infty} x (\bmod n)$?". If $n \neq \pm 1$, then the answer is "It doesn't exist". If $n = \pm 1$, then the answer is $0$. |
|||||||||
|