In a book I am reading, there is the following definition for a polynomial:
A function $p: \mathbb{F} \rightarrow \mathbb{F}$ is called a polynomial with coefficients in $\mathbb{F}$ if there exists $a_0, \ldots, a_m \in \mathbb{F}$ such that
$p(z) = a_0 + a_1z + a_2z^2 + \ldots + a_mz^m$
for all $z \in \mathbb{F}$.
However there aspects of this that do not make sense to me. For example, I can not think of any examples where you have a polynomial $p(z) = a_0 + a_1z + a_2z^2 + \ldots + a_mz^m$, with coefficients $a_0, \ldots, a_m \in \mathbb{F}$ but for only some $z \in \mathbb{F}$? Does that even make sense?
What precisely is this definition saying, as it seems to differ slightly (at least in terms of wording) from other definitions, e.g. here.