Theorems · Theorem · linear algebra
Matrix.det_succ_column_zero
∀ {R : Type v} [inst : CommRing R] {n : ℕ} (A : Matrix (Fin n.succ) (Fin n.succ) R),
A.det = ∑ i, (-1) ^ ↑i * A i 0 * (A.submatrix i.succAbove Fin.succ).detLaplacian expansion of the determinant of an n+1 × n+1 matrix along column 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 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.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
- Unitsproof · cited by 2,804
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- Units.valproof · cited by 1,966
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_succ_row_zeroproof · cited by 5