theorem
  W1 is Subspace of W2 implies W1 is Subspace of W2 + W3
proof
  assume
A1: W1 is Subspace of W2;
  W2 is Subspace of W2 + W3 by Th7;
  hence thesis by A1,VECTSP_4:26;
end;
