theorem Th9:
  x in W implies x in V
proof
  assume x in W;
  then
A1: x in the carrier of W;
  the carrier of W c= the carrier of V by Def2;
  hence thesis by A1;
end;
