Determine whether S is a subspace of $P_n$, the vector space of all real polynomials of degree $\leq n-1 $ of this form:
\begin{equation} p = a_0 + a_1X+a_2X^2+ \dots + a_{n-1}X^{n-1} \end{equation}
To determine if the set $S = \left\{ p \in p_n(\mathbb{R}) \mid\forall \alpha \in \mathbb{R}: p(\alpha) = p(-\alpha) \right\}$ is a subspace, I need to check for these 3 things:
- let q, p $\in S$, then $r = q+p \in S$
- let $\mathbb{B} \in \mathbb{R}$ and $p \in S$, then $\mathbb{B}p \in S$
- $\mathbf0 \in S$
So for number 1, we let $r(a) = q(a) + p(a)$ and because $q(a) + p(a) = q(-a) + p(-a)$ then $r(a) = r(-a)$.
And for number 2, we let $w(a) = \mathbb{B}p(a)$. and because $\mathbb{B}$ it's just a scaler $w(-a) = \mathbb{B}p(-a)$.
But how do I check for number 3, i.e showing that $\mathbf0 \in S$?
$\mathbf0$ is the zero polynomial, the null vector of the space $p_n(\mathbb{R})$, given with $\mathbf0(\alpha)=\sum_{i=0}^n0\cdot\alpha^i=0$ f.a. $\alpha$ as it works as the identity for pointwise addition of functions. Thus, especially $\mathbf0(\alpha)=0=\mathbf0(-\alpha)$ f.a. $\alpha\in\mathbb{R}$. Followingly, $\mathbf0\in S$.
Your work for the first two closure conditions look perfectly fine.
EDIT: A function $f$, i.e. in your case a polynomial of degree $n$(maximal), s.t. $f(x)=f(-x)$ is called an even function. Besides prominent examples like sine, especially all constant functions are even. (Can you see why?)