Restriction of SO(N) to 2 dim subspaces

  • Context: Graduate 
  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Subspaces
Click For Summary

Discussion Overview

The discussion revolves around the properties of special orthogonal matrices, specifically the restriction of SO(N) to two-dimensional subspaces and related concepts in higher dimensions. Participants explore the existence of certain subspaces under specific conditions and the implications of eigenvalues and diagonalizability of orthogonal matrices.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants inquire whether for any matrix A in SO(N) with N>2, there exist subspaces V1 and V2 such that V1 is 2-dimensional, V2 is (N-2)-dimensional, and the restriction of A to V1 is in SO(2) while the restriction to V2 is the identity.
  • One participant asserts that the image of any nonzero subspace under SO(N) is all of R^N.
  • Another participant suggests examining the eigenvalues and eigenvectors of A to address the problem.
  • Concerns are raised about the diagonalizability of orthogonal matrices, with references to the properties of symmetric matrices and the implications for orthogonal transformations.
  • Participants discuss the nature of eigenvalues of orthogonal matrices, noting that they lie on the unit circle and that those not equal to ±1 appear in complex conjugate pairs.
  • A counterexample is provided regarding the diagonalizability of a specific orthogonal matrix, illustrating that it is not diagonalizable over the reals but is over the complexes.
  • There is a suggestion that all rotations in odd-dimensional spaces correspond to rotations in even-dimensional subspaces around a one-dimensional axis, with some uncertainty expressed about the reasoning behind this claim.

Areas of Agreement / Disagreement

Participants express differing views on the diagonalizability of orthogonal matrices and the implications of eigenvalues, with some points of contention remaining unresolved. There is no consensus on the existence of the specified subspaces for arbitrary matrices in SO(N).

Contextual Notes

Limitations include the dependence on the definitions of diagonalizability and the properties of eigenvalues in different contexts (real vs. complex). The discussion also highlights unresolved mathematical steps regarding the implications of eigenvalue pairs.

jostpuur
Messages
2,112
Reaction score
19
If [itex]N>2[/itex] and [itex]A\in\textrm{SO}(N)[/itex] are arbitrary, does there exist subspaces [itex]V_1,V_2\subset\mathbb{R}^N[/itex] such that

[tex] V_1+ V_2 = \mathbb{R}^N,\quad\quad \textrm{dim}(V_1)=2,\quad \textrm{dim}(V_2)=N-2[/tex]

and such that the restriction of [itex]A[/itex] to [itex]V_1[/itex] belongs to [itex]\textrm{SO}(2)[/itex], and that the restriction of [itex]A[/itex] to [itex]V_2[/itex] is the identity [itex]1[/itex]?
 
Physics news on Phys.org
If V is a nonzero subspace, then its image under SO(N) is all of RN.
 
You must have paid too much attention to the title of my post, which I did not write very carefully.

In the actual problem I'm interested in finding some subspaces with fixed matrix [itex]A\in\textrm{SO}(N)[/itex].
 
Ah, my bad. Have you tried looking at the eigenvalues and eigenvectors of A?
 
I don't know anything else about the eigenvalues except that they have norm 1.

The situation with eigen equation of a orthogonal matrix is like this:

[tex] Az=\lambda z,\quad A\in\textrm{SO}(N),\quad z\in\mathbb{C}^N,\quad \lambda\in\mathbb{C},\quad |\lambda|=1[/tex]

I know how to prove the claim for N=3. I guess it is often considered trivial... "all rotations have some axis". IMO it's not trivial. At least my own proof for it is not trivial, but complicated... :blushing: It involves such special trickery that it cannot be generalised to N>3.
 
Okey, here's a counter example to my own claim

[tex] A = \frac{1}{\sqrt{2}}\left(\begin{array}{cccc}<br /> 1 & 1 & 0 & 0 \\<br /> -1 & 1 & 0 & 0 \\<br /> 0 & 0 & 1 & 1 \\<br /> 0 & 0 & -1 & 1 \\<br /> \end{array}\right) \in \textrm{SO}(4)[/tex]

duh...
 
New problem!

Let [itex]N=1,2,3,\ldots[/itex] and [itex]A\in\textrm{SO}(2N+1)[/itex] be arbitrary. Does there exist a one dimensional subspace [itex]V_1\subset\mathbb{R}^{2N+1}[/itex] such that the restriction of [itex]A[/itex] to [itex]V_1[/itex] is the identity, and the restriction to [itex]V_1^{\perp}[/itex] is in [itex]\textrm{SO}(2N)[/itex]?
 
hmhm... I only now started thinking about diagonalizability of an orthogonal matrix.

If I want to prove that a symmetric matrix is diagonalizable, I would use the facts that a matrix always has at least one eigenvalue, and then the symmetric matrix remains symmetric in orthogonal transformation. Using these facts the proof can be carried out inductively.

Also an orthogonal matrix remains orthogonal in orthogonal transformations, so the diagonalizability of an orthogonal matrix can be proven precisely in the same way as the diagonalizability of a symmetric matrix?

The answer to may latest question seems to be positive. It can be proven by using eigenbasis of the orthogonal matrix. So all rotations in odd (2N+1) dimensional spaces are always rotations in even (2N) dimensional subspace, around some one dimensional axis?
 
jostpuur said:
hmhm... I only now started thinking about diagonalizability of an orthogonal matrix.
Also an orthogonal matrix remains orthogonal in orthogonal transformations, so the diagonalizability of an orthogonal matrix can be proven precisely in the same way as the diagonalizability of a symmetric matrix?

The answer to may latest question seems to be positive. I

[tex]\left(\begin{array}{cc}0&-1\\1&0\end{array}\right)[/tex]

This matrix is orthogonal but not diagonalizable - over the reals.
Over the complexes it is just the complex number, i
 
Last edited:
  • #10
lavinia said:
[tex]\left(\begin{array}{cc}0&-1\\1&0\end{array}\right)[/tex]

This matrix is orthogonal but not diagonalizable - over the reals.

It is well known that real matrices can have complex eigenvalues, so diagonalizable usually does not mean diagonalizable in real vector space only.

Over the complexes it is just the complex number, i

It is not a complex number [itex]i[/itex] unless it is specifically and explicitly defined to be a complex number through some identification [itex]\mathbb{C}\subset\mathbb{R}^{2\times 2}[/itex].

The standard answer is that that matrix is diagonalizable and its eigenvalues are [itex]i[/itex] and [itex]-i[/itex], with eigenvectors

[tex] \left(\begin{array}{c}<br /> 1+i \\ 1-i \\<br /> \end{array}\right),\quad\quad<br /> \left(\begin{array}{c}<br /> i+1 \\ i-1 \\<br /> \end{array}\right)[/tex]

That means that your matrix is similar to a diagonal matrix

[tex] \left(\begin{array}{cc}<br /> i & 0 \\<br /> 0 & -i \\<br /> \end{array}\right)[/tex]
 
  • #11
jostpuur said:
It is well known that real matrices can have complex eigenvalues, so diagonalizable usually does not mean diagonalizable in real vector space only.
It is not a complex number [itex]i[/itex] unless it is specifically and explicitly defined to be a complex number through some identification [itex]\mathbb{C}\subset\mathbb{R}^{2\times 2}[/itex].

The standard answer is that that matrix is diagonalizable and its eigenvalues are [itex]i[/itex] and [itex]-i[/itex], with eigenvectors

[tex] \left(\begin{array}{c}<br /> 1+i \\ 1-i \\<br /> \end{array}\right),\quad\quad<br /> \left(\begin{array}{c}<br /> i+1 \\ i-1 \\<br /> \end{array}\right)[/tex]

That means that your matrix is similar to a diagonal matrix

[tex] \left(\begin{array}{cc}<br /> i & 0 \\<br /> 0 & -i \\<br /> \end{array}\right)[/tex]

I was responding to the thought that an orthogonal matrix can be shown to be diagonalizabe in the same way that a symmetric matrix can. The matrix I provided is a counter example.
You can not diagonalize this matrix with orthogonal transformations.

I was just pointing out that multiplication by i, which is the same as this matrix, has no one dimensional real subspaces. Perhaps it would have been clearer if is called it rotation by 90 degrees. the choice of orientation of the plane and the basis that I chose was obvious from the example.
 
  • #12
lavinia said:
I was responding to the thought that an orthogonal matrix can be shown to be diagonalizabe in the same way that a symmetric matrix can. The matrix I provided is a counter example.
You can not diagonalize this matrix with orthogonal transformations.

I see. My comment that orthogonal matrices remain orthogonal in orthogonal transformations is not enough for the proof, because unitary transformations are going to be needed.

The claim that orthogonality would be preserved under unitary transformations seems to be incorrect, if I checked it correctly now.

I think that the fact that a unitary matrix remains unitary under unitary transformations is what is needed. If we use it, we can prove that unitary matrices are diagonalizable in the same way as we can prove that hermitian matrices are diagonalizable too.

Then, orthogonal matrices are unitary, so the diagonalizability of orthogonal matrices follows.
 
  • #13
jostpuur said:
It can be proven by using eigenbasis of the orthogonal matrix. So all rotations in odd (2N+1) dimensional spaces are always rotations in even (2N) dimensional subspace, around some one dimensional axis?
I believe this to be true -- you can (I'm pretty sure) show that eigenvalues that aren't 1 come in pairs -- either (-1,-1) or a complex-conjugate pair. I'm not 100% sure, though -- I can't seem to recall why I believe that to be true.
 
  • #14
[itex]A\in\textrm{SO}(2N+1)[/itex] has odd number of eigenvalues, and they are on the circle [itex]|z|=1[/itex] so that those that are not [itex]\pm 1[/itex] come in pairs [itex](\lambda,\lambda^*)[/itex]. So the amount of eigenvalues [itex]\pm 1[/itex] has to be odd. The product of each pair [itex](\lambda,\lambda^*)[/itex] always produces [itex]1[/itex], so the number of eigenvalues [itex]\lambda=-1[/itex] has to be even too. The number of eigenvalues [itex]\lambda=1[/itex] has to be odd then, and cannot be zero.
 
Last edited:
  • #15
Oh right, the norm 1 thing; that's what I couldn't remember today. I feel better now. :smile: I was getting worried I gave some bad advice to someone recently!
 

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K