failexam said:
It's because a vector space must have a zero element. The other conditions are trivially staisfied by the subset, so I guess that's why you don't bother to check them.
Exactly
failexam said:
It is intuitively obvious what the dimension has to be when you consider lines and planes in cartesian coordinates. But I have been reading on the subject lately and I have seen that the dimension of a vector space equals the number of basis vectors needed to span that space. Now, in geometric terms, obviously you need two basis vectors for a plane. But, in algebraic terms, there is the unit vector for ax, one for ay, and why shouldn't there be one for az even if it's zero?
That definition is completely right, the dimension of a subspace is the number of vectors needed to form a basis.
In order to understand the concept of dimension you have to distinguish between "basis" and "generating system" (if that last term is a correct translation from spanish, if not, just substitute from now on by the correct expression) of a vector subspace.
A generating system of a vector subspace is any set of vectors, which by linear combination can "generate" the whole vector subspace. This means that any vector of the subspace can be obtained by linearly combining the vectors of the generating system, let me put an example:
For example: In vector space R^4, the set S={(x,y,z,w); w=0} is a vector subspace (actually it's the same as R^3 just with an additional 0).
Now consider the set G={ i=(1000),j=(0100),k=(0010),m=(1110),n=(0110),p=(1010) }. Notice that ANY vector of S can be obtained as a combination of the six vectors i,j,k,m,n, p. Vector v=(2,3,1,0) can be put as v=2·i + 3·j + 1·k + 0·m + 0·n + 0·p, but it can also be put as v= 1·i + 2·j + 0·k + 1·m + 0·n + 0·p, in fact, there are infinite combinations of the vectors of G that can generate vector v. We've seen that G is a special set, it has the ability to generate the entire subspace S, therefore it is called "generating system" to remark its magnificent power.
You've intuitively noticed that while G is a perfectly valid "generating system" it is somewhat "dumb". Certainly, if you eliminate vectors m, n, p the remaining i, j, k are still a generating system because you can still combine them in such a way to generate ANY vector of S. Let's do so and call B= { i, j, k } , generating system of S.
¿What is the difference between B and G, both being generating systems of the subspace S?
The difference between them is that G contains REPEATED INFORMATION and B doesn't. You CANNOT eliminate any vector of B and still have a generating system, while you CAN eliminate vectors of G and still have a generating system. In linear algebra, to express this idea quicker, we say that the vectors of G are "linearly dependent" while the vectors of B are "linearly independent".
A generating system which contains the minimum number of vectors (they are all linearly independet) is called a BASIS. Any basis is a generating system, but not any generating system is a basis. It must be clear that there is an infinite amount of BASIS for a given vector space (or vector subspace), not just one. If B= { (1000) (0100) (0010) } is a basis of S, then B* = { (1110) (0100) (0010) } is also a BASIS, and they are both equally valid.
Now we can define the dimension of a vector space: The dimension of a vector space (or subspace) is the minimum amount of linear independent vectors you need in order to form a generating system, or quicker, the dimension is the number of vectors of any basis of the vector space. In our example, the dimension of S is 3, because B contains 3 vectors.
Does this answer your question? From what I've said you can prove why (ax, ay, az) with az=0 is a vector subspace of dimension 2.