Let $X_i \sim N(\xi, \sigma^2)$ and $Y_i \sim N(\eta, \tau^2)$ for known $\sigma^2$ and $\tau^2$.
I know that $\bar{X}$ and $\bar{Y}$ are minimax under squared error loss since their variance is fixed, and a sequence of Bayes estimators can be constructed such that their Bayes risk converge to the maximum risk of $\bar{X}$ and $\bar{Y}$.
I am wondering how I can show $\delta(X,Y) =\bar{Y}-\bar{X}$ is also minimax for $\eta-\xi$?
Essentially I need to show that for any $T(X,Y)$, we have
$$\sup_{\xi,\eta} E(T(X,Y)-(\eta-\xi))^2 \leq \sup_{\eta,\xi} E((\bar{Y}-\bar{X})-(\eta-\xi))^2 = \frac{\sigma^2+\tau^2}{n}$$
The only thing I can think of doing is constructing another sequence of priors whose Bayes risks converge to the RHS. However, this seems kind of tedious now that we're in 2 dimensions. I feel like there's a "trick" here that I should be using?