Sets with the same cardinality generates isomorphic free modules.

abstract-algebrafree-modulesmodules

Let $R$ be a ring with 1.
Prove: If $A$ and $B$ have the same cardinality, then the free module generated by $A$ and $B$ are isomorphic, $F(A) \cong F(B)$.

Here is what I have done:

$|A| = |B| \implies \exists \text{ bijection }\phi:A\rightarrow B$
Then make a new function $\Phi : A \rightarrow F(B)$ such that $\phi (a) = \Phi (a)\ \forall a \in A$

By the universal property, there is an R-module homomorphism $\psi:F(A) \rightarrow F(B)$ such that $\psi(a) = \Phi(a) \forall a \in A$

Surjectivity:
$\forall b \in F(B), b = \sum^n_{i=1}r_ib_i,\ r_i \in R,\ b_i \in B, \ i = 1,…, n $
Then $b = \sum^n_{i=1}r_i\phi(a_i) = \sum^n_{i=1}r_i\psi(a_i) = \psi(\sum^n_{i=1}r_ia_i)$

I am stuck on the proof for injectivity. I don't see why $ker(\psi)$ has to be trivial. Please help.

Best Answer

One way to complete what you are doing is to also consider the map going the other way.

Let $\phi\colon A\to B$ be the bijection. Then $\phi$ induces a module morphism $\Phi\colon F(A)\to F(B)$. Similarly, $\phi^{-1}$ induces a module morphism $\Psi\colon F(B)\to F(A)$.

Now consider the map $A\to F(A)$ given by $\phi^{-1}\circ\phi =\mathrm{id}$. This should induce the unique map $\mathrm{id}\colon F(A)\to F(A)$. But it also induces the map $\Psi\circ\Phi$. By the uniqueness clause of the universal property, you get that $\Psi\circ\Phi = \mathrm{id}_{F(A)}$.

Symmetrically, by considering the corresponding map $B\to F(B)$ that factors as $F(B)\to F(A)\to F(B)$ via $\Phi\circ\Psi$, you get that $\Phi\circ\Psi = \mathrm{id}_{F(B)}$. This proves that both $\Phi$ and $\Psi$ are isomorphisms, and inverses of each other.

Related Question