Documentation

FormalConjectures.Wikipedia.Hadamard

Hadamard's conjecture #

References:

def IsHadamard {n : } (M : Matrix (Fin n) (Fin n) ) :

A square matrix $M$ with $±1$-entries that satisfies the equality $|M| ≤ n^\frac{n}{2}$ is called a Hadamard matrix.

Equations
Instances For
    def IsHadamard' {n : } (M : Matrix (Fin n) (Fin n) ) :

    Equivalently, a square matrix $M$ with $±1$-entries $|A| ≤ n^\frac{n}{2}.$ if it satisfies the equality $M^TM = n \cdot 1$, where $1$ denotes the unit matrix.

    Equations
    Instances For
      theorem HadamardConjecture (k : ) :
      ∃ (M : Matrix (Fin (4 * k)) (Fin (4 * k)) ), IsHadamard M

      There exists a Hadamard matrix for all $n = 4k$.

      def H12 :
      Matrix (Fin 12) (Fin 12)

      Hadamard constructs a 12 x 12 matrix ...

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem HadamardConjecture.variant :
        ∃ (M : Matrix (Fin (4 * 167)) (Fin (4 * 167)) ), IsHadamard M

        The smallest order for which no Hadamard matrix is presently known is $668 = 4 * 167$.