Artusartos
- 236
- 0
Homework Statement
Let A \in M_n(F) and v \in F^n. Let k be the smallest positive integer such that v, Av, A^2v, ..., A^kv are linearly dependent.
a) Show that we can find a_0, ... , a_{k-1} \in F wiht
a_0v + a_1Av + ... + a_{k-1}A^{k-1}v + A^kv = 0
(note that teh coefficient of A^kv is 1). Write
f(x) = x^k + a_{k-1}x^{k-1} + ... + a_0.
Note that f(A)(v)=0.
b) Show that f is a monic polynomial of lowest degree with f(A)(v)=0.
I tried to answer these questions, but I'm not sure if my answers are correct...can anybody please check them for me?
Homework Equations
The Attempt at a Solution
a) Since k be the smallest positive integer such that v, Av, A^2v, ..., A^kv are linearly dependent, we know that v, Av, A^2v, ..., A^{k-1}v is linearly independent. So, for v, Av, A^2v, ..., A^kv, we know that for any linear combination of these elements, there exists a coefficient that is nonzero (when the whole equation is zero)...In other words:
b_0v + b_1Av + ... + b_{k-1}A^{k-1}v + b_kA^kv = 0 for b_0, ... , b_k not all zero.
Now if we divide the whole equation by b_k, we get
\frac{b_0}{b_k} v + \frac{b_1}{b_k} Av + ... + \frac{b_{k-1}}{b_k} A^{k-1}v + A^kv = 0.
If we denote \frac{b_m}{b_k} by a_m (where m is between zero and k), we get...
a_0v + a_1Av + ... + a_{k-1}A^{k-1}v + A^kv = 0
Now to show that f(A)(v)=0 ...
f(A)(v) = (A^k + a_{k-1}A^{k-1} + ... + a_0v)(v) = a_0v + a_1Av + ... + a_{k-1}A^{k-1}v + A^kv = 0
b) f(A) = f(A)(v) = (A^k + a_{k-1}A^{k-1} + ... + a_0v)(v) = a_0v + a_1Av + ... + a_{k-1}A^{k-1}v + A^kv = 0
Can anybody check if I'm right? I'm also not sure if I understood the questions correctly?