What else can the definition of the ellipsis symbol, "$\dots$", mean in this context?
$$S = x_1 + x_2 + x_3 + x_4 + \dots$$
All I can see is that you have an infinite sum of $x$s, where the first one is $x_1$, the next is $x_2$, then $x_3$, and so on forever, for as many natural numbers as exist and in order. But, for some reason, I am being told that such a definition is ambiguous and meaningless compared to formal mathematics.
There is nothing fishy about this. It's not even infinite. It's recursion. $S=-1$ can be expanded like $1+2+4+8+\cdots$ as many times as you like. $S=-1$ doesn't mean what people think it means.
– Rob Sep 18 '23 at 20:20