I was given this problem to prove yet Im having a hard time understanding what this problem actually is saying.
Here is what I am understanding:
In the plane we are given an infinite set of rectangles.
and every rectangle $(n_k,m_k)$ has the form where it must go through $(0,0)$ and the three other coordinates given above.
Now, how would I be able to prove that there exist two rectangles in the set such that one contains the other. The way I am visualizing is the rectangle (green) would only touch the origin but not the lengths of the bigger rectangle (red).
If possible can anyone give an example or an idea, it would help a lot.


The idea is to notice that if there is no rectangles contained in one another, for each $m\in \Bbb N$, there is only one rectangle with height $m$. Indeed, if there was two, with with $n_1$ and $n_2$ such that $n_1 < n_2$, the rectangle $(m,n_1)$ is contained in the rectangle $(m,n_2)$. By the same reasoning, each rectangle has a different width too.
Now, take the rectangle with the smallest height $m$, it has width $N$. But every other rectangle must have a width smaller that $N$, or else it would contain $(m,N)$. And as the rectangles have all a different width, there is at most $N$ rectangle.