Theorems · Theorem · linear algebra
Matrix.det_succ_column
∀ {R : Type v} [inst : CommRing R] {n : ℕ} (A : Matrix (Fin n.succ) (Fin n.succ) R) (j : Fin n.succ),
A.det = ∑ i, (-1) ^ (↑i + ↑j) * A i j * (A.submatrix i.succAbove j.succAbove).detLaplacian expansion of the determinant of an n+1 × n+1 matrix along column j.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- add_commproof · cited by 1,535
- Matrix.detstatement and proof · cited by 665
- Matrix.transposeproof · cited by 389
- Fin.succAbovestatement and proof · cited by 249
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.det_transposeproof · cited by 51
- Matrix.transpose_transposeproof · cited by 33
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.