[guided]Before proving operator-norm convergence, we must verify that $T$ is bounded — otherwise $T \notin \mathcal{L}(X, Y)$ and the statement of operator-norm convergence is meaningless.
**Uniform bound on $(T_n)$.** Every Cauchy sequence in a metric space is bounded. We verify this explicitly for completeness. Choose $N \in \mathbb{N}$ with $\|T_m - T_n\|_{\mathcal{L}(X,Y)} < 1$ for all $m, n \ge N$ (using the Cauchy condition with $\varepsilon = 1$). Then for $n \ge N$, the triangle inequality gives $\|T_n\|_{\mathcal{L}(X,Y)} \le \|T_n - T_N\|_{\mathcal{L}(X,Y)} + \|T_N\|_{\mathcal{L}(X,Y)} < 1 + \|T_N\|_{\mathcal{L}(X,Y)}$. Setting $M = \max\{\|T_1\|_{\mathcal{L}(X,Y)}, \ldots, \|T_{N-1}\|_{\mathcal{L}(X,Y)}, \|T_N\|_{\mathcal{L}(X,Y)} + 1\}$ gives $\|T_n\|_{\mathcal{L}(X,Y)} \le M$ for all $n \in \mathbb{N}$.
**$T$ is bounded.** The norm $\|\cdot\|_Y: Y \to \mathbb{R}$ is a continuous function (by the reverse triangle inequality $|\|y_1\|_Y - \|y_2\|_Y| \le \|y_1 - y_2\|_Y$). Therefore, if $T_n x \to Tx$ in $Y$, then $\|T_n x\|_Y \to \|Tx\|_Y$. For $\|x\|_X \le 1$, each term satisfies $\|T_n x\|_Y \le \|T_n\|_{\mathcal{L}(X,Y)} \le M$. Since the limit of a sequence bounded by $M$ is at most $M$, we conclude $\|Tx\|_Y \le M$. Taking the supremum: $\|T\|_{\mathcal{L}(X,Y)} = \sup_{\|x\|_X \le 1} \|Tx\|_Y \le M$.[/guided]