Theorems · Theorem · linear algebra
Matrix.det_smul_of_tower
∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] {α : Type u_3}
[inst_3 : Monoid α] [inst_4 : MulAction α R] [IsScalarTower α R R] [SMulCommClass α R R] (c : α) (A : Matrix n n R),
(c • A).det = c ^ Fintype.card n • A.det- Cited by
- 4 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 and proof · cited by 4,303
- IsScalarTowerstatement and proof · cited by 3,896
- Monoidstatement and proof · cited by 3,887
- one_mulproof · cited by 2,841
- SMulCommClassstatement and proof · cited by 1,927
- Fintype.cardstatement and proof · cited by 1,386
- MulActionstatement and proof · cited by 1,294
- Matrix.detstatement and proof · cited by 665
- one_powproof · cited by 521
- smul_mul_assocproof · cited by 77
Cited by4
Results whose statement or proof uses this declaration.
- Algebra.Norm.Transitivity.det_mul_corner_powproof · cited by 1
- QuadraticForm.discr'_smulproof · cited by 1
- QuadraticForm.discr_smulproof · cited by 0
- Matrix.det_neg_eq_smulproof · cited by 0