Terminology/Definition: The set $$ \Gamma(A):=\{(x,Ax):x\in\text{Dom}A\}\subseteq X\times Y $$ is called the graph of $A$. We define the norm in $X\times Y$ by $||(x,y)||:=||x||_X+||y||_Y$. We say that $A$ is a closed graph operator if $\Gamma(A)$ is a closed set in $X\times Y$. This means that whenever $x_n\in\text{Dom}A$, $x_n$ converges to $x$ and $Ax_n$ converges to $y$, then $x\in\text{Dom}A$ and $y=Ax$.
Currently I'm self studying functional analysis, namely closed graph operators. In the text, the other gives the following comment:
Let $A\colon X\to Y$ be a bounded operator between Banach spaces. It is clear that $A$ is a closed graph operator.
To be straightforward: it is not clear to me. Therefore, I worked it out, but I'm unsure if all my arguments are correctly justified. Here is my attempt:
Proof of comment. Let $x_n\in\text{Dom}A=X$ with $x_n\to x$ in $X$. Since $X$ is closed, $x\in X=\text{Dom}A$. Consider now the sequence $Ax_n$. Since $A$ is linear together with the continuity of the norm and the operator $A$, $$ \lim||Ax_n-Ax||= \lim||A(x_n-x)||= ||\lim A(x_n-x)||= ||A(\lim(x_n-x))||= ||A(0)||= ||0||= 0. $$ Therefore we have that $Ax_n\to Ax$.