According to Axler's Down with Determinants!, for any linear transformation $T:F^n\rightarrow F^n$, with $F\subseteq\mathbb{C}$ a subfield of the complex numbers, the existence of a value $\lambda\in\mathbb{C}$ that solves a certain polynomial $p_T\in \mathbb{C}[x]$ (i.e., $p_T(\lambda)=0$) proves the existence of eigenvalues for $T$ (because $T-\lambda I$ would be injective otherwise). It is further shown that $$\mathrm{det}(T)=\prod_{p_T(z)=0}z$$ But, after utilizing this approach a couple of times, it becomes apparent that some assumptions aren't necessary. To be more specific:
- $F\subseteq\mathbb{C}$ seems to be replaceable with $F\subseteq\overline{F}$, where $\overline{F}$ is the splitting field of $p_T$.
- Likewise, $\mathbb{C}[x]$ seems to be replaceable with $F[x]$ (this means $p_T$ usually has coefficients in $F$).
An example of this is the zero-determinant matrix: $$T=\left[\begin{matrix}1&1\\1&1\end{matrix}\right]$$ Where $T:\mathbb{Q^2\rightarrow Q^2}$. Then, $$p_T(x)=x^2-2x=x(x-2)$$ so $p_T\in\mathbb{Q}[x]$ and $\overline{F}=\mathbb{Q}(0,2)=\mathbb{Q}$. Is there any proof for the former two statements with a general transformation? Is there a counterexample?