I was going through this PDF and was reminded of an issue I always run into as outlined below.
A subspace for $R^n$ is any collection S of vectors in $R^n$ such that
The zero vector 0 is in S.
If u and v are in S, then u+v is in S [closed under addition].
If u is in S and c is scalar, then cu is in S [closed under multiplication].
Property 1 is only needed to ensure that S is non-empty; for non-empty S, property 1 follows from property 3, 0a = 0.
So, when do we know we have to check if the set is nonempty? I just don't understand when we have to check for zero vector(Property 1). I just check for all three each time.