theorem Th28:
  for x being object holds x in W implies x in V
proof let x be object;
  assume x in W;
  then
A1: x in the carrier of W;
  the carrier of W c= the carrier of V by Def8;
  hence thesis by A1;
end;
