theorem
  u in B & u in C implies B = C
proof
  assume
A1: u in B & u in C;
  ( ex v1 st B = v1 + W) & ex v2 st C = v2 + W by Def12;
  hence thesis by A1,Th75;
end;
