I'm working on a proof and got stuck with the following situation. Given are two convex cones $K_1, K_2\in\mathbb{R}^n$ with non-empty interior such that $\operatorname{int}(K_1)\cap \operatorname{int}(K_2)=\emptyset$. With the hyperplane separation theorem we can find $a\in\mathbb{R}^n$ and $b\in\mathbb{R}$ such that $$a^Tx_1>b,\quad a^Tx_2<b\quad\forall x_1\in \operatorname{int}(K_1),\ x_2\in \operatorname{int}(K_2).$$ Is there an elegant way to show that $a^Tz\ge b$ for $z\in K_1\setminus \operatorname{int}(K_1)$ without invoking any hyperplane separation theorems for cones that are not open?
I tried to proof this by contradiction, assuming the existance of $z\in K_1\setminus\operatorname{int}(K_1)$ such that $a^Tz<b$, but I did not manage to do so.