Low dimensional anticommutation example

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

Discussion Overview

The discussion revolves around finding examples of matrices that satisfy specific anticommutation relations, particularly in the context of fermionic operators and their representations in a low-dimensional space. Participants explore various approaches to define these operators, their properties, and implications within quantum mechanics.

Discussion Character

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

Main Points Raised

  • One participant seeks examples of matrices \( a_1 \) and \( a_2 \) that satisfy the relation \( a_i a_j^{\dagger} + a_j^{\dagger} a_i = \delta_{ij} \).
  • Another participant suggests that creation and annihilation operators for electrons in Fock space are infinite-dimensional examples, but does not provide specific finite-dimensional matrices.
  • A participant proposes using a four-dimensional vector space with specific mappings for the operators \( a_1 \) and \( a_2 \), but finds that their initial definitions do not satisfy the desired properties.
  • One participant mentions matrices that satisfy the property but realizes they need to impose additional conditions such as \( a_1 a_1 = 0 \) and \( a_2 a_2 = 0 \).
  • Another participant provides matrices that are adjoints of each other, questioning their relevance to the original problem.
  • A later reply indicates that the original matrices proposed do indeed satisfy the relation, but expresses confusion about the formulation of the problem.
  • One participant discusses the possibility of defining operators using complex numbers under certain conditions, expressing concerns about the complexity of generalizing to more Fourier modes.
  • Another participant describes the behavior of raising and lowering operators in a fermion system with multiple Fourier modes, questioning the necessity of anticommutativity in defining these operators.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to define the matrices or the necessity of anticommutativity in fermionic systems. Multiple competing views and unresolved questions remain throughout the discussion.

Contextual Notes

Participants express uncertainty about the completeness of their definitions and the implications of their proposed operators. There are also concerns about the labor involved in generalizing the problem to more complex systems.

jostpuur
Messages
2,112
Reaction score
19
Can somebody give an example of two matrices [itex]a_1[/itex] and [itex]a_2[/itex] which would satisfy the relation

[tex] a_i a_j^{\dagger} + a_j^{\dagger} a_i = \delta_{ij}[/tex]

I know that

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

but I found myself unable to modify this for the index [itex]i\in\{1,2\}[/itex].
 
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 [itex]|00\rangle[/itex], [itex]|01\rangle[/itex], [itex]|10\rangle[/itex], [itex]|11\rangle[/itex], and then define [itex]a_1[/itex] so that it maps [itex]|01\rangle\mapsto |00\rangle[/itex] and [itex]|11\rangle\mapsto |10\rangle[/itex], and [itex]a_2[/itex] so that it maps [itex]|10\rangle\mapsto |00\rangle[/itex] and [itex]|11\rangle\mapsto |01\rangle[/itex]. With the following notation choice:

[tex] |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)[/tex]

the operators would be

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

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

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

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

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

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 [itex]a_1 a_1 = 0[/itex] and [itex]a_2 a_2 = 0[/itex] in the beginning.
 
Well, using your 4-D vector space from post #3, I think the following matrices fit the bill:

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

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

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

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

[tex]a_1 |00\rangle = 0[/tex]
[tex]a_1 |01\rangle \propto |00\rangle[/tex]
[tex]a_1 |10\rangle = 0[/tex]
[tex]a_1 |11\rangle \propto |10\rangle[/tex]

[tex]a_2 |00\rangle = 0[/tex]
[tex]a_2 |01\rangle = 0[/tex]
[tex]a_2 |10\rangle \propto |00\rangle[/tex]
[tex]a_2 |11\rangle \propto |01\rangle[/tex]

and

[tex]a_ia_j^{\dagger} + a_j^{\dagger}a_i = \delta_{ij}[/tex]

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

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

For example [itex](\alpha,\beta,\gamma,\delta)=(1,1,1,-1)[/itex] 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 [itex]i\neq j[/itex] the raising operator [tex]a_j^{\dagger}[/tex] and lowering operator [tex]a_i[/tex] will commute modulo some coefficient, so that

[tex] 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[/tex]

[tex] 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[/tex]

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

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?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
8K