theorem
  X \ Y = X \+\ (X /\ Y)
proof
  X /\ Y c= X by Th17;
  then X /\ Y \ X = {} by Lm1;
  hence thesis by Th47;
end;
