Theorems · Theorem · combinatorics
Matrix.IsHadamard.det_mul_star_det
∀ {n : Type u_2} {R : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommRing R] [inst_3 : StarRing R]
{A : Matrix n n R}, A.IsHadamard → A.det * star A.det = ↑(Fintype.card n) ^ Fintype.card nThe Hadamard determinant identity: det A * star (det A) = (card n)^(card n).
- Cited by
- 3 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
- mul_oneproof · cited by 3,885
- StarRingstatement and proof · cited by 1,686
- Fintype.cardstatement and proof · cited by 1,386
- Star.starstatement and proof · cited by 1,082
- Matrix.detstatement and proof · cited by 665
- Matrix.conjTransposeproof · cited by 202
- Matrix.det_mulproof · cited by 51
- Matrix.det_oneproof · cited by 35
- Matrix.IsHadamardstatement and proof · cited by 24
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.IsHadamard.det_ne_zeroproof · cited by 0
- Matrix.IsHadamard.isRegular_detproof · cited by 0
- Matrix.IsHadamard.star_det_mul_detproof · cited by 0