I am having some trouble understanding the polynomial vector space notation: $P_{m}(\mathbb F)$ which means the set of all polynomials that take inputs from the space $\mathbb F$ and output to the space $\mathbb F$ with coefficients in $\mathbb F$ if there exits $a_{0}, ...,a_{m} \in \mathbb F$ such that $p(z)=a_{0}+a_{1}z+a_{2}z^{2}+...+a_{m}z^{m}$
What does it really mean "if there exist $a_{0}, ...,a_{m} \in \mathbb F $? Can't we always include some arbitrary coefficient values to a polynomial?
And, since $p(z)=a_{0}+a_{1}z+a_{2}z^{2}+...+a_{m}z^{m}$ is just one huge sum, is it just one huge polynomial? I'm also confused as to whether or not it includes just the polynomials (i.e. x^2) or the polynomials evaluated at all possible values as well? (i.e. $(0)^2, (1)^2, (2)^2, etc.$)
And, following polynomials of this form, it doesn't seem to inlclude something like "$x+5$", as it seems to refer to functions in the form of $x^0, x^1,...x^n$".
I'm new to linear algebra so please bear with me. Can someone please explain this notation and the contents of this set?
There are a lot of questions and potential confusions here, I will try to clarify some of them with the use of examples.
$P_1(\mathbb{R})$ is the set of all linear functions with real coefficients, i.e. $ax^1+b x^0$ where $a$ and $b$ are real. The polynomial $x+5$ is an element of this space because $x+5= 1x^1+ 5 x^0$.
On the other hand, $P_2(\mathbb{C})$ is the set of all quadratic polynomials with complex coefficients. An example element in this space is the polynomial $3x^2+(2+i)x+3$. Another example is $3x^2+0x+1$, which is usually written as $3x^2+1$. This example is actually also an element of $P_2(\mathbb{R})$ too, because all the coefficients are real.