We are given an infinite set $A$ (countable or uncountable) and a finite set $B$. Let $P = \{ f : B \rightarrow A \} $. Is there a bijection between $P$ and $A$?
I thought of using Schroder-Bernstein theorem. It was easy to show that an injective function exists from $A$ to $P$. But I couldn't find an injective function from $P$ to $A$.
I also thought that if $|B| = b$, then $P$ is basically $A^b$, but still I couldn't think of an injective function from $A^b$ to $A$.
Trying to find a solution to this lead me to ZFC and Axiom of choice, but these topics are strictly excluded from my Math for CS course, so this should be solved without using those. Any other approach to this problem is also welcome.