Consider any two random variable $X$ and $Y$. Is it correct to say that $\sigma$-field $\sigma(X,Y)$ and $\sigma (X+Y,X-Y)$ are equal?
In my logic this is correct, because,
$$ \sigma(X+Y,X-Y) = \sigma\{\omega:(X+Y, X-Y)(\omega)\in H\} $$ Where $H\in \mathbb{R}^2$
Now $$ \sigma\{\omega:(X+Y, X-Y)(\omega)\in H\} = \sigma\{(X(\omega),Y(\omega))\left[\begin{matrix} 1 & 1\\ 1 & -1\\ \end{matrix}\right] \in H\} \\ = \sigma\{\omega:(X(\omega), Y(\omega))\in H'\} = \sigma(X,Y) $$ Where $H'\in \mathbb{R}^2$, $H'$ is nothing but orthogonal transformation of $H$. Hence the proof.
Is my logic correct? If not what should I do?
Here is a more general result.
If $X : \Omega \rightarrow (E ,\mathcal E)$ and $Y : \Omega \rightarrow (F ,\mathcal F)$ are random variables such that $Y = f(X)$, where $f : (E ,\mathcal E) \rightarrow (F ,\mathcal F)$ is a measurable function. Then $\sigma(Y) \subset \sigma(X)$.
Now if you take $(X,Y)$ and $(X+Y,X-Y)$ respectively instead of the $X$ and the $Y$ in the result above, you have
$$ (X+Y,X-Y) = f(X,Y) $$
where $f : (x,y) \in \mathbb R^2 \mapsto (x+y,x-y)$ is continuous and thus measurable so $$ \sigma(X+Y,X-Y) \subset \sigma(X,Y). $$ You also have $(X,Y) = g(X+Y,X-Y)$ with $g : (a,b) \in \mathbb R^2 \mapsto (\frac{a+b}{2},\frac{a-b}{2})$ so $$ \sigma(X,Y) \subset \sigma(X+Y,X-Y) $$ which gives you $$ \sigma(X,Y) =\sigma(X+Y,X-Y). $$