Equality
$$A \neq B$$
A is not equal to B
Subset
$$A \not\subseteq B$$
A is not a subset of or equal to B
Superset
$$A \not\supseteq B$$
A is not a superset of or equal to B
Intersection
$$A \cap B =$$
{ }
Union
$$A \cup B =$$
{ aquarius, executive branch, judicial branch, legislative branch, leo, scorpio, taurus }
Symmetric Difference
$$A \ominus B =$$
{ aquarius, executive branch, judicial branch, legislative branch, leo, scorpio, taurus }
Difference
$$A - B =$$
{ executive branch, judicial branch, legislative branch }
Difference
$$B - A =$$
{ aquarius, leo, scorpio, taurus }
Cartesian Product
$$A \times B =$$
{ (executive branch, aquarius),
(executive branch, leo),
(executive branch, scorpio),
(executive branch, taurus),
(judicial branch, aquarius),
(judicial branch, leo),
(judicial branch, scorpio),
(judicial branch, taurus),
(legislative branch, aquarius),
(legislative branch, leo),
(legislative branch, scorpio),
(legislative branch, taurus) }