Union
$$A \cup B =$$
{ annotate, awareness, body, encode, feel, ponder, read, sense, soul, spirit, think, will }
Symmetric Difference
$$A \ominus B =$$
{ annotate, awareness, body, encode, feel, ponder, read, sense, soul, spirit, think, will }
Cartesian Product
$$A \times B =$$
{ (annotate, awareness),
(annotate, body),
(annotate, feel),
(annotate, sense),
(annotate, soul),
(annotate, spirit),
(annotate, think),
(annotate, will),
(encode, awareness),
(encode, body),
(encode, feel),
(encode, sense),
(encode, soul),
(encode, spirit),
(encode, think),
(encode, will),
(ponder, awareness),
(ponder, body),
(ponder, feel),
(ponder, sense),
(ponder, soul),
(ponder, spirit),
(ponder, think),
(ponder, will),
(read, awareness),
(read, body),
(read, feel),
(read, sense),
(read, soul),
(read, spirit),
(read, think),
(read, will) }