I am trying to prove the following proposition:
If $A \subseteq \mathbb{R^n}$ is a Jordan region, then $vol(A) = vol(int(A)) = vol(\overline{A})$.
I believe I have a simple proof to show $vol(A) = vol(\overline{A})$. Namely, just that any covering of boxes of $A$ must also cover $\overline{A}$ by compactness of the boxes. Does this line of reasoning make sense?
What I am stuck on is showing that $vol(A) = vol(int(a))$. I have tried a similar box covering argument as above, but a covering of $int(A)$ does not necessarily cover $A$. I also tried a proof by contradiction by supposing there is a grid $G$ such that $V(int(A), G) = vol(A) - \epsilon$ for some $\epsilon > 0$, where $V(int(A), G)$ is the outer sum of the grid G on $int(A)$, but to no avail.
I'm starting to doubt that this statement is true, but I cannot find any counterexamples, so I would really appreciate any guidance on this problem. Thank you!