I am not fluent in MathJax nor math lingo, so please bear with me. As I understand, for these declarations (consider these sets as ordered):
$L=\{a, b, c\}, l \in L$
$N=\{1, 2, 3\}, n \in N$
the following mapping is considered bijective, as it's both injective and surjective (what is enough, I uderstand):
$l_i \mapsto n_i \iff n_i \mapsto l_i$.
But how about this mapping?
$l_1 \mapsto n_2, l_2 \mapsto n_3, l_3 \mapsto n_1$ and $n_1 \mapsto l_1, n_2 \mapsto l_2, n_3 \mapsto l_3$.
It is injective, it is surjective (unless I am wrong, that is), but mapping from L to N and then from N to L won't give me the same element of L.
So: 1) is injective and surjective requirement sufficient to say, that mapping is bijective? 2) is the second mapping bijective? If not, is there a name for it (other than injective and surjective simultaneously). 3) If answer to first question is "no", then what is/are other requirement(s)?
Thank you for your insights! :-)