Let $\mathbb{F}_p$ be a finite field (p is prime), and consider $V = \mathrm{Span}(\{1, x^2, x^3, x^5, x^6\}) \subset \mathbb{F}_p[x]$. What is the bound on $p$, such that there exists an interpolation set of size $5$ for $V$ in $\mathbb{F}_p$?
[Edit] An interpolation set is defined as a set of points in $\mathbb{F}_p$ so that any value of a poly in $V$ can be interpolated using its evaluations on those points. [/Edit]
My intuition is failing me on this one. say $p = 5$ then $x^6 = x$ so it means I can't interpolate the coefficient of $x^6$?
My understanding of the question is that it asks for a collection of five distinct elements $x_1,x_2,x_3,x_4,x_5\in\Bbb{F}_p$ such that for all $5$-tuples $(y_1,y_2,y_3,y_4,y_5)\in\Bbb{F}_p^5$ the system of equations $f(x_i)=y_i, i=1,2,3,4,5$, is satisfied by a unique polynomial $f(x)\in V$.
My understanding may be wrong for that variant turned out being a bit duller than I initially anticipated. Here comes anyway.
The problem is equivalent to our ability to uniquely solve the coefficients $a_i\in\Bbb{F}_p, i=0,2,3,5,6,$ of the polynomial $$ f(x)=a_0+a_2x^2+a_3x^3+a_5x^5+a_6x^6 $$ subject to the linear system of five equations $$ f(x_i)=y_i, i=1,2,3,4,5. $$ The matrix of that system of equations is $$ M=\left(\begin{array}{ccccc} 1&x_1^2&x_1^3&x_1^5&x_1^6\\ 1&x_2^2&x_2^3&x_2^5&x_2^6\\ 1&x_3^2&x_3^3&x_3^5&x_3^6\\ 1&x_4^2&x_4^3&x_4^5&x_4^6\\ 1&x_5^2&x_5^3&x_5^5&x_5^6 \end{array}\right). $$ If we used terms of degrees $0,1,2,3,4$ instead of $0,2,3,5,6$, then
The variant limiting the range of degrees of terms to a sequence other $0,1,2,3,4$ actually does not change the conclusion very much.
Together the last two bullets give the claim: one of them works for every prime $p>5$.
More interesting/general variants can possibly be handled by studying suitable Schur polynomials. We easily see that the Vandermonde determinant $\Delta$ is always a factor of $\det M$, no matter the choice of sequence of exponents. The Schur polynomials are exactly the quotients $\det M/\Delta$. The non-vanishing of the Schur polynomial tells us whether a given choice of $x_i$s works (in a more general version we may have more terms).