theorem Th97:
  u in C iff C = u + W
proof
  thus u in C implies C = u + W
  proof
    assume
A1: u in C;
    ex v st C = v + W by Def12;
    hence thesis by A1,Th73;
  end;
  thus thesis by Th62;
end;
