I read up on the Wikipedia article on the Chinese Remainder Theorem, and I understand the concepts. However, I am wondering how it can apply to the following (which is slightly different from their example): $$a = (k\bmod{m})$$ $$b = (k\bmod{n})$$ where $m$ and $n$ are relatively prime. Also, $a$ and $b$ are constants. How can I prove that $k$ is unique given $0\le k < mn$. Does this fall under the theorem?
Many thanks!