Every hyperplane divides $\mathbb{R}^n$ into two "half space": the set of points "on and above" the hyperplace, $H^+ = \{ \mathbf{x} \mid \mathbf{a} \cdot \mathbf{x} \geq \alpha \}$, and the set of points "on and below" the hyperplace, $H^- = \{ \mathbf{x} \mid \mathbf{a} \cdot \mathbf{x} \leq \alpha \}$. Prove that each of these two half spaces is a closed, convex set.
Open Sets in $\mathbb{R}^n$
$S \subset \mathbb{R}^n$ is an open set if, for all $\mathbf{x} \in S$, there exists some $\varepsilon > 0$ such that $B_\varepsilon ( \mathbf{x} ) \subset S$.Closed Sets in $\mathbb{R}^n$
$S$ if a closed set if its complement, $S^c$, is an open set.
I'm trying to prove the question above using the definitions provided in the textbook (Advanced Microeconomic Theory by Jehle and Reny) that posed this question but I'm having trouble finding the required $\varepsilon$ such that you can draw a ball around every element in the complement of the closed half-space and that ball is still entirely contained in the complement of the closed half-space thereby proving that the complement of closed half-space is open, and the closed half space is indeed closed. Any proof that uses the above definition with regard to open and closed set is greatly appreciated.