If I try to ask whether the boundary of these shapes "belongs to" the shapes or not, this is a meaningless questionSo I want to do something like quotienting out by the presence or absence of boundary points. Alternatively, I can think of it as picking out a subset of the possible shapes that are "well-behaved", which excludes lower-dimensional shapes like the single face that is the intersection of two squares sitting next to each other. Then the operation of taking their intersection is modified to instead be finding the "best approximation to their intersection by a well-behaved shape"
A subset of $\R^n$ is well-behaved if it is equal to the interior of its closure.because this means the set itself is open, and also doesn't have any weird "holes" that closure would have repaired.
Is there a standard name for the property of a subset X of a topological space where X is equal to the interior of its closure?into ChatGPT, and it turns out this is in fact a well-known property of subsets of a topological space: the property is called being regular open. The interesting fact is that these do form a complete boolean algebra. Being regular open is preserved by intersection, and although it isn't preserved by union or complementation , you can define a "corrected union" \[ A \sqcup B = \mathrm{Int}(\mathrm{Clo}(A \cup B))\] and a "corrected complement" \[ {\sim}A = \mathrm{Int}(\mathrm{Clo}(X \setminus A))\] and these are the appropriate operations for the boolean algebra.