Let $\Bbb Y = (Y_1, \cdots, Y_n)' \sim N_n(\Bbb \theta J_n, \sigma^2I_n)$ be a random vector and $S^2=\frac{1}{n-1}\sum\limits_{i=1}^n(Y_i-\bar Y)^2$. Prove, that $\frac{n-1}{\sigma^2}S^2 \sim \chi^2_{n-1}$.
So I could start with writing that $({n-1})S^2=\sum\limits_{i=1}^n(Y_i-\bar Y)^2=\sum\limits_{i=1}^nY_i^2-n\bar Y^2=Y'Y-\frac{1}{n}Y'J_nJ_n'Y=Y'HY$ where $H$ is a symetric idempotent matrix, so it gives me $(HY)'HY$ and I would be much happier if $HY \sim N(0,I_n)$. If $H$ was orthogonal I could then write that $HY \sim N(H\theta J_n, \sigma^2I_n)$ and dividing it by $\sigma^2$ would almost give me a desired distribution.
The other idea is to somehow standarize my random variable $Y_i \sim N(\theta_i,\sigma^2)$, but I don't really know how it is distributed if I subtract the sample mean instead of $\mu$.