By definition, the interior of a set $S$ is defined as the largest open set contained in $S$.
For this definition to "work", all you need is a topology, there is no need for it to be the standard topology on $\mathbb R^d$.
Equivalently, you can define the interior of $S$ (denoted $\mathrm{int}(S)$)as:
- The largest open set (by the relation of inclusion) contained in $S$. This means that $\mathrm{int}(S)$ is defined by
- $\mathrm{int}(S)\subseteq S$
- $\mathrm{int}(S)$ is open
- if $O$ is open and $O\subseteq S$, then $O\subseteq \mathrm{int}(S)$.
- The union of all open sets contained in $S$, i.e. $$\mathrm{int}(S)=\bigcup_{O\text{ is open}\\ O\subseteq S} O$$
- The set of all interior points, i.e. $$\mathrm{int}(S)=\{x\in S: \exists \text{ open set }O: O\subseteq S \land x\in O\}$$