Can we find the inverse of a function which is not one-to-one? (part one)
Asking what the inverse of a function is, is the same as asking what is the function that will undo this function?
What is the inverse of the function ? That is asking the question, if I put a number into this function (call that number a), it will give me another number (call it b). What is the function which, whatever number I put in, when applied to the number that comes out from the first function will be the original number. That is to say:
If f(a)=b. Then what is the function g for which g(b)=a. That would give you g(f(a))=a. g Is then the inverse of f and we can write . g(x) is the thing that undoes f. Put simply, composing the inverse of a function, with the function will, on the appropriate domain, return the identity (ie. not do anything to the number you put in).…