If there is a statement $P(n)$, proof by induction has three steps.
Base case is to show $P(1)$ is true
Induction step is to assume $P(K)$ is true and then to show $P(k+1)$ is true.
If our statement $P(n_1,n_2,n_3,\cdots, n_r)$ involves $r$ variables, then how to prove it by induction?