Nonsolvability of GL₂ #
If a field contains an element a with a ≠ 0 and a² ≠ 1, then GL₂ is nonsolvable.
In particular, this holds over every infinite field.
Main declarations #
TauCeti.Matrix.GeneralLinearGroup.not_isSolvable_fin_two:GL₂is not solvable when the field contains an element outside the roots ofX * (X² - 1).TauCeti.Matrix.GeneralLinearGroup.not_isSolvable_fin_two_of_infinite: the infinite-field specialization.
theorem
TauCeti.Matrix.GeneralLinearGroup.not_isSolvable_fin_two_of_infinite
(F : Type u)
[Field F]
[Infinite F]
:
¬Group.IsSolvable (GL (Fin 2) F)
The general linear group GL₂ over an infinite field is not solvable.