Determinants #
This file provides lemmas about determinants that are not present in Mathlib.
theorem
Matrix.submatrix_det_zero_of_not_injective_cols
{Z R : Type}
[Fintype Z]
[DecidableEq Z]
[CommRing R]
{X Y : Type}
(A : Matrix X Y R)
(f : Z → X)
{g : Z → Y}
(hg : ¬Function.Injective g)
:
theorem
Matrix.submatrix_det_zero_of_not_injective_rows
{Z R : Type}
[Fintype Z]
[DecidableEq Z]
[CommRing R]
{X Y : Type}
(A : Matrix X Y R)
{f : Z → X}
(g : Z → Y)
(hf : ¬Function.Injective f)
: