Suppose \(\funcdef{f}{A}{B} \) is a function. By definition, \(f \) associates an element of \(B \) to each element of \(A \text{.}\) Sometimes we want to reverse this process: given an element \(b \in B \text{,}\) can we determine an element \(a \in A \) such that \(f(a) = b \text{?}\) Weβll begin to answer this question by first finding all possible βreverse resultsβ from elements in subsets of \(B \text{.}\)
inverse image (of a subset \(C \) of the codomain \(B \))
the set of all domain elements \(a \in A \) for function \(\funcdef{f}{A}{B} \) for which the corresponding output element \(f(a) \) lies in the subset \(C \) of the codomain
because \(\sin(m \pi / 2) \) will equal \(0 \) when \(m \) is even and will equal \(1 \) or \(-1 \) when \(m \) is odd, and no other input values will produce outputs of \(0 \text{,}\)\(1 \text{,}\) or \(-1 \text{.}\)
Now letβs return to the question of trying to reverse an input-output relationship \(f(a) = b \text{:}\) the set \(\inv{f}\bbrac{\{b\}} \) collects together all possible candidates for the inverse image of \(b \text{.}\)
inverse image (of an element \(b \) of the codomain \(B \))
There are two possible ways that this will fail to give us a function.
Suppose there is an element \(b \in B \) such that the set \(\funcinvimg{f}{b} \) contains (at least) two distinct elements \(a_1,a_2 \text{.}\) Then in general there is no way to choose between \(\funcinvimg{f}{b} = a_1 \) and \(\funcinvimg{f}{b} = a_2 \text{.}\) Therefore, if \(f \) is not injective, the function \(\funcdef{\inv{f}}{B}{A} \) is not well-defined.
Suppose there is an element \(b \in B \) such that \(\funcinvimg{f}{b} = \emptyset \text{.}\) Then there is no element of \(A \) which we can assign to \(\funcinvimg{f}{b} \text{.}\) Therefore, if \(f \) is not surjective, the function \(\funcdef{\inv{f}}{B}{A} \) is undefined on some elements of \(B \text{.}\)
for a bijective function \(f \text{,}\) the inverse function associates to each codomain element of \(f \) the corresponding unique domain element that produces it through \(f \)
the inverse function \(\funcdef{\inv{f}}{B}{A} \) for bijective function \(\funcdef{f}{A}{B} \text{,}\) so that for \(b \in B \) we have \(\funcinvimg{f}(b) \) defined to be the unique element \(a \in A \) such that \(f(a) = b \)
the inverse function \(\funcdef{\inv{\varphi}}{B}{\Sigma} \) associates to each number \(1 \le b \le 26 \) the corresponding letter at that position of the alphabet. For example, \(\inv{\varphi}(11) = \mathrm{k} \text{.}\)
The function \(\funcdef{g}{\R}{\R} \text{,}\)\(g(x) = x^2 \text{,}\) does not have an inverse since it is not bijective. However, the function \(\funcdef{h}{\nnegset{\R}}{\nnegset{\R}} \text{,}\)\(h(x) = x^2 \text{,}\) so that \(h = \funcres{g}{\nnegset{\R}} \) but with codomain also restricted down to the image of \(g \text{,}\) has inverse \(\inv{h}(x) = \sqrt{x} \text{.}\)