If the pdf of a random sample is $f(x)=e^{-(x-θ)}$ where $x \geq θ$, Show that $T=X_{(1)}$ is a sufficient statistic for $θ$.
Can one show that $T$ is a sufficient statistic for $θ$ in the following manner?
Step 1: Find the pdf of $T$ $$f_{x_{(1)}}(x_{(1)})=ne^{-n(x_{(1)}-θ)} \quad x_{(1)} \geq θ$$
Step 2: Find the joint density of the random variables $$f_θ(x_1,\ldots,x_ n)=e^{-\sum_{i=1}^{n} (x_i-θ)} \quad x_i \geq θ $$
Step 3: Factor the joint density where we can extract the statistic in question $$f_θ(x_1,\ldots,x_n)=e^{-(x_{(1)}-nθ)}\cdot e^{-\sum_{i=2}^n x_{(i)}}$$
Step 4: Manipulate the above expression so that one factor is the pdf of the sufficient statistic and the other a factor not depending on $θ$
$$f_θ(x_1,\ldots,x_n)=ne^{-n(x_{(1)}-θ)} \cdot \frac{1}{n} e^{-\sum_{i=2}^{n} (x_{(i)}-x_{(1)})}$$
Step 5: By the Neyman-Fisher factorization criterion $X_{(1)}$ is sufficient for $θ$.
The above solution was given in my class. However, I'm not so sure it constitutes a proper proof/explanation as it does not make use of the indicator function in the joint pdf. Does the fact that we can manipulate the joint pdf into a product containing the pdf of the sufficient statistic somehow circumvents the need to use the indicator function?