theorem
  X c= A & Y c= A implies X \+\ Y c= A
proof
  assume X c= A & Y c= A;
  then X \ Y c= A & Y \ X c= A by Th109;
  hence thesis by Th8;
end;
