Prove $F$ is a subspace where $\{f \in F \mid f(x)=\text{a constant for all}\; x\}$
So far I have $f(0) = a$,
let $f,g \in F$, $(f+g)(x) = a + a $
let $k \in \mathbb{R}$, $kf(x) = k a$
But I don't think that's the proper proof, what is the proper way to prove it's a subspace?
Let $V$ be a vector space. A set $U \subseteq V$ is a subspace of $V$ if given $u,v \in U$, $\alpha \in \mathbb{F}$, then $u+v \in U$, $\alpha u \in U $ and zero vector is in $U$.
Notice the zero function $\Theta(x) = 0$ is a constant thus it is in set $F$. Take $f,g \in F$, then $f(x) = a$ and $g(x) = b $, where $a,b$ are cosntants, but $(f+g)(x) = f(x)+g(x) = a + b$ and $a+b$ is still a constant thus $f+g$ better be in $F$. Similarly for the last condition.