Let $E \subseteq \mathbb{R}^n$ be an open set, and $K\subseteq E$ compact.
Can I find $K'$ compact such that $K'\subseteq E$ and such that there exists $\epsilon >0$ with the property that $\forall x \in K$, $B_{\epsilon}(x) \subseteq K'$?
My try: $d:=\text{dist}(E^c,K)>0$ because $K$ is compact, $E^c$ is closed and they're disjoint (A and B disjoint, A compact, and B closed implies there is positive distance between both sets).
Therefore I could take $\epsilon:=d/2$ and $K':=\overline{\cup_{x \in K}B_{\epsilon}(x)}$. It is obvious that $K'$ is closed and bounded, however I'm having an hard time proving it is contained in $E$.
Do you perhaps have any hint?