Polynomials are things of the form:
$$ \sum_{i\geq0} a_i {X}^i= a_0+a_1X^1+\dots $$
Where only finite $a_i$'s are non-zero.
My question is, what kind of object is $X$?
We call it an indeterminate, but how do we define it in terms of a formal system? Can $\bf ZFC$ define indeterminates?
E: I'm not asking for a general definition of a polynomial, but that one of an indeterminate, guys.
The definition I've seen is that a polynomial with coefficients in a ring $ R $ is an infinite sequence $(a_0, a_1,\ldots) $ of elements of $ R $, such that eventually all the remaining terms of the sequence are $0$. And $ X $ is the polynomial $(0,1,0,\ldots) $.