# style=p1: parenthesed union & intersection

ineq=-(A u B) n C,\
 -(A u C) n B,\
 -(B u C) n A,\
 -(A n B) u C,\
 -(A n C) u B,\
 -(B n C) u A

tex1=!instexstatic $$ \overline{(A \cup B)} \cap C $$
tex2=!instexstatic $$ \overline{(A \cup C)} \cap B $$
tex3=!instexstatic $$ \overline{(B \cup C)} \cap A $$
tex4=!instexstatic $$ \overline{(A \cap B)} \cup C $$
tex5=!instexstatic $$ \overline{(A \cap C)} \cup B $$
tex6=!instexstatic $$ \overline{(B \cap C)} \cup A $$

