I'm trying to prove Corollary 3.3 from this paper (http://www.sfu.ca/~mdevos/notes/graph/345_matchings.pdf) and am lost at the step that says: "Similarly, every vertex in N(X) has degree k, so t is less than or equal to k|N(X)|. It follows that |X| is at most |N(X)|."
How do we know that t is less than or equal to k|N(X)|?
Thanks so much!
On one side, we know that the $t$ edges we're counting are all the edges out of $X$, so there's $k|X|$ of them: $k$ for each vertex of $X$.
On the other side, we know that the $t$ edges we're counting all go to $N(X)$. But they might not be all the edges going to $N(X)$. If we were counting all the edges going to $N(X)$, there would be $k|N(X)|$ of them: $k$ for each vertex of $X$. But we might be missing some - there could also be edges to $N(X)$ from outside $X$. So all we have is an inequality $t \le k|N(X)|$.