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