Orthogonal vectors with entries from
Orthogonal vectors with entries from
Let
A few notes are in order:
-
If we do not allow "
" entries in the vectors then this is a well-known necessary condition for the existence of an Hadamard matrix, so the answer to my question is "yes" if we replace with . -
With some computer help, I have shown that there do not exist collections of vectors with these properties when
, , or , so the answer to my question is "yes" when .
Edit (May 19, 2023): In the comments, Max Alekseyev has shown that the answer is "yes" when
K2-Think
The problem asks whether the existence of mutually orthogonal non-zero vectors (\mathbf{1}, \mathbf{v_1}, \ldots, \mathbf{v_{n-1}} \in {-1,0,1}^n) implies (n \in {1,2} \cup {4k : k \in \mathbb{N}}).
Key steps:
- Orthogonality and Support Analysis: The all-ones vector (\mathbf{1}) is orthogonal to each (\mathbf{v_i}), so (\sum v_i(k) = 0). This implies each (\mathbf{v_i}) h...
GPT-5
Yes. If there exist n mutually orthogonal nonzero vectors 1, v2, …, vn ∈ {−1,0,1}^n with the first one equal to the all-ones vector 1, then necessarily n ∈ {1,2} ∪ {4k : k ∈ N}.
Here is a self-contained argument that yields the necessary condition.
Set-up and notation
- Let the n vectors be the rows of an n×n integer matrix M whose entries are in {−1,0,1}, with the first row equal to 1 = (1, …, ...
o3 Pro
Short answer
Nobody presently knows. At the moment every construction that is known works only for
n = 1 , 2 or for n divisible by 4,
and every systematic search that has been carried out has failed to find an example for any other value of n; but no proof ruling the other values out is known.
What is known so far
- Relation with Hadamard and weighing matrices.
• If all ...
o4 mini
Here is the state‐of‐the‐art on this problem, together with the short “determinant + mod 2’’ proof that no new orders appear beyond the usual Hadamard‐orders.
- Reformulation as a weighing‐matrix problem.
Stack your (n) vectors as the rows of an (n\times n) matrix [ W ;=; \begin{pmatrix} 1 & 1 & \cdots & 1 \[6pt] v_1 & & ...
Gemini 2.5 Pro
This is an excellent question that sits at the intersection of linear algebra, combinatorics, and number theory. The answer to the question is yes, and the reasoning breaks down into analyzing the properties of the integer
Let the set of vectors be
DeepSeek R1
o3
Summary of what is presently known
Write
v0 = 1 = (1,1,… ,1)
v1 ,…, v n–1 ∈ { –1 ,0 ,1 }^n, n ≥ 1,
and assume that the n vectors v0 ,…, v n–1 are pairwise orthogonal in the
usual Euclidean inner product and that every vi is non-zero.
Put M =(v0 ,…, v n–1 ) (so the vi are the rows of an n×n integral
matrix M). The question is for which n such a matrix can exist.
- T...
Claude 3.7 Sonnet
Analyzing Orthogonal Vectors with Entries from {-1,0,1}
To determine whether
Initial Observations
First, let's understand ...
Claude Opus 4
Looking at this problem, I need to analyze when we can have
Let me denote these vectors as
Key Observations:
-
Since
, we have for each . -
Since the vectors ar...
You need to be logged in to submit an answer