gravenewworld said:
Okay I will buy that if you work with R^n, but what if you start going into the complex number land as your vector space? Then T(a, ia)=-(ia,a)=-i(a,ia). I reread my notes and my professor changed the original question to an the equivalent question of Given T an element of L(V); where dim(V)>=1 Does there exist a nonzero vector v and element of V such that T(v)=(lambda)v for lambda an element of the field which the vector space is over. If you use C then the example you gave works.
Sounds like first year algebra. One of the most important things you'll be dealing with in this algebra course, and probably the next (and you'll see it in a number of other places as well) are eigenvalues and eigenvectors. Given some operator T, we call \lambda and eigenvalue of T if there exists some vector v \in V such that T(v) = \lambda v, and v is called the eigenvector of T corresponding to \lambda. If T has an eigenvalue, then it has an eigenvector, and if we let that vector be v, then clearly Span{v} is a T-invariant subspace (you can easily check this for yourself).
How do you find eigenvalues? The eigenvalues are exactly the roots of the characteristic polynomial of t, which we can denote g(t), where:
g(t) = \det (T - tI)
Where I is the identity operator. In order to compute this, express T as a matrix with respect to any basis, and then you can easily see how this is done. This will give you a polynomial in the parameter t. Then, you find the roots:
g(t) = 0
The solutions, t, are the eigenvalues. You should know how to find the matrix representation of basic transformations in \mathbb{R}^2, like the rotation by \pi /2. At any rate, if you don't know it, it is:
Compute the characteristic polynomial, and you'll see it has no real roots, thus no eigenvalues, and so the subspaces in the form Span{v}, where v is an eigenvector, called the eigenspaces corresponding to \lambda don't exist. I'm not sure whether it's
necessary for an operator to have eigenvalues in order for it to have an invariant subspace, but it is
sufficient (although
matt grime's post suggests that it is necessary).
Now, by the fundamental theorem of algebra, an n-degree polynomial over the complex field will have n (not-necessarily-distinct) roots, and so it certainly has eigenspaces, which, of course, are invariant.