Let (X,d) be a metric space
and let A⊆X. The interior of A, denoted int(A) (or A∘), is the set
int(A):={x∈A:∃r>0 with B(x,r)⊆A}(see open ball
).
Equivalently, int(A) is the union of all open sets
contained in A. The interior captures the points of A that are not “on the edge” (compare with boundary
).
Examples:
- In R, int([0,1])=(0,1).
- In R2, the interior of the closed unit disk B(0,1) is the open unit disk B(0,1).
- If A=Q⊆R, then int(A)=∅.