Right Inverse of a Function Explained

  • Context: Undergrad 
  • Thread starter Thread starter jgens
  • Start date Start date
  • Tags Tags
    Function Inverse
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
jgens
Gold Member
Messages
1,575
Reaction score
50
Could someone please explain what is implied if a function has a right inverse? Thanks.
 
Mathematics news on Phys.org
Let f be a function.

If r is the right inverse of f, then for all x, f(r(x)) = x. That is, the composition of f and r, f * r, is the identity function.

If l is a left inverse of f, then for all x, l(f(x)) = x. Again, this means l * f is the identity function.

If a function g is both a left and a right inverse, it is called a full inverse (or just simple, THE inverse). The full inverse of of f is usually designated f-1.

Some examples:

The squaring function, f(x) = x^2, is not one-to-one, and so it has no full inverse. However, it does have a partial inverse (a left inverse) which is the square root function. We know this because sqrt(x^2) = x. We can show it is not a full inverse by demonstrating that for some x, (sqrt(x))^2 /= x, and we can let x be any negative number. (Note in the complex numbers, sqrt is in fact a full inverse).
 
NoMoreExams: Thanks, I had not read that article. That clears a lot of things up.

Tac-Tics: Thanks for the example.