Let $S(n_1,n_2,n_3)$ be the statement to prove in natural numbers;
If I prove the following three
$S(1,1,1)$ is true
$\forall n_1n_2 S(n_1,n_2,n_3) \implies S(n_1,n_2,n_3+1)$
$\forall n_1n_3 S(n_1,n_2,n_3) \implies S(n_1,n_2+1,n_3)$
Now, Is it sufficient or we have to prove for $n_1$ also?
Yes, you need one for $n_1$ as well. As it stands, you don't even have any way of knowing whether $S(2,1,1)$ is true from those assumptions.