Is it correct to say that if we have a radio signal $s(t)$ centered around the angular frequency of $\omega$ as $\omega\pm\omega_B/2$ (where $\omega_B$ is the bandwidth of the signal) and the corresponding analytic signal is $s_a(t)=s(t)+j \hat{s}(t)$ (where $\hat{s}(t)$ is the Hilbert transform of $s(t)$) then $I$ and $Q$ as received from an SDR receiver (RTL-SDR) can be represented as
$I=Re(s_a(t) e^{-j \omega t})$
$Q=Im(s_a(t) e^{-j \omega t})$
In other words is it correct that $I$ and $Q$ are the real and imaginary parts of the analytic signal shifted to baseband?
I'm trying to derive the above from the assumption that the $I$ component is a low-pass filtered version of $s(t) \cos\omega t$ and the $Q$ component is a low-pass filtered version of $s(t) \sin\omega t$.
Considering that
$s(t) \cos\omega t = (s_a(t)-j\hat{s}(t))\times {1\over{2}}(e^{-j\omega t}+e^{j\omega t})$
$s(t) \sin\omega t = (s_a(t)-j\hat{s}(t))\times {1\over{2}}j(e^{-j\omega t}-e^{j\omega t})$
and then expanding these and discarding high frequency components (both negative and positive) I arrived at the following
$I={1\over{2}}(s_a(t) e^{-j\omega t} - j\hat{s}(t)e^{j\omega t})$
$Q={1\over{2}}j(s_a(t)e^{-j\omega t} + j\hat{s}(t)e^{j\omega t})$
And I expected that $I+jQ$ should give me the shifted analytic signal $s_a(t)e^{-j\omega t}$ but when I substituted $I$ and $Q$ from above into $I+jQ$ I ended up with $-j\hat{s}(t)e^{j\omega t}$ which is the negative frequency replica of the signal shifted to baseband, which would be a mirrored version of $s_a(t) e^{-j \omega t}$ (i.e. of what I expected).
Is my initial statement about the relation between $I$ and $Q$ and the analytic signal correct and there's just a mistake in my math or am I making a wrong assumption somewhere along the way?