Good day everyone. Here goes my question:
Let's take as example the function $f(x) = 2x$ defined over naturals. The function is injective and has an inverse $f^{-1}(y) = \frac{y}{2}$ which is only defined for even numbers, that is, the image of $f$ is a subset of $Y$ and the inverse only works for the elements of this subset.
What is the name of such inverse function? Partial inverse function?
Thanks a lot
Esteve
I'm not aware of any name for this function. You could simply say that the image of $f$ is a (proper) subset of the domain of $f$. It's certainly not a partial function: a partial function is a relation between two sets $A$ and $B$ such that each member of $A$ is associated to at most one element of $B$; this is in contrast to the definition of a function, where each member of $A$ is associated to exactly one element of $B$. For instance, $f:\mathbb R\to\mathbb R,f(x)=\sqrt{x}$ is a partial function, as $\sqrt{x}$ is only defined when $x\ge0$.