Let’s start with (a): \((\mathbb{R},+) \overset{p}{\longrightarrow} (\mathbb{R},+)\) given by \(p(x) = x + 1\text{.}\)
While it seems like "subtract one" would be a reasonable inverse, this is not an isomorphism because it fails to respect the combining-rule \(p(a+b)=p(a)+p(b)\text{.}\) Consider the case where \(a = 1\) and \(b = 2\text{.}\) We have \(p(a)=2\) and \(p(b)=3\) so \(p(a)+p(b)=5\text{.}\) However, this is not the same as \(p(a+b)\text{,}\) which evaluates to \(p(1+2) = p(3) = 4\) instead.
The map in (b) and the map in (c) are both closely related because they share a common definition of \(sq(x) = x^2\text{,}\) but differ in the domain and codomain.
Again there’s an obvious inverse function of "square root", but the domains and codomains are what concern me. Notable about (b) is that it fails to map "onto" the entire codomain, because the \(sq\) map never produces any negative numbers as an output. The map in (c) resolves this by limiting the codomain to non-negative values, but it still fails to "one-to-one" because both 1 and -1 produce an output of 1.
The map in (d) and (e) likewise have similar definitions.
The map defined by the given expression \(m x = -x\) acts as its own inverse: \((m \circ m) (x) = m(m(x)) = m(-x) = -(-x) = x\text{.}\) Where (d) and (e) differ is in the "combining-rule". If we have \(\set{a,b} \in \mathbb{R}\text{,}\) then a little algebra can show that \(m(a+b) = -(a+b) = (-a)+(-b) = m(a)+m(b)\text{.}\) This means that both the identity rules and the combining-rules are satisfied for (d), making it the only genuine isomorphism in the list. The map in (e) fails to uphold the combining rule because \(m(a \times b) \neq m(a) \times m(b)\text{.}\) In the case where \(a = 1\) and \(b = -1\text{,}\) we have \(m(a \times b) = -(1 \times (-1)) = -(-1) = 1\) but \(m(a) \times m(b) = -1 \times 1 = -1\text{.}\)
Finally we have the map (f), which isn’t even a map with the specified domain and codomain because the cube of a negative number is still negative. Had the map been defined with the correct codomain, \((\mathbb{R},\times) \overset{c}{\longrightarrow} (\mathbb{R},\times)\text{,}\) then we’d potentially be able to define an inverse map by using the "cube root" function.