I'm curious as to what the decimal expansion of a real number is. Is it an expression? A series? A sequence? What sort of mathematical object is it?
For context, we may define an isomorphism between two Group objects as a Bijective Function mapping from one to the other that "preserves structure." In this sense, an isomorphism IS a function (albeit with some extra requirements).
Likewise, we may define a basis of a vector space as a maximal set of linearly independent vectors. In this sense, a basis IS a set.
Functions and sets clearly represent very fundamental concepts in mathematics. And I'm not asking for a good answer to 'what is a set?'
What I am asking, is what IS a decimal expansion, defined in a way similar to the above? Is a decimal expansion an expression? (Something that exists purely graphically) Is it a sequence of natural numbers? (This might make sense) Is it a series? (This would also make sense).
We all informally understand what a decimal expansion is, so the particular implementation might differ from situation to situation by what is convenient. One way I have seen is that a decimal expansion is a function $f: \mathbb Z \to \{0, 1, \ldots, 9\}$ such that there is some $n$ so that $f(m) = 0$ for all $m < n$, together with a number $s \in \{0, 1\}$. This then represents the number $$ (-1)^s\sum_{k \in \mathbb Z}f(k) \times 10^k, $$ and is, at least when $m$ is negative, usually written as $$ f(m)f(m+1)\ldots f(0).f(1)f(2)f(3)\ldots $$ when $s = 0$ or $$ -f(m)f(m+1)\ldots f(0).f(1)f(2)f(3)\ldots $$ when $s = 1$.