[guided]Now we prove that no matrix is missing from the correspondence. Start with an arbitrary matrix $A=(a_{ij}) \in R^{m \times n}$. We define a candidate homomorphism by the usual matrix-vector formula:
\begin{align*}
T_A: R^n &\to R^m
\end{align*}
\begin{align*}
(x_1,\dots,x_n) &\mapsto \left(\sum_{j=1}^{n} a_{1j}x_j,\dots,\sum_{j=1}^{n} a_{mj}x_j\right).
\end{align*}
Equivalently, if $x=\sum_{j=1}^{n}x_j e_j$, then
\begin{align*}
T_A(x)=\sum_{i=1}^{m}\left(\sum_{j=1}^{n} a_{ij}x_j\right)f_i.
\end{align*}
We must check that this formula defines an $R$-module homomorphism. Let $x=(x_1,\dots,x_n)$ and $y=(y_1,\dots,y_n)$ be elements of $R^n$. For a fixed coordinate index $i \in \{1,\dots,m\}$, the $i$-th coordinate of $T_A(x+y)$ is
\begin{align*}
\sum_{j=1}^{n} a_{ij}(x_j+y_j).
\end{align*}
By distributivity in the ring $R$,
\begin{align*}
\sum_{j=1}^{n} a_{ij}(x_j+y_j)=\sum_{j=1}^{n} a_{ij}x_j+\sum_{j=1}^{n} a_{ij}y_j.
\end{align*}
This is exactly the $i$-th coordinate of $T_A(x)+T_A(y)$. Since the equality holds for every coordinate $i$, we have
\begin{align*}
T_A(x+y)=T_A(x)+T_A(y).
\end{align*}
Next let $r \in R$. For a fixed coordinate index $i \in \{1,\dots,m\}$, the $i$-th coordinate of $T_A(rx)$ is
\begin{align*}
\sum_{j=1}^{n} a_{ij}(rx_j).
\end{align*}
Because $R$ is commutative, we may reassociate and commute the scalar $r$ past $a_{ij}$:
\begin{align*}
a_{ij}(rx_j)=r(a_{ij}x_j).
\end{align*}
Therefore
\begin{align*}
\sum_{j=1}^{n} a_{ij}(rx_j)=r\sum_{j=1}^{n} a_{ij}x_j.
\end{align*}
This is the $i$-th coordinate of $rT_A(x)$, so
\begin{align*}
T_A(rx)=rT_A(x).
\end{align*}
Thus $T_A$ is an $R$-module homomorphism.
Finally, evaluate $T_A$ on the standard basis vector $e_j$. Its coordinates are $1_R$ in the $j$-th position and $0_R$ in all other positions, so all terms in the defining sum vanish except the $j$-th one. Hence
\begin{align*}
T_A(e_j)=\sum_{i=1}^{m} a_{ij}f_i.
\end{align*}
This says precisely that the standard matrix of $T_A$ is $A$. Since $A$ was arbitrary, every matrix occurs as the standard matrix of some homomorphism, and $\Theta$ is surjective.[/guided]