To show that a subset of a vector space over a field K is a subspace you just have to show 3 things:
1. That the 0 element is in the subset
2. That for any elements u and v which belong to the subset, u+v also belongs to the subset
3. That for any element u of the subset and any element k of the field K, ku belongs to the subset.
Just a quick example: C is a vector space over R. The set of elements of C with even real and complex parts, i.e. elements of the form a+bi where a and b are even, is a subspace:
1. 0 is an even number, so 0 belongs to the subset
2. Let u=a+bi, v=c+di belong to our subset. Then a, b, c and d are even. Then u+v = (a+c) + (b+d)i. Since a+c and b+d are even, u+v also belongs to the subset.
3. Let k be a real number and u=a+bi belong to the subset. ku = k(a+bi) = (ka) + (kb)i. Since a and b are even, ka and kb are also even, so ku belongs to the subset.
Hope that helps.