Theorems · Theorem · combinatorics
Matrix.IsHadamard.of_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},
(∀ (i j : n), A i j ∈ unitary R) →
A * A.conjTranspose = ↑(Fintype.card n) • 1 → IsRegular ↑(Fintype.card n) → A.IsHadamardBuild a Hadamard matrix from the one-sided row-orthogonality condition, provided the order is
regular in R.
This is the matrix form of [Theorem 2.3.6][deLauneyFlannery2011].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Submonoidstatement · cited by 3,086
- one_mulproof · cited by 2,841
- StarRingstatement and proof · cited by 1,686
- mul_assocproof · cited by 1,667
- Fintype.cardstatement and proof · cited by 1,386
- Star.starproof · cited by 1,082
- Matrix.detproof · cited by 665
- unitarystatement and proof · cited by 207
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.isHadamard_iff_mul_conjTransposeproof · cited by 0