Theorems · Theorem · linear algebra
Matrix.IsDetpBalanced.mul_add_mul_eq
∀ {n : Type u_1} {R : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommSemiring R] {A : Matrix n n R}
{a b : R},
A.IsDetpBalanced a b →
∀ (s t : ℤˣ), a * Matrix.detp s A + b * Matrix.detp t A = b * Matrix.detp s A + a * Matrix.detp t A- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Unitsstatement and proof · cited by 2,804
- add_commproof · cited by 1,535
- Matrix.detpstatement and proof · cited by 37
- Matrix.IsDetpBalancedstatement and proof · cited by 21
- Int.units_eq_one_orproof · cited by 20
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.IsDetpBalanced.submatrix_equivproof · cited by 1
- Matrix.IsDetpBalanced.smulproof · cited by 0