Theorems · Theorem · combinatorics
Matrix.isHadamard_iff_mul_conjTranspose
∀ {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},
IsRegular ↑(Fintype.card n) →
(A.IsHadamard ↔ (∀ (i j : n), A i j ∈ unitary R) ∧ A * A.conjTranspose = ↑(Fintype.card n) • 1)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 101 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 and proof · cited by 4,303
- Submonoidstatement · cited by 3,086
- StarRingstatement and proof · cited by 1,686
- Fintype.cardstatement and proof · cited by 1,386
- unitarystatement and proof · cited by 207
- Matrix.conjTransposestatement and proof · cited by 202
- IsRegularstatement and proof · cited by 116
- Matrix.IsHadamardstatement and proof · cited by 24
- Matrix.IsHadamard.mul_conjTransposeproof · cited by 9
- Matrix.IsHadamard.apply_memproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.