I learned about the extended reals a month ago in my measure theory class, and while the syntax for handling $+\infty$ or $-\infty$ is well defined, the mathematical properties of $+\infty$ in the extended real numbers hasn't been distinguished from the $+\infty$ that is derived from the naturals and used for sequences among other things.
To make things precise I shall denote $\infty_{\mathbb{N}}$ to denote the infinity used for sequences and $\infty_{\mathbb{\bar{R}}}$ for the infinity used in the extended reals.
Now, I shall state what is common to both of them:
- They are both non-computable.
- The notion of a definite length or magnitude can't be made precise for either of them.
- We can define a syntax of arithmetical rules that's similar for both of them. Ex:
$\forall x,y \in \mathbb{R}, \infty_{\mathbb{\bar{R}}} +x = y+ \infty_{\mathbb{\bar{R}}}$
$\forall x,y \in \mathbb{N}, \infty_{\mathbb{N}} +x = y+ \infty_{\mathbb{N}}$
However, $\infty_{\mathbb{N}}$ for sequences like $(x_n)_{n=1}^N$ where $x_N = \sum_{n=1}^{N} 2^{-n}$ can be defined within the context of a while loop that never ends. This can be made clear by the following pseudo-code:
while $N \in \mathbb{N}$:
$x_N = \sum_{n=1}^{N} 2^{-n}$
$N:=N+1$
This loop, which never terminates, is what computer scientists call an infinite loop. Now, what happens if $u_n = n \pi$ and $y_n = 2n$.
At every increment of the loop, $y_n$ is an integer whereas $u_n$ is irrational. Yet, an analyst would say that $\lim_{n\to\infty} u_n = \lim_{n\to\infty} y_n$. However, given that $\infty_{\mathbb{N}}$ originates from the positive integers does $\infty_{\mathbb{N}}$ simply refer to the set of naturals whose magnitudes we haven't bother to make precise?
Likewise, an analyst would say that:
$\lim_{n\to\infty} \frac{n+1}{n+2}=1$
but it would be more precise to say that $\lim_{n\to\infty} \frac{n+1}{n+2}=1 +\epsilon$ where $|\epsilon|$ is the smallest positive rational that's greater than zero. I think the same could be said about all other limits using $\infty_{\mathbb{N}}$. The epsilon almost vanishes but it doesn't. Unless $\infty_{\mathbb{N}}$ is a mathematical object that doesn't originate from the positive integers.
But if that's the case, why have mathematicians defined arithmetical operations for $\infty_{\mathbb{N}}$?
Now, as I have tried to reflect on $\infty_{\mathbb{\bar{R}}}$ it appears that there are problems with $\infty_{\mathbb{N}}$. These problems aren't unrelated but in my opinion must be resolved first. In fact, I don't think they are separate questions.
But, if it's possible to resolve the questions I've asked, I think it's natural to ask a further question. How is $\infty_{\mathbb{\bar{R}}}$ semantically different from $\infty_{\mathbb{N}}$? By this, I mean, what are its precise mathematical properties that distinguish it from $\infty_{\mathbb{N}}$?
Right now, if I go through the list of arithmetical operations that are defined for $\infty_{\mathbb{\bar{R}}}$, it appears that these aren't sufficient to show that $\infty_{\mathbb{N}} \neq \infty_{\mathbb{\bar{R}}}$.
Note 1: 5xum points out that my notion of a smallest positive rational that's greater than zero is clearer within the context of non-standard analysis, and not within standard analysis. As a result of this discussion I shall try to learn non-standard analysis.
Note 2: This is not clear in the two answers so far but Stefan Perko shows in the comments below that $\infty_{\mathbb{N}} = \infty_{\mathbb{\bar{R}}}$ for the following reason:
Given that $\infty :=\infty_{\mathbb{\bar{R}}}$ is the greatest element of $\mathbb{\bar{R}}$. Assume $\infty_{\mathbb{N}} \in \mathbb{\bar{R}}$ such that $\infty_{\mathbb{N}} \geq n$ for all naturals $n$. Then $\infty_{\mathbb{N}} \geq x$ for all reals $x$ by the Archimedian property. So it must be the same as $\infty$ (if it was a real there would be a greater real).
The thing is that $\infty_{\mathbb N}$ isn't really an element of any set. When talking about $\infty$ in sequences, saying $$\lim_{n\to\infty} a_n=L$$ simply means that for any $\epsilon>0$, there exists some $N\in\mathbb N$ such that $|a_n-L|<\epsilon$ if $n>N$.
So there is no $\infty_{\mathbb N}$ to speak of at all. The $\infty$ there is simply a symbol that describes a behavior, while in the extended reals, $\infty$ is an actual element of the set.