Is there a nice algebraic structure that can be imposed on the set of polynomials passing through a collection of points in $\mathbb{R}^2$ without duplicated x-coordinates?
Consider the polynomials $\mathbb{R}[x]$ and a collection of $n+1$ points $(u_1, v_1) , (u_2, v_2) , \dots , (u_n, v_n), (u_{n+1}, v_{n+1})$ . Additionally,
$$\forall \;1 \le i \lt n + 1 \mathop{.} u_i \lt u_{i+1}$$
There's a unique polynomial of minimal degree whose graph passes through all those points. The degree of that polynomial is at most $n$. However, if we look at polynomials of any degree, then there are uncountably many that pass through those points. I'm curious what kind of structure they have and if it's possible to use that structure to "pick out" the unique polynomial of minimal degree.
If $v_1 = v_1 = \dots = v_{n} = v_{n+1} = 0$ , then our choice of structure seems fairly straightforward.
The set of polynomials whose set of roots contains $u_1, \dots, u_{n+1}$ forms a vector space over $\mathbb{R}$ , since they're closed under scalar multiplication and pointwise addition. $\lambda x \mathop{.}0$ is our polynomial of least degree, and also the additive identity, and also the only polynomial fixed by scalar multiplication.
In the more general case where $v_i \ne 0$ for at least one $v_i$ , is there a structure we can impose on the set of polynomials passing through those points?
I haven't made much progress trying to figure this out, but there are at least two operations that can, as a bare minimum, produce new polynomials in $F$ given inputs.
If we let $F \subsetneq \mathbb{R}[x]$ be the name of the collection of our polynomials and $f_1, f_2, f_3$ be arbitrary elements of $F$ then
$$ f_1 + f_2 - f_3 \in F $$
$$ f_1 + \alpha \, f_1 - \alpha \, f_2 \in F \;\;\;\;\;\;\text{where $\alpha \in \mathbb{R}$} $$
But this is just leveraging the fact that the roots of a difference of polynomials in $F$ like $f_4 - f_5$ must include $\vec{u}$ and doesn't seem like a promising direction.