Theorems · Theorem · linear algebra
Matrix.det_one_add_smul
∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (r : R)
(M : Matrix n n R),
(1 + r • M).det = 1 + M.trace * r + Polynomial.eval r (1 + Polynomial.X • M.map ⇑Polynomial.C).det.divX.divX * r ^ 2The first two terms of the Taylor expansion of det (1 + r • M) at r = 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingDecidableEqFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- Matrixstatement and proof · cited by 4,303
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- map_addproof · cited by 964
- map_oneproof · cited by 861
- Polynomial.evalstatement and proof · cited by 796
Cited by1
Results whose statement or proof uses this declaration.
- Algebra.norm_one_add_smulproof · cited by 0