In general, my question is whether the operator norm of a (bounded) Laurent operator is equal to the operator norm of its corresponding Toeplitz operator. That is, the Toeplitz operator is obtained by truncating the Laurent operator to its bottom-right corner.
Motivation and more details: I have a mapping given by a state-space model: \begin{align} x_{t+1}&= Ax_t + Bu_t\\ y_t &= Cx_t. \end{align} where $\{u_t\}$ is the input sequence and $\{y_t\}$ is the output sequence. I am trying to understand whether there is a difference if we compute the operator norm when the time horizon is semi-infinite ($t\in\mathbb{N}$) or doubly infinite ($t\in\mathbb{Z}$). The matrix $A$ is assumed to be stable so that the mapping is linear and bounded.
My attempt: The mapping from inputs to outputs can be described with a doubly-infinite (block) Toeplitz operator with the Markov parameters $F_i = CA^iB$ for $i>0$. That is, \begin{align} y &= Fu, \end{align} where the $i$th diagonal of $F$ is given by $CA^iB$.
My question is now simple: are the norms of $F$ and the truncation of $F$ to the semi-infinite horizon equal? if not, are they related?