Prove that is $A$ is a subspace of $X$, the inclusion function $j: A \to X$ is continuous
There is a proof of this in Munkres : Topology a First Course that I don't understand.
Munkres' Proof
If $U$ is open in $X$, then $j^{-1}(U) = A \cap U$, which is open in $A$ by definition of the subspace topology.
What I can't understand is why $j^{-1}(U) = A \cap U$. I understand that the subspace topology $\mathcal{T}_A = \{ A \cap U \ | \ U \in \mathcal{T}_X\}$, where $\mathcal{T}_X$ is the topology on $X$.
Is it simply because $j$ maps $A$ into $X$, that the inverse is defined as $j^{-1}(U) = \{x \in A \ | \ j(x) \in U\}$ and since both $A \subset X$ and $U \subset X$, we can define $j^{-1}(U) = A \cap U$?