Consider two functions $:→$ and $:→$
Decide whether each of the following statements is true or false, and prove each claim.
a) If $∘$ is injective, then $$ is injective.
b) If $∘$ is surjective, then $$ is surjective.
c) If $∘$ is surjective and $$ is injective, then is surjective.
For part a, injective means: $f(x)=f(y)→x=y$ and therefore is true.
I am unsure about part b and c. How do I prove and solve the 3 parts?
a) is true, take $f(a)=f(b)$ then $g(f(a)) = g(f(b))$ and since $g\circ f$ is injective we get $a=b$ so $f$ is injective.
b) is not true, take $f(x)=\arctan x$ and $g(x)=\tan x$
Then $g(f(x))=x$ so it is surjective while $f$ is not.
The following is wrong: (but it is usefull to see why, look at the comment):
c) is not true: Take $ f(x)=e^x$ and $g(x)=\ln x$. Then $g(f(x))=x$ is surjective and $g$ injective, while $f$ is not surjective.