I need to find out how many strictly increasing monotonic functions
$$f:\{1,2,\ldots,100\}\rightarrow \{1,2,\ldots,200\}
$$
exist.
And I do believe, that the answer should be $\binom{200}{100}$, but I have no idea how to prove it. How can I creat such functions and calculate them all?
I know there were similar questions, but I need more explanations.