Question:
Let $A$ and $B$ be arbitrary sets, with $\alpha:A\rightarrow B$ an injection. Show how to define $\beta:B\rightarrow A$ such that $\alpha \beta$ is the identity function on $A$.
Solution:
For $a\in A$ define $(a\alpha)\beta=a$. For $b\in B$, $b\neq a\alpha$ for any $a$, define $b \beta=a_{1}\in A$.
Source: Groups: A Path To Geometry by R. P. Burn. Chapter: 1 Question: 24
The injection has the property $x\alpha=y\alpha \Rightarrow x=y$.
My problem lies in understanding this statement "For $b\in B$, $b\neq a\alpha$ for any $a$, define $b \beta=a_{1}\in A$".
Does "$b\neq a\alpha$ for any $a$" mean that no image of any $a\in A$ can be equal to itself? Why must this be true?
For all the elements of $B$ which are not images of the elements in $A$ we assign a particular element $a_{1}\in A$ which serves as a kind of 'dummy image'. Doesn't this also mean that $\beta$ is surjective, as for any $a\in A$ there is a $b\in B$ such that $b\beta=a$?
The solution the book I am studying from provided mislead me in its meaning. Many thanks for such a clear explanation, Brian. cont...
– shredalert Jan 13 '17 at 20:58