This question is exercise 13.2 from Matsumura, Commutative Ring Theory.
Let $R = R_0 + R_1 + \cdots$ be a graded ring, $I$ an ideal of $R$ and $t$ an indeterminate over $R$. Set $R' = R[t, t^{-1}]$ and consider $R'$ as a graded ring where $t$ has degree $0$. Then an ideal $I$ of $R$ is homogeneous if and only if $T_t(IR') = IR'$ (where $T_t$ is defined as here).
This is what I tried so far,
Write $ R' = R_0[t,t^{-1}] + R_1[t,t^{-1}] + \cdots$.
If $I$ is homogeneous then let $f = f_0+f_1+\cdots + f_m \in I \Rightarrow \text{ all } \ f_i \in \ I $. Let $ r' = r_0'+ r_1'+\cdots + r_n' $ where $ r_i \in R_i[t,t^{-1}]$ where not all $f_i $ are $0$.
Now $T_t(fr') = (f)(r_0'+ r_1't+\cdots + r_n't^n) = (f_0+f_1+\cdots + f_m )(r_0'+ r_1't+\cdots + r_n't^n) $.
As all $f_i \in I$ clearly $T_t(fr') \in IR'$, so $T_t(fr') \subset IR'$. We can check injectivity by expanding the right side of above equation, if it zero then all coefficients of powers of $t$ are zero, hence $r' = 0$.
And inverse can be defined by $T_{t^{-1}}$. Hence $T_t(IR') = IR'$.
Am I correct till here?
How to start the converse, please give me some hints.