Let $\{S_n=Y_0+\cdots+Y_n\}_{n\ge 0}$ be a renewal sequence, where $\{Y_n\}_{n\ge 1}$ is a sequence of i.i.d. random variables taking on only non-negative values and assume $Y_0=0$. Let $N(t)=\sum_{n=0}^{\infty}1_{[0,t]}(S_n),$, where $1_{[0,t]}$ is the characteristic function of the interval $[0,t]$. $U(t)=\mathbb{E}[N(t)].$ Call $\mathbb{E}[Y_1]=\mu$. For $t\ge 0$, let $A(t)=t-S_{N(t)-1}$, $B(t)=S_{N(t)}-t$ be backward recurrence time and forward recurrence time, respectively.
The problem is to find $\mathbb{E}[A(t)B(t)]$. And if $E[Y_1^3]<\infty$, find $\lim_{t\to\infty}\mathbb{E}[A(t)B(t)]$.
The following is my solution: since $\mathbb{E}[Y_1^3]<\infty,$ then $\mathbb{E}[Y_1],\mathbb{E}[Y_1^2]<\infty$. Since $A(t)=t-S_{N(t)-1}$, $B(t)=S_{N(t)}-t$, then $A(t)B(t)=tS_{N(t)}-t^2+tS_{N(t)-1}-S_{N(t)-1}S_{N(t)}$, then take expectation of both sides, we get $\mathbb{E}[A(t)B(t)]=t\mathbb{E}S_{N(t)}-t^2+t\mathbb{E}[S_{N(t)-1}]-\mathbb{E}[S_{N(t)-1}S_{N(t)}].$
By Wald's theorem, we know $\mathbb{E}S_{N(t)}=\mathbb{E}[N(t)]\mathbb{E}[Y_1]=U(t)\mu.$ Similarly $\mathbb{E}[S_{N(t)-1}]=(U(t)-1)\mu,$ since $S_{N(t)-1}=S_{N(t)}-Y_{N(t)}$ and take expectation of both sides.
And $S_{N(t)-1}S_{N(t)}=S_{N(t)-1}(S_{N(t)-1}+Y_{N(t)})=S_{N(t)-1}S_{N(t)-1}+S_{N(t)-1}Y_{N(t)}$.
$S_{N(t)-1}S_{N(t)-1}=\sum_{i=1}^{N(t)-1}Y_i\sum_{j=1}^{N(t)-1}Y_j=\sum_{i=1}^{N(t)-1}Y_i\sum_{j=1,j\neq i}^{N(t)-1}Y_j+\sum_{i=1}^{N(t)-1}Y_iY_i.$
Since $S_{N(t)-1}$ and $Y_{N(t)}$ is independent, $Y_i$ and $\sum_{j=1,j\neq i}^{N(t)-1}Y_j$ are independent, then $\mathbb{E}[S_{N(t)-1}S_{N(t)}]=(U(t)-1)(U(t)-2)\mathbb{E}[Y_1]^2+(U(t)-1)\mathbb{E}[Y_1^2]$.
Then $\mathbb{E}[A(t)B(t)]=t(2U(t)-1)\mu-t^2-(U(t)-1)^2\mu^2-(U(t)-1)\mathbb{E}[Y_1^2].$
Since $\lim_{t\to\infty}\frac{U(t)}{t}=\frac{1}{\mu}$, then by calculation $\lim_{t\to\infty}\mathbb{E}[A(t)B(t)]=(1-u(t))Var(Y_1)$.
But since $A(t)B(t)\ge 0$ and $\lim_{t\to\infty}U(t)=+\infty$, we get a contradiction.
I'd like to know where is wrong and how can I solve this problem correctly.