Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

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?

share|improve this question
4  
When we talk about modular arithmetic, we restrict ourselves to the integers, the set $\mathbb{Z}$. (see: en.wikipedia.org/wiki/Integer) But "infinity" is not an integer, so what you are asking doesn't really make sense. We cannot take infinity $\pmod{n}$. – Eric Mar 2 '11 at 5:15

1 Answer

up vote 3 down vote accepted

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$.

share|improve this answer
I see. Perhaps I should read up on this whole infinity business. Thanks – Joseph Mar 2 '11 at 5:27
+1, "Apple mod $n$" is really funny. – Eric Mar 2 '11 at 5:29
1  
@Joseph: Yes. The take home message is that $\infty$ is not a number. It is a short-form to say that something is unbounded. – user17762 Mar 2 '11 at 5:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.