Is there a basis of the set of polynomials with degree less than $4$ such that none of the basis polynomials have degree 1?
I tried $\{1,x^2,x^3-x,x^3+x\}$ and showed they are linearly independent but I don't think they span the whole set as in $\{a,b,c,d\in \mathbb{R}:a+(d-c)x+bx^2+(c+d)x^3\}$, the coefficients of $x$ and $x^3$ cannot be chosen freely.
The set $$\{1,x^2, x^3-x, x^3+x\}$$ is a linearly independent set. Let's call the subspace it generates $S$.
We know
Therefore, $S=\mathbb P_4$.
If you're unsure of that, you can see that
$$\begin{align}ax^3+bx^2+cx+d &= \frac a2 (x^3-x) + \frac a2 (x^3+x) + bx^2+\frac{c}{2}(x^3+x) - \frac c2 (x^3-x) + d\\ &=\left(\frac{a}{2}+\frac c2\right)(x^3+x) + \left(\frac{a}{2}-\frac c2\right)(x^3-x)+bx^2+d\end{align}$$