My motivation to ask this question stems from this question.
The ellipsis notation is used in two ways:
For finite number of terms: When you want to save space and time, you may omit the terms between the first few terms and the last term by using an ellipsis, provided that the few terms have clearly established the pattern/sequence that each of these terms must have.
For infinite number of terms: When you have established a pattern/sequence with the first few terms, you use ellipsis after those few terms to mean "and so on" for the rest of the infinite terms.
I want to discuss particularly the second case.
For example; when you have an infinite sum or product, it is understood that:
- $a_1+a_2 + a_3+ \ldots := \lim\limits_{n \to ∞} \left(a_1+a_2 + a_3+ \ldots+ a_n \right)$
- $a_1 \cdot a_2 \cdot \ldots := \lim\limits_{n \to ∞} \left(a_1 \cdot a_2 \cdot \ldots a_n\right)$
Now consider another example. If I write down something like this: $$\sqrt{a_1 + \sqrt{a_2 + \sqrt{ \ldots }}}$$ Any reasonable person would interpret and/or define this as: $$ \lim\limits_{n\to∞} \sqrt{a_1 + \sqrt{a_2 + \sqrt{ \ldots +\sqrt{a_n}}}}$$
Or here's one more: $$ f_1\left(f_2\left(f_3\left( \ldots (x) \right) \right) \right):= \lim\limits_{n \to ∞} f_1\left(f_2\left(f_3\left( \ldots f_n(x) \right) \right) \right) $$
However these are only examples of how one would define or give meaning to an infinite expression which would otherwise be a meaningless garbage.
My question: Is there a way to define "ellipsis" in infinite expressions using limits (or any other means) in general (I only list down examples), to give it a rigourous meaning?
If not, then is it not possible to do something like this for all kinds of infinite expressions? Some counterexamples would help in that case.
Edit 2: After some thought, what I was sort of trying to ask is if something like this could be done.
Let $(x_n)$ be an infinite sequence of real numbers. We need an infinite sequence to make any sense out of the ellipsis notation, otherwise I assume it would be ambiguous.
Let $E$ be an infinite expression in $x_i$'s for each $i$. Note that, expression is once again, an informal word. But in this context, I would like it to mean "some combination of symbols that have some meaning in $\mathbb{R}$"
So, $E=E(x_1,x_2,x_3, \ldots, x_n, \ldots)$, this is an infinite expression. And to make any sense out of $E$, I'd define $E(x_1,x_2, \ldots):= \lim\limits_{n \to ∞} E(x_1,x_2, \ldots, x_n)$. How's this for a change? Now one could also replace the set $\mathbb{R}$ with some arbitrary set $X$ if they like in which case my sequence would then be in $X$. Does this make any sense or have I just gone complete nuts?