theorem Th15:
  for x being Element of V.W ex a st x = a.W
proof
  let x be Element of V.W;
  consider a such that
A1: x = a..W by Th12;
  take a;
  thus thesis by A1;
end;
