1

How is the subset of $P_n(F)$ consisting of all polynomials $f$ such that $f(1) = 0$ a subspace of $P_n(F)$? What is the dimension of this subset?


Added from answer posted by Trancot on 18 Apr 2013:

This is what I had:

Let $S=\{f \in P_n(F) : f(1)=0\}$. Clearly, the polynomial $f(x)=0 \in S$ because $f(c)=0$ for any choice of $c\in F$. To demonstrate closure under addition and multiplication consider the fact that $cf(1)+g(1)=c\cdot 0+0=(cf+g)(1)=0$ for $f,g\in S$

Does this suffice to show subspace existence?

YuiTo Cheng
  • 4,705
Trancot
  • 4,021

1 Answers1

2

Here is one way to show this: evaluation at $1$ is a linear transformation from $P_n(F)$ to $F$. Write $\epsilon: P_n \to F$ for $\epsilon(f(x)) = f(1)$. If $f(x), g(x) \in P_n(F)$ and $k \in F$, then $\epsilon(f(x) + kg(x)) = \epsilon(f(x)) + k\epsilon(g(x)) = f(1) + kg(1)$.

The subspace of polynomials vanishing at $1$ is the kernel of this linear transformation. It is plain that $\epsilon$ is surjective, so $\dim(\text{Image}(\epsilon)) = \dim(F) = 1$. By the rank-nullity theorem, $\dim(\ker(\epsilon)) = \dim(P_n(F)) - 1 = n$.

Trancot
  • 4,021
Adam Saltz
  • 2,596