[step:Construct the adjunction from the two triangle identities]For objects $c \in \mathcal C$ and $d \in \mathcal D$, define maps between hom-sets
\begin{align*}
\Phi_{c,d}: \operatorname{Hom}_{\mathcal D}(Fc,d) &\to \operatorname{Hom}_{\mathcal C}(c,Gd),\\
f &\mapsto Gf \circ \eta_c,
\end{align*}
and
\begin{align*}
\Psi_{c,d}: \operatorname{Hom}_{\mathcal C}(c,Gd) &\to \operatorname{Hom}_{\mathcal D}(Fc,d),\\
g &\mapsto \varepsilon_d \circ Fg.
\end{align*}
For $f: Fc \to d$,
\begin{align*}
\Psi_{c,d}(\Phi_{c,d}(f))
&=
\varepsilon_d \circ F(Gf \circ \eta_c)\\
&=
\varepsilon_d \circ FGf \circ F\eta_c\\
&=
f \circ \varepsilon_{Fc} \circ F\eta_c\\
&=
f.
\end{align*}
The third equality is naturality of $\varepsilon$ applied to $f: Fc \to d$, and the fourth equality is the $F$-triangle identity.
For $g: c \to Gd$,
\begin{align*}
\Phi_{c,d}(\Psi_{c,d}(g))
&=
G(\varepsilon_d \circ Fg) \circ \eta_c\\
&=
G\varepsilon_d \circ GFg \circ \eta_c\\
&=
G\varepsilon_d \circ \eta_{Gd} \circ g\\
&=
g.
\end{align*}
The third equality is naturality of $\eta$ applied to $g: c \to Gd$, and the fourth equality is the $G$-triangle identity. Hence $\Phi_{c,d}$ is a bijection with inverse $\Psi_{c,d}$.
We verify naturality in both variables. If $a: c' \to c$ is a morphism in $\mathcal C$ and $f: Fc \to d$ is a morphism in $\mathcal D$, then naturality of $\eta$ at $a$ gives
\begin{align*}
\Phi_{c',d}(f \circ Fa)
&=
G(f \circ Fa) \circ \eta_{c'}\\
&=
Gf \circ GFa \circ \eta_{c'}\\
&=
Gf \circ \eta_c \circ a\\
&=
\Phi_{c,d}(f) \circ a.
\end{align*}
If $b: d \to d'$ is a morphism in $\mathcal D$, then functoriality of $G$ gives
\begin{align*}
\Phi_{c,d'}(b \circ f)
&=
G(b \circ f) \circ \eta_c\\
&=
Gb \circ Gf \circ \eta_c\\
&=
Gb \circ \Phi_{c,d}(f).
\end{align*}
Thus $\Phi$ is natural in $c$ and $d$. These natural hom-set bijections are the standard hom-set characterization of an [adjunction](/page/Adjunction), with unit $\eta$ and counit $\varepsilon$ because the defining formulas are $f \mapsto Gf \circ \eta_c$ and $g \mapsto \varepsilon_d \circ Fg$. Therefore $F \dashv G$ with unit $\eta$ and counit $\varepsilon$, and both are natural isomorphisms.[/step]