$\DeclareMathOperator\Hom{Hom}$I have the following exercise in my class of Category Theory:
Prove that $\text{Hom}(Z,\Hom(Y,X))\cong \Hom(Y*Z, X)$ but I am not sure what $*$ is. I think that $*$ should be $+$ (by $+$ I mean the co-product). Because at $\operatorname{Hom}(X \times Z, Y) \cong \operatorname{Hom}(X, \operatorname{Map}(Z, Y))$ is not true in $\textbf{Top}$ it was discussed that $\Hom(Z,\Hom(Y,X))\not \cong \Hom(Y\times Z, X)$.
But I have been trying to find a bijection between $\Hom(Z,\Hom(Y,X))$ and $\Hom(Y+Z, X)$.
I have a map going from $\Hom(Z,\Hom(Y,X))$ to $\Hom(Y+Z, X)$: First of all note that $\Hom(Y+Z, X)$ is in bijection with $\Hom(Y,X)\times\Hom(Z,X). This is very clear; see for example Hom Functor Preserves Coproducts.
So I need to find for each $f:Z\rightarrow \Hom(Y,X)$ maps $Y\rightarrow X$ and $Z\rightarrow X$. To get them I do the following: for each $y\in Y$ and $z\in Z$ I define $$Y\to X; y\mapsto z(y)$$ and $$Z\to X;z\mapsto z(y).$$
But I don't know how to get arrows in the other direction.
Any help would be helpful.