theorem
  u in v + W implies v + W = u + W
proof
  reconsider C = v + W as Coset of W by RLSUB_1:def 6;
  assume u in v + W;
  then C = u + W by RLSUB_1:78;
  hence thesis;
end;
