I need to find the cardinality of the following set:
$$ A = \{f \in \mathbb N \to \mathbb N|\forall n, m \in \mathbb N.(n \geq m) \to (f(n) \leq f (m))\} $$
I'm not sure if $A$ is countable or not. I tried to find an injective function from $P(N)$ to $A$ but couldn't find one.
Any ideas?