Dick said:
You could also work around not having determinants yet. If c is an eigenvalue, then X=A-c*I is a singular matrix. Can you prove X is singular iff X^(T) is singular? How would that prove what you want to prove?
I can see three justifications for X to be singular. First, if A=cI, then X is a zero
matrix, and 0 is an eigenvalue for every vector, and X is singular for being
a zero matrix.
Second, if A-cI is nonzero but singular, then as long as the number of rows
the column matrix (representing a vector) equals the number of columns
in A and cI, Av would equal cIv so Av-cIv=0
Now, if A-cI were to be nonsingular, then (A-cI)v would not be zero,
so we would have Av=/=cIv so in this case v is not an eigenvector of A.
I know this isn't the actual proof, just want to see if I understand the
significance of X being singular.