This is question 5 is from Staudte and Sheather (1990), Robust estimation and testing.
Let $X_1,\ldots , X_n$ be i.i.d with $$ F_\theta = F(\frac{x}{\theta}),\quad x>0;\theta>0.$$ Assume that $T_n = T_n(X_1,\ldots ,X_n)$ is scale equivariant. Show that $$\mathbb{E}[T_n] = \theta \mathbb{E}_1[T_n]$$.
Using $\int_a^b f(u) du = \sum_{k=a}^b$ and $X\rightarrow \theta X$, my attempt at the question is as follows. \begin{aligned} \mathbb{E}[T_n] &= \int T_n dF(X_n) \\ &= \sum_x T_n P(X) &= \frac{1}{n}[\theta X_1 +,\ldots ,+ \theta X_n] \\ &= \theta\frac{1}{n}[ X_1 +,\ldots ,+ X_n] \\ &= \theta \sum_x T_n P(X) \\ &=\theta \int T_n dF(X_n) \\ &= \theta \mathbb{E}[T_n] \end{aligned}
Is my working out correct? If not, where and why was I wrong?
I should also point out that this is not an assignment question. I need to study this book to gain some background knowledge in robust statistics.