set difference
The set difference of sets
Formally,
the set difference of
where AND is the logical conjunction, also written
\documentclass[tikz,margin={2cm 0cm}]{standalone}
%
\definecolor{fillcolor}{HTML}{8A5CF5}
%
\begin{document}
\begin{tikzpicture}
\begin{scope}[even odd rule]
\clip (2.5,-1.5) rectangle (0,1.5);
\fill[fillcolor] (-1,0) circle (1.5) (1,0) circle (1.5);
\end{scope}
\draw (-1,0) circle (1.5);
\draw (1,0) circle (1.5);
\node at (-1.25,0) {$A$};
\node at (1.25,0) {$B$};
\end{tikzpicture}
\end{document}
Let
the absolute complement (or simply set complement) is the relative complement of