I am stuck on this problem. I understand the fundamentals of induction proofs, but I am unfamiliar with induction on two variables. Here's the prompt:
Prove that for every positive integer $k$, the following is true: For every real number $r > 0$, there are finitely many solutions to $\frac{1}{n_1}+\frac{1}{n_2}+...+ \frac{1}{n_k} = r$. In other words, there exists some number $m$ (that depends on $k$ and $r$ such that there are at most $m$ ways of choosing a positive integer $n_1$, and a (possibly different) positive integer $n_2$, etc., that satisfy the equation.
I have no clue where to start, especially how to reference $m$ in terms of $k$ and $r$. All I know is we cannot induct on $r$ because it is not a natural number.