- #1
Scienticious
- 10
- 0
Homework Statement
Suppose that f is an injection. Show that f-1(f(x)) = x for all x in D(f).
Homework Equations
The Attempt at a Solution
Let z be in f-1(f(x)).
Then f(z) is in f(x) by definition of inverse functions.
Since f is injective, z = x for some x in D(f).
Thus z is a subset of x, and therefore
f-1(f(x)) is a subset of x.
Since f(x) = R(f) by definition, we have that f-1(f(x)) = f-1(R(f)).
But the range of a function is equivalent to the domain of its inverse, thus f-1(R(f)) = f-1(D(f-1)).
The range of a function's inverse is the domain of the function.
Thus f-1(D(f-1)) = D(f).
Since x is in D(f), we have that x is in f-1(x(x)).
Therefore x is a subset of f-1(f(x)).
I fairly confident that the logic of my proof works out but there are a few stylistic errors. If you guys could check over this proof I'd appreciate it :3