Show that $g$ is one-one if and only if $g$ is onto.

456 Views Asked by At

Original problem

A function $g$ from a set $X$ to itself satisfies $g^m=g^n$ for positive $m$ and $n$ with $m>n$. Here $g^n$ stands for $g\circ g\circ \dots g$(n times). Show that $g$ is one-one if and only if $g$ is onto.

My work

Let $h=g^m$ and $f=g^n$.

Therefore $h=f$ and also $h=h=f=f\circ g^{m-n}$

Therefore we have $g^{m-n}(x)=x$

Is my work correct? If yes then how to proceed further.

2

There are 2 best solutions below

0
On BEST ANSWER

As done in the question we have $g^{m-n}(x)=x=Id_X$ $$g^{m-n}(x)=(g\circ g^{m-n-1})(x)=x$$ And $$g^{m-n}(x)=(g^{m-n-1}\circ g)(x)=x$$

Therefore $g$ is invertible and hence bijective.

Since we were required to prove that $g$ is one-one if and only if $g$ is onto, i.e. $g$ is one-one $\Longleftrightarrow$ $g$ is onto.

Therefore showing that $g$ is bijective completes our proof.

4
On

$$g^m=g^n\implies g^{m-n}=Id_X$$

And now use that $\;h\circ f\;$ is 1-1$\;\implies f\;$ is 1-1, and $\;h\circ f\;$ is onto $\;\implies h\;$ is onto.