f2 = {(1, b), (2, a), (3, c), (4, d)} $\Rightarrow\ \text{f}_2^{-1}=\{(\text{b},1), (\text{a},2), (\text{c},3),(\text{d},4)\}$
f3 = {(1, a), (2, b), (4, c), (3, d)} $\Rightarrow\ \text{f}_3^{-1}=\{(\text{a},1), (\text{b},2), (\text{c},4),(\text{d},3)\}$
f4 = {(1, b), (2, a), (4, c), (3, d)} $\Rightarrow\ \text{f}_3^{-1}=\{(\text{b},1), (\text{a},2), (\text{c},4),(\text{d},3)\}$
Clearly, all these are bijections because they are one-one and onto.


