This might very well have already been asked and answered before but I did not find this question in that form. So, I wonder if asking
how many $m$-elements subsets are contained in an $n$-elements set?
is equivalent to asking how many ways can I choose $m$ from $n$, provided that $n\ge m$?
I know this is a trivial question but I want to make sure I understand the basics correctly before moving on to topics of combinatorial reasoning to approach number theory.
So we are looking for all sets $A_x$ such that $|A_x|=m$, that can be chosen from a set $S$ such that $|S|=n$. The way I see it, since order does not matter and since we do not count a repeated element twice, what I get to is a simple combination, $$\frac {n!}{(n-m)!\,m!}\;=\;\binom nm$$
I noticed that this also seems equivalent to a basic committee problem. If I want to form a $m$-persons committee from $n$-persons such that $n\ge m$, what we want is to find a set $C$ such that $|C|=m$ from a set of persons $S$ such that $|S|=n$.
Again, I think the order in which I select the $n$-persons is not important, since choosing Jane before John does not change $|C|$. Also, we are selecting persons, so it follows that repetition is not allowed since to form a committee of $n$ members we must select $n$ different persons. So again, I find that there are $$\frac {n!}{(n-m)!\,m!}\,=\,\binom nm$$ ways to select $C$ from $S$.
Finally, is this also the same question as to ask what is the coefficient of $a^mb^r$ in the expansion of $(a+b)^n$? From the binomial theorem I would say the answer is also $\binom nm$ such that $m=n-r$.
These questions seem all like the same to me, is this correct or is this the wrong way to think about this kind of problems?