I want to write a formula that says two boundary objects/sets, $A$ and $B$, just side by side but not intersecting. In 1D, it's equivalent to $(1 - n, 1)$ and $[1, 1 + n)$, where $n$ is positive number.
Currently I write it like below:
$$ A \cap B = \oslash $$
The problem with formula above is it's also true even if A and B are further apart. So, how can I say it's side by side but not intersecting?
EDIT:
Can I say $A \cap B = \oslash$ and $A \cap \overline B = A$ ?
