Let E, F and G be three sets ($E\neq 0;F\neq 0,G\neq 0 ) $ Let $h$ defined by : $$\begin{align} h \ \colon\ E & \to F\times G\\ x & \mapsto h(x)=\biggl(f(x);g(x)\biggr). \end{align}$$ with $\begin{align} f \ \colon\ E & \to F \\ x & \mapsto f(x). \end{align}$ and $ \begin{align} g \ \colon\ E & \to G \\ x & \mapsto g(x). \end{align}$
Suppose that $f$ is bijective. show that :
$h \rm{\ is\ bijective\ } \iff G $ is Singleton
Indeed;
- Show that $$ h \rm{\ is\ bijective\ } \implies G \rm{\ is\ Singleton } $$
Proof by contradiction:
suppose that G contains at least two elements $(a,b)\in G^2$ such that $a\neq b$ Let $y\in F$ and since $f$ is bijective then $\exists ! x\in E $ such that $f(x)=y$, since $h$ is bijective and $(y,a)\in F\times G$ then $\exists ! x \in E$ such that $h(x)=(y;a)$ the same thing for $(y;b)\in F\times G$ then $\exists ! x \in E$ such that $h(x)=(y;b)$ thus $g(x)=a=b$ which is contradictory .
Show that $$ G \rm{\ is\ Singleton } \implies h \rm{\ is\ bijective\ } $$ Let $G=\{a \}$ then $\forall x \in E,\quad h(x)=\left(f(x);a \right)$
i'm stuck here how can i prove that h is bijective
In general a map $k:X\to Y$ is bijective if and only if it has an inverse . This is actually a map $l:Y\to X$ such that $l\circ k=\text{id}_X$ and $k\circ l=\text{id}_Y$.
This map $l$ is unique, bijective and is denoted as $k^{-1}$. Its (unique) inverse is the map $k$.
Function $f:E\to F$ in your question is bijective, so has an inverse $f^{-1}:F\to E$.
Then the map $h:E\to F\times\{a\}$ prescribed by $x\mapsto\langle f(x),a\rangle$ has an inverse in the map $F\times\{a\}\to E$ that is prescribed by $\langle y,a\rangle\mapsto f^{-1}(y)$.