Theorems · Theorem · linear algebra
Matrix.det_one_add_replicateCol_mul_replicateRow
∀ {m : Type u_2} {α : Type u_4} [inst : Fintype m] [inst_1 : DecidableEq m] [inst_2 : CommRing α] {ι : Type u_5}
[inst_3 : Unique ι] (u v : m → α), (1 + Matrix.replicateCol ι u * Matrix.replicateRow ι v).det = 1 + v ⬝ᵥ uA special case of the Matrix determinant lemma for when A = I.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- Matrix.detstatement · cited by 665
- Uniquestatement and proof · cited by 400
- dotProductstatement and proof · cited by 194
- Pi.add_applyproof · cited by 61
- Matrix.replicateColstatement and proof · cited by 42
- Matrix.replicateRowstatement and proof · cited by 40
- Matrix.one_apply_eqproof · cited by 35
- Matrix.det_uniqueproof · cited by 15
- Matrix.det_one_add_mul_commproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.