In problem 2.23 of Boyd & Vandenberghe's Convex Optimization, it is said that the following two sets can not be separated by a hyperplane
$$\begin{aligned} C &:= \left\{ x \mid x \in \Bbb R^2, x_2 \leq 0 \right\} \\ D &:= \left\{ x \mid x \in \Bbb R^2, x_1 x_2 \geq 1 \right\} \end{aligned}$$
Why isn't the horizontal line a separating hyperplane for these sets?