The following apparently defines a function, but there is something wrong with it which I am struggling to find:
$$m:\mathcal P(\{1,2,3,\dots,100\})\to\{1,2,3,\dots,100\}$$ $$m(A) =\text{the smallest element of }A$$
Is it the fact that when the domain is the empty set, the codomain would have to be 0, which is not actually inlcuded in the codomain? Am I right to assume that the smallest element of the empty set is 0?