- #1
member 587159
Homework Statement
Proof that: f has an inverse ##\iff## f is a bijection
Homework Equations
/definitions[/B]A) ##f: X \rightarrow Y##
If there is a function ##g: Y \rightarrow X## for which ##f \circ g = f(g(x)) = i_Y## and ##g \circ f = g(f(x)) = i_X##, then ##g## is the inverse function of ##f##.
B) A function ##f## is a bijection if
##\forall y \in Y, \exists! x \in X: y = f(x)##
or ##f## is surjective and injective
or there is a function ##g: Y \rightarrow X## for which ##f \circ g = f(g(x)) = i_Y## and ##g \circ f = g(f(x)) = i_X##
The Attempt at a Solution
##\Rightarrow##
##f##
##f: X \rightarrow Y## has an inverse, thus ##f \circ g = f(g(x)) = i_Y## and ##g \circ f = g(f(x)) = i_X##. We must show that f is bijective, so we will show it is both injective and surjective.
1) Take ##x_1,x_2 \in X##
##f(x_1) = f(x_2)##
##\Rightarrow g(f(x_1)) = g(f(x_2))##
##\Rightarrow i_X(x_1) = i_X(x_2)##
##\Rightarrow x_1 = x_2##
Thus, f is injective.
2) Take ##y \in Y##
Then, ##y = i_Y(y) = f(g(y))##.
Since g is a function ##Y \rightarrow X##, we have ##\forall y \in Y, \exists g(y) \in X: y = f(g(y))## thus f is surjective.
##\Leftarrow##
##f## is a bijection, thus we have that there is a function ##g: Y \rightarrow X## for which ##f \circ g = f(g(x)) = i_Y## and ##g \circ f = g(f(x)) = i_X##. And this is exactly the definition of the inverse function.
So, QED. Or not? Now comes the actual question. Is the definition my textbook provides for bijection wrong? I think this, because what I actually have to proof, is in the definition. I do understand that it is a useful criterium to see whether a function is a bijection, but should it be in the very definition of bijection? Thank you.