So while I was solving some problems on differential geometry, I stumbled upon a problem which is to show that every manifold is locally compact. Now, there is a proof for it here, but I was thinking of another way to show this.
Let $M$ be a manifold and let $p$ be some point in $M$. Then there exists a open set $V$ such that $p\in V\cong\mathbb{R}^n$. Therefore, $V$ is metrizable an let $d:V\times V\to\mathbb{R}$ be a metric on $V$. Now choose $r\in\mathbb{R}$ small enough such that the closed ball $B=\{q\in M\mid d(p,q)\leq r\}\subset V$. Since $B$ is compact and the choice of $p$ is arbitrary then $M$ is locally compact.
Is that ok?
(EDIT) I'm using the fact that since $V\cong\mathbb{R}^n$ then we can use Heine-Borel on $V$. Is that correct?