Low dimensional anticommutation example

  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Example
jostpuur
Messages
2,112
Reaction score
19
Can somebody give an example of two matrices a_1 and a_2 which would satisfy the relation

<br /> a_i a_j^{\dagger} + a_j^{\dagger} a_i = \delta_{ij}<br />

I know that

<br /> \left(\begin{array}{cc}<br /> 0 &amp; 1 \\ 0 &amp; 0 \\<br /> \end{array}\right)<br /> \left(\begin{array}{cc}<br /> 0 &amp; 0 \\ 1 &amp; 0 \\<br /> \end{array}\right)<br /> + \left(\begin{array}{cc}<br /> 0 &amp; 0 \\ 1 &amp; 0 \\<br /> \end{array}\right)<br /> \left(\begin{array}{cc}<br /> 0 &amp; 1 \\ 0 &amp; 0 \\<br /> \end{array}\right)<br /> = 1<br />

but I found myself unable to modify this for the index i\in\{1,2\}.
 
Last edited:
Physics news on Phys.org
One obvious example is creation and annihilation operators for electrons. These operators act in the Fock space, which is a direct sum of N-electron Hilbert spaces, where N runs from 0 to infinity. So, the corresponding matrices are infinite-dimensional.

Eugene.
 
Raising and lowering operators for fermions were my original motivation for this problem. I didn't feel comfortable by the way books only give the properties of the operators, but I also want to see how these operators could be defined. I decided to make the problem simpler by allowing "only two Fourier modes" for the particles.

My first idea was that I should use four dimensional vector space, denote the basis vectors as |00\rangle, |01\rangle, |10\rangle, |11\rangle, and then define a_1 so that it maps |01\rangle\mapsto |00\rangle and |11\rangle\mapsto |10\rangle, and a_2 so that it maps |10\rangle\mapsto |00\rangle and |11\rangle\mapsto |01\rangle. With the following notation choice:

<br /> |00\rangle = \left(\begin{array}{c}<br /> 1 \\ 0 \\ 0 \\ 0 \\<br /> \end{array}\right),\quad<br /> |01\rangle = \left(\begin{array}{c}<br /> 0 \\ 1 \\ 0 \\ 0 \\<br /> \end{array}\right),\quad<br /> |10\rangle = \left(\begin{array}{c}<br /> 0 \\ 0 \\ 1 \\ 0 \\<br /> \end{array}\right),\quad<br /> |11\rangle = \left(\begin{array}{c}<br /> 0 \\ 0 \\ 0 \\ 1 \\<br /> \end{array}\right)<br />

the operators would be

<br /> a_1 = \left(\begin{array}{cccc}<br /> 0 &amp; 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right),\quad\quad<br /> a_2 = \left(\begin{array}{cccc}<br /> 0 &amp; 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right)<br />

But this does not work as wanted. These work like this:

<br /> a_1 a_2^{\dagger} + a_2^{\dagger} a_1 = \left(\begin{array}{cccc}<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 2 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right)<br />

Because a_1 a_2^{\dagger} maps |01\rangle\mapsto |11\rangle\mapsto |10\rangle, and a_2^{\dagger} a_1 maps |01\rangle\mapsto |00\rangle\mapsto |10\rangle.
 
I was informed elsewhere, that matrices

<br /> a_1 = \frac{1}{\sqrt{2}}\left(\begin{array}{cc}<br /> 1 &amp; 0 \\ 0 &amp; -1 \\<br /> \end{array}\right),\quad\quad<br /> a_2 = \frac{1}{\sqrt{2}}\left(\begin{array}{cc}<br /> 0 &amp; 1 \\ 1 &amp; 0 \\<br /> \end{array}\right)<br />

satisfy the property I was asking for. This did not solve my problem though, because it only made me realize that I should have also demanded that a_1 a_1 = 0 and a_2 a_2 = 0 in the beginning.
 
Well, using your 4-D vector space from post #3, I think the following matrices fit the bill:

<br /> \left(\begin{array}{cccc}<br /> 0 &amp; 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 &amp; 0 \\<br /> \end{array}\right),\quad\quad<br /> <br /> and<br /> <br /> \left(\begin{array}{cccc}<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 1 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right)<br />

but they are adjoints of each other, so perhaps that is not what you are looking for. I guess it's just a block diagonal generalization of your original 2x2 case, now that I look at it.
 
That's right. I'm surprised to notice only now, that the matrices

<br /> a_1 = \left(\begin{array}{cc}<br /> 0 &amp; 1 \\ 0 &amp; 0 \\<br /> \end{array}\right),\quad\quad<br /> a_2 = \left(\begin{array}{cc}<br /> 0 &amp; 0 \\ 1 &amp; 0 \\<br /> \end{array}\right)<br />

answer my original question

But there still seems to be something that doesn't make sense in this. Perhaps I'll need to come up with a better formulation for the problem...
 
this is one example of dirac algebra, and can be generalized to clifford algebra.
 
I have now understood that not every non-zero number has to be one.

So I want

a_1 |00\rangle = 0
a_1 |01\rangle \propto |00\rangle
a_1 |10\rangle = 0
a_1 |11\rangle \propto |10\rangle

a_2 |00\rangle = 0
a_2 |01\rangle = 0
a_2 |10\rangle \propto |00\rangle
a_2 |11\rangle \propto |01\rangle

and

a_ia_j^{\dagger} + a_j^{\dagger}a_i = \delta_{ij}

If I choose any four complex numbers \alpha,\beta,\gamma,\delta such that |\alpha|=|\beta|=|\gamma|=|\delta|=1 and \beta\delta^* + \gamma^*\alpha = 0, then the desired operators can be defined as

<br /> a_1 = \left(\begin{array}{cccc}<br /> 0 &amp; \alpha &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; \beta \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right),\quad\quad\quad<br /> a_2 = \left(\begin{array}{cccc}<br /> 0 &amp; 0 &amp; \gamma &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; \delta \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 0 \\<br /> \end{array}\right)<br />

For example (\alpha,\beta,\gamma,\delta)=(1,1,1,-1) is one possibility.

But there is something inelegant about this. It seems laborous to try to generalise this for three Fourier modes next. Would I need to solve again even more equations then?
 
Last edited:
Suppose we have a fermion system with N Fourier modes. Then for i\neq j the raising operator a_j^{\dagger} and lowering operator a_i will commute modulo some coefficient, so that

<br /> a_i a_j^{\dagger} |\delta_1\delta_2 \cdots \underset{(i)}{1} \cdots \underset{(j)}{0} \cdots \delta_N\rangle<br /> \propto |\delta_1\delta_2 \cdots \underset{(i)}{0} \cdots \underset{(j)}{1} \cdots \delta_N\rangle<br />

<br /> a_j^{\dagger} a_i|\delta_1\delta_2 \cdots \underset{(i)}{1} \cdots \underset{(j)}{0} \cdots \delta_N\rangle<br /> \propto |\delta_1\delta_2 \cdots \underset{(i)}{0} \cdots \underset{(j)}{1} \cdots \delta_N\rangle<br />

It seems, that we can always choose these coefficients so that a_i a_j^{\dagger} + a_j^{\dagger} a_i = 0 (when i\neq j).

Why do physicist insist on getting the anticommutativity property holding? If the crucial property of fermion system is that each Fourier mode always has only one excitation state, the anticommutativity of raising and lowering operators does not seem to be inherent to the system. We might as well have fermion systems without anticommuting raising and lowering operators too, right?
 
Back
Top