Oto kilka uwag, których nie mogłem zmieścić w komentarzu:
0) Dodano, ponieważ pierwsza odpowiedź została usunięta: istnieje interpretacja Hn , a mianowicie indeksowanie wierszy i kolumn według {0,1}n , pozycja odpowiadająca (x,y) wynosi 1 jeśli iloczyn Hadamarda x⊙y=(x1y1,…,xnyn) ma parzystą parzystość, a −1 jeśli ma parzystą nieparzystą.
1) Ogólnie, widmo macierzy blokowych może być bardzo skomplikowane i nie związane w oczywisty sposób z widmami poszczególnych bloków, ponieważ charakterystyczny wielomian będzie wyglądał okropnie . Ale dla symetrycznej macierzy blokowej M=(ABTBC) która może powstać w wyniku konstrukcji rekurencyjnej, takiej jak An i Hn powyżej, gdzie każda macierz jest kwadratowa, jedno z jedynych uproszczeń występuje, gdy BT i C dojeżdżają, w którym to przypadku det(M)=det(AC−BBT) . Wtedy charakterystycznym wielomianemM będziedet((λI−A)(λI−C)−BBT)=det(λ2I−λ(A+C)+AC−BBT).
Aby to prowadzić do dobrych rekurencyjnych wzorów dla wartości własnych, w zasadzie potrzebny jestC=−AλABdet(λI−M)=det(λ2I−(A2+B2)),
from which one easily reads off the eigenvalues using the fact symmetric commuting matrices admit a common eigenbasis. This might be obvious, but all of this is to say that as far as getting good, recursive formulas for the eigenvalues, it is basically essential to require the lower right block to be −AAAnB=IHn matrices (with B=Hn−1=A).
2) On the random sign question: the signing of the adjacency matrix given in the paper is optimal in the sense of maximizing λ2n−1, which is needed for the lower bound via Cauchy interlacing, and can be seen from elementary means. For an arbitrary signing Mn of the adjacency matrix of the n-dimensional hypercube, one immediately gets
Tr(Mn)=∑i=12nλi(Mn)=0,Tr(M2n)=∑i=12nλi(Mn)2=∥Mn∥2F=n2n,
where λ1(Mn)≥λ2(Mn)≥…≥λ2n(Mn). If for some signing Mn one has λ2n−1(Mn)>n−−√, then
∑i=12n−1λi(Mn)>n−−√2n−1,∑i=12n−1λi(Mn)2>n2n−1.
One can then see it is not possible to satisfy the trace equalities above: the negative eigenvalues must sum to strictly more than n−−√2n−1 (in absolute value), and their squares must sum to strictly less than n2n−1. Minimizing the sum of squares while keeping the sum constant happens when they are all equal, but in this case will make the sum of squares too large anyway. So for any signing, one can see via elementary means that λ2n−1(Mn)≤n−−√ without knowing the magic signing in the paper, where equality holds iff the values are n−−√,…,n−−√,−n−−√,…,−n−−√. That there actually exists such a signing attaining it is pretty amazing. The eigenvalues of the normal adjacency matrix are −n,−n+2,…,n−2,n, where the ith eigenvalue has multiplicity (ni), so it's very interesting (to me, anyway) how the all-+1 signing maximizes λ1, while this signing maximizes λ2n−1.
As far as would a random signing work, it's harder to say because I think most non-asymptotic bounds on eigenvalues focus on spectral norm. One expects random signings to smooth out the extreme usual eigenvalues, and indeed, using the noncommutative Khintchine inequality and/or recent tighter bounds like in here, a uniformly random signing has E[∥Mn∥2]=Θ(n−−√). It's hard for me to imagine the middle eigenvalues would be on a similar polynomial order as the leading one in expectation (and asymptotic results like the semi-circular law for different matrix ensembles suggest similarly, I think), but maybe it's possible.