- \item Subset testing implies equivalence testing.
- \item Relative complement closure implies general complement closure.
- \item Intersection and general complement closures implies
- relative complement closure. If, additionally, a class has
- a decidable emptiness test, then it has a decidable subset test.
+ \item Subset testing implies equivalence testing, of which universality
+ and emptiness testing are often special cases (some automata
+ families may not be able to represent $\emptyset$ or
+ $\alphabet^*$).
+ \item Relative complement closure implies general complement closure, assuming $\alphabet^*$ is expessible.
+ \item Intersection and general complement closures imply
+ relative complement closure.
+ \item If a class has relative complement closure and a decidable emptiness test,
+ then it has a decidable subset test:
+ $S \subseteq T \Leftrightarrow S \setminus T = \emptyset$.