# style=ic2: intersection + complement II

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

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