Mathlib Map

Theorems · Theorem · linear algebra

det_ne_zero_of_sum_row_lt_diag

∀ {K : Type u_1} {n : Type u_2} [inst : NormedField K] [inst_1 : Fintype n] [inst_2 : DecidableEq n] {A : Matrix n n K},
  (∀ (k : n), ∑ j ∈ Finset.univ.erase k, ‖A k j‖ < ‖A k k‖) → A.det ≠ 0

If A is a row strictly dominant diagonal matrix, then its determinant is nonzero.

Defined in
Mathlib.LinearAlgebra.Matrix.Gershgorin
Cited by
1 results in Mathlib
Foundations
Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedFieldFintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.