Suppose that $h : X → Y$ and $f : Z → Y$. There exists a function $g : X → Z$ such that $h = f ◦ g$ if $f$ is a bijection.
I am not sure how to go about proving this. Please tell guide me.
proof:
I understand the first step would go something like this and that essentially both sides are taking elements from $A$ and mapping them onto $C$.
Assume $f$ is bijective then it is both injective and surjective which means $f(b1)\neq f(b2)$ and that all elements of $C$ are mapped onto.
If f is bijective there is an inverse map $f^{-1}: Y \to Z $ with $f \circ f^{-1} = \text{Id}_Y$ and $ f^{-1} \circ f = \text{Id}_Z $. Define $g:= f^{-1} \circ h : X \to Z$.