I'm working through Axler's Linear Algebra Done Right (third edition). On p30-31 we are told:
P(F) is the set of all polynomials with coefficients in F
And then it is left to the reader to verify that $P(F)$ is a vector space over F. I'm having a bit of trouble showing that $P(F)$ is closed under addition.
This is not a problem if I can assume that $P(F)$ is the set of all polynomials $p(x)$ with coefficients in $F$ and $x \in F$ . In other words I have no problem showing that $p_{1}(x) + p_{2}(x) \in P(F)$ .
But Axler's definition of $P(F)$ states that it is "the set of all polynomials with coefficients in F." Does this include $p_{1}(x)$ and $p_{2}(z)$ for $x,z \in F$ ? If so then I'm having trouble showing that $p_{1}(x)+p_{2}(z) \in P(F)$ for $x,z \in F$ .
I'm still wrapping my head around vector spaces of functions. Is there a convention with respect to the functions' arguments that I'm not aware of? (E.g., when discussing vector spaces of functions is it assumed that the argument of the functions is the same for all functions in that space? I.e. $p_{1}(x), p_{2}(x), p_{3}(x)...$ or can we assume the space includes $p_{1}(x), p_{2}(y), p_{3}(z)...$ ?)
Any guidance here would be appreciated.