I realize this question has been answered multiple times (here for example), but I still can't figure out this problem even after looking at every solution given.
The problem statement is: Prove that If $R$ is a commutative Noetherian ring with unity and $S \subset R$ is a multiplicative set, then so is $S^{-1}R$.
The following I did on my own: Let $(J_k)_{k=1}^{\infty} \subset S^{-1}R$ be an increasing sequence of ideals in $S^{-1}R$. Then for every $k$, $J_k = S^{-1}I_k$ for $I_k \subset R$ an ideal. Letting $f: R \longrightarrow S^{-1}R$ be the canonical homomorphism $x \mapsto \frac{xs}{s}$, the pullbacks clearly give you a sequence of increasing ideals $(f^{-1}(S^{-1}I_k))_{k=1}^{\infty} \subset R$ which eventually stabilize since $R$ is Noetherian.
Hence there's some $t$ such that $f^{-1}(S^{-1}I_k) = f^{-1}(S^{-1}I_t)$ for all $k \geq t$.
Every answer I've looked at also happens to stop here and states the rest of the argument follows immediately. I don't see how it does however, since I don't see how this sequence of ideals stabilizing implies the sequence $(S^{-1}I_k)$ stabilizes. $f$ isn't onto its image (if for example $x/s \in S^{-1}I_k$ for $s \notin R^{\times}$, then there is no $y \in I_k$ with $\frac{ys}{s} = \frac{x}{s}$, since we can't choose $y = xs^{-1}$), so $f(f^{-1}(S^{-1}I_k)) \subset S^{-1}I_k$ so the image may not even be an ideal, and even if it was, we don't know that it equals $S^{-1}I_k$, so at best we've proven there exists a sequence of ideals $(f(f^{-1}(S^{-1}I_k))) \subset S^{-1}I_k$ that eventually stabilize, which isn't sufficient.
What am I missing here?