I'm trying to solve the following problem:
Let $A, B, X, Y$ be sets with $X \preccurlyeq A$ and $Y \preccurlyeq B$. Prove that, apart from exceptional case(s), $X^Y \preccurlyeq A^B$.
Here, $X \preccurlyeq A$ means there's an injection from $X$ to $A$ etc, and $X^Y$ is the set of functions from $Y$ to $X$ etc.
Presumably the exceptional cases are going to be where some of $A, B, X, Y$ are empty (and I imagine in a proof you'd see exactly where you need certain sets to be non-empty).
I've played around with the injections from $X$ to $A$ and $Y$ to $B$ to try to construct a new one, but I can't seem to find anything that works. Any help you could offer would be very appreciated.