Theorems · Theorem · linear algebra
Matrix.permanent_updateCol_smul
∀ {n : Type u_1} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type u_2} [inst_2 : CommSemiring R] (M : Matrix n n R)
(j : n) (c : R) (u : n → R), (M.updateCol j (c • u)).permanent = c * (M.updateCol j u).permanent- Defined in
- Mathlib.LinearAlgebra.Matrix.Permanent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
- Equiv.Permproof · cited by 1,375
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.permanent_updateRow_smulproof · cited by 0