Ok. It's been a while since I was working on this, but now I am giving it another go. I will try to be more specific about what I am asking exactly. The problem is:
Consider a system of N particles in thermal equilibrium at temperature T. The density operator is then given by:
\hat \rho_T = \frac{e^{-\hat H_0/kT}}{\mathrm{Tr}e^{-\hat H_0/kT}}.
Here \hat H_0 = \hat{\mathbf p}^2/2m.
Derive that the single particle density matrix is given by
\rho(\mathbf{p} ; \mathbf{p'}) = \delta_{\mathbf{p},\mathbf{p}'} f(\epsilon_p).
Ok. We all have seen the derivation of this using the Grand Canoncial Ensemble, but here I want to do it in a rather straight forward way instead.
I want to do it using the representation of the particles in momentum space and where the states are totally antisymmetric (to account for the fact that they're fermions). This means that the state of the particles are given by
\left| \mathbf p_1 \wedge \mathbf p_2 \wedge ... \mathbf p_N \right> = <br />
\frac{1}{N!}\sum_P (-1)^{\sigma_P} \left| \mathbf p_1 \right> \otimes \left|\mathbf p_2 \right> ... \left| \mathbf p_N \right>,
where the sum is over all possible permutations P of the indices and \sigma_P is the number of transpositions of the permutation.
From this you can prove easily prove that
\left< \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right| \left. \mathbf p'_1 \wedge \mathbf p'_2 ... \mathbf p'_N \right>
is \pm 1 if \{ \mathbf p_i \} is a permutation of \{ \mathbf p'_i \} and 0 othervice.
The density matrix for the many particle state is given by:
\rho(\mathbf p_1, \mathbf p_2 ... \mathbf p_N ; \mathbf p_1 , \mathbf p_2 ... \mathbf p_N) = \left< \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right| <br />
\hat \rho \left| \mathbf p'_1 \wedge \mathbf p'_2 ... \mathbf p'_N \right>
where \hat \rho is the density operator. The trace of the density matrix then is given by
\mathrm{Tr} \hat \rho = \sum_{\mathbf p_1, \mathbf p_2 , ... , \mathbf p_N} <br />
\left< \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right| \hat \rho \left| \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right> = N! \sum_{|\mathbf p_1| < |\mathbf p_2 |< ... < |\mathbf p_N| } \left< \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right| \hat \rho \left| \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right>,
where the last equality follows quite easily from the properties of the antisymmetric states.
Ok, this is what I have to use. From this I would like to calculate the reduced density matrix defined by
\rho(\mathbf p; \mathbf p') = N \sum_{\mathbf p_2, \mathbf p_3,...\mathbf p_N} <br />
\rho(\mathbf p , \mathbf p_2, \mathbf p_3, ... , \mathbf p_N; \mathbf p' , \mathbf p_2, \mathbf p_3 ,... \mathbf p_N)
which is just tracing out N-1 particles (does not matter which particle I keep fixed since the state are antisymmetric).
When calculating \hat \rho_T the nominator is not a problem. It will easily be calculated to \delta_{\mathbf p, \mathbf p'} e^{-p^2/2mkT}.
For the denominator, however, I run into problems. This is what I have done.
\textrm{Tr} e^{-H_0/kT} = \sum_{\mathbf p_1, \mathbf p_2, ... \mathbf p_N} \left< \mathbf p_1 \wedge ... \mathbf p_N\right| e^{-\sum_{i=1}^N p_i^2/2mkT} \left| \mathbf p_1 \wedge \mathbf p_2 ... \mathbf p_N \right> = <br />
N! \sum_{|\mathbf p_1|< |\mathbf p_2| < ... |\mathbf p_N| } e^{-\sum_i p_i^2/2mkT} \left< \mathbf p_1 \wedge ... \mathbf p_N \right| \left. \mathbf p_1 \wedge ... \mathbf p_N \right> .
Now I can use that the inner product between the states is zero and further transform the sums into integrals:
\textrm{Tr} \hat e^{-\hat H_0/kT} = N! \left(\frac{4\piV}{(2\pi \hbar)^3} \right)^N \int_0^\infty p_1^2 dp_1 \int_{p_1}^\infty p_2^2 dp_2 ... \int_{p_{N-1}}^\infty p^2_N dp_N e^{-\sum_i p_i^2/2mkT} = \left(\frac{4\pi V}{(2\pi \hbar)^3} \right)^N \left( \int_0^\infty p^2 dp e^{-p^2/2mkT} \right)^N<br />.
Here I have used that \lim_{V\rightarrow \infty} \frac{1}{V} \sum_{\mathbf p} = <br />
\int \frac{d \mathbf p}{(2\pi\hbar)^2} and then integrated out all the angular dependence to give the factor 4 \pi. Further on I have extended all the lower integration limits to zero and divided by N! to account for the extra contribution. This integral can now be solved to get
\textrm{Tr} \hat e^{-\hat H_0/kT} = \left(\frac{4\pi V}{(2 \pi \hbar)^3} \right)^N \left( \frac{\pi^{1/2} (2mkT)^{3/2} }{4}\right)^N.
This, however, does not look anything like the required result. Can someone please help and point out where I make a mistake?