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