It is known that Wiener increments are stationary and normally distributed:
$$ W_{s}-W_{t} \sim N(0,s-t) $$
Is the difference between a Wiener process and its integral also normally distributed? Namely, is
$$ W_{s}-\int_{0}^{s}W_{t}dt $$
normally distributed ($t<s$)? If so, how do I show it? And what are its statistical properties(mean, variance)?
Edit: Here is my attempt
Based on this post, it seems that if
$$ X_{s}=\int_{0}^{s}W_tdt $$
then $X_{s} \sim N(0,\frac{s^{3}}{3})$. Since the sum of two independent random variables is simply the sum of their means and variances, I have that
$$ W_s - X_s \sim N\left(0,s+\frac{s^{3}}{3}\right). $$
Is this correct? I'm assuming $W_s$ and $X_s$ are independent.