I have a Linear Algebra exercise and I have trouble solving a part of it.
The follwing question shows us that if $K \subseteq L$ is a field extension such that both $L,K$ are infinite ($L,K$ are fields) and $A,B \in M_n(K)$ such that $A,B$ are similar in the field $L$ (or: there exists an invertible matrix $P \in M_n(L)$ such that $PA=BP$) then $A,B$ are already similar in the field $K$ (or: there exists an invertible matrix $P \in M_n(K)$ such that $PA=BP$). I need to prove that this way:
(1). Show that every non-zero polynomial $f \in K[x_1,...,x_n]$ there exists $\lambda_1,...,\lambda_n \in K$ such that $f(\lambda_1,...,\lambda_n)\neq 0$. Do that using induction and show that this is necessary that $K$ is infinite (find a counter example for finite $K$)
(2). Suppose $f \in K[x_1,...,x_n]$ is a polynomial such that there are $\lambda_1,...,\lambda_n \in L$ such that $f(\lambda_1,...,\lambda_n) \neq 0$.
Show that there are $\mu_1,...,\mu_n \in K $ such that $f(\mu_1,...,\mu_k) \neq 0$.
(3) Assume that there exists invertible $P \in M_n(L)$ such that $PA=BP$.
Show that there exists scalars $a_1,...,a_r \in L$ and matrices $P_1,...,P_r \in M_n(K)$ such that the set $\{a_1,...,a_r\}$ is $K$-linearly independent and also $a_1P_1+...+a_rP_r = P$. Show that $P_iA = BP_i$ for all $i$.
(4) Show that there exists $b_1,...,b_r \in K$ such that $b_1P_1+...+b_rP_r$ is invertible (Hint: use (2) with $f(x_1,...,x_r) = det(x_1P_1+...+x_rP_r)$
(5) Conclude from (4) and (3) that there exists an invertible matrix $Q \in M_n(K)$ such that $QA=BQ$.
I was able to solve everything but part (3). I tried searching that in google and all I found was this: Similar matrices and field extensions
And there he just uses part (3) as guaranteed. How do I prove that?