User:IssaRice/Linear algebra/Dual space of vector space of polynomials

From Machinelearning

Given a vector space V, its dual space V is the set of all linear functionals VF, i.e. all linear functions that "evaluate" each vector into a constant.

For the space P(R) of single-variable polynomials on R, an element T of (P(R)) takes a polynomial p and returns a real number T(p). What does this space look like?

If p is defined by p(x)=anxn++a1x+a0, we want to say something like that T "acts linearly" on p. except... i don't think axler defines what a basis is for an infinite-dimensional space. want to say that (1,id,id2,) (using functional notation here for type-pedantry, where id=(xx)) is a basis for P(R). actually, maybe we don't need bases after all.

so given p=anidn++a1id+a0, we have T(p)=anT(idn)++a1T(id)+a0T(1).

now the interesting thing is that even though each polynomial must have finite length (because not all infinite sums converge), each machine eating up a polynomial can have infinite length -- it can get away with this because each input is finite. mentally, when i think about this situation, it's sort of like the inputs have chickened out of being infinite, so the linear functionals can "afford to" stay infinite.