
theorem Th2:
  for F being Field for V being VectSp of F for W being Subspace of
  V holds W is Subspace of (Omega).V
proof
  let F be Field;
  let V be VectSp of F;
  let W be Subspace of V;
  thus the carrier of W c= the carrier of (Omega).V by VECTSP_4:def 2;
  thus 0.W = 0.V by VECTSP_4:def 2
    .= 0.(Omega).V;
  thus thesis by VECTSP_4:def 2;
end;
