Consider a field field $\mathbb{F}$ and a function $f:\mathbb{F}^n\rightarrow\mathbb{F}$. Let $P$ be the set of all polynomials that agree with $f$ on all inputs, that is, $P=\{p:\forall x\in\mathbb{F}^n,p(x)=f(x)\}$. Because there always exists some n-variate polynomial $p$ such that $p(x) = f(x)$, we know that $P\neq\emptyset$. Therefore we can define a set $L$ consisting of all elements of $P$ with lowest degree, that is, $L=\{p\in P:\forall q\in P,deg(p)≤deg(q)\}$.
Must it be the case that $|L|=1$?
Here is my attempt at proving so:
Assume $p,q$ are different polynomials, both of lowest degree $d$. Their difference is a polynomial of degree $d$ or lower, and as a function, takes all elements of $\mathbb{F}^n$ to $0$. I'm not sure what to do next.
NOTE
If it is possible for there to be multiple polynomials of lowest degree, (equivalently, $|L|>1$), I would be interested in knowing for which finite fields and values of n this is the case.