Show that for a random sample of size $n$ from the distribution $f(x)=e^{-(x-\theta)} , x>\theta$ , $2n[X_{(1)}-\theta] \sim \chi^2_{2}$ distribution and $2\sum_{i=2}^{n}[X_{(i)}-X_{(1)}]$ also has the $\chi^2_{2n-2}$ distribution and is independent of the first statistic. Here, $X_{(i)}$ is defined as the $i$ th order statistic.
My approach:
I did the following series of transformations: $(X_1,X_2,..,X_n) \rightarrow (Y_1,Y_2,...,Y_n) \rightarrow (Y_{(1)},Y_{(2)},...,Y_{(n)}) \rightarrow (U_1,U_2,...U_n)$
where $Y_i=X_i-\theta$ , $U_1=2nY_{(1)}$ and $U_{i}=2(Y_{(i)}-Y_{(1)}) \ \text{for i =2,3,...n}$
SO, first the joint pdf of $X_1,X_2,...X_n$ is given by
$f(x_1,x_2,...x_n)=e^{-\sum_{i=1}^{n}(x_i-\theta)} I_{x_i > \theta}$
Again, you can see $f(y_1,y_2,..,y_n)=e^{-\sum y_i} I_{y_i>0}$ Now, the joint pdf of order statistics $f_{1,2,...n}(y_1,..y_n)=n!e^{-\sum y_i} I_{y_1<y_2<...<y_n}$ Now transforming to $U$, the jacobian of transformation comes to be $\frac{1}{n2^n}$ Thus, $f(u_1,u_2,..u_n)=\frac{(n-1)!}{2^n}e^{\frac{-\sum u_i}{2}}$ From here I can deduce $u_1 \sim \chi^2_{2}$ But I cannot deduce anything from the remaining. Help!