It is easier to figure out the answer by drawing a grid with the first few elements of $\Bbb N\times \Bbb N$.
Given the question you're asking, what you really want to do is proceed by squares: let $T(n)$ denote the proposition
$P(p,q)$ is true for all $p,q$ such that $p\leq n$ and $q\leq n$.
I claim that if you prove what you said, then you can prove that $T(n)\implies T(n+1)$ for all $n$.
What you said you can prove is
$$[P(p,1), P(p,2),\cdots P(p,q)]\implies P(p+1,q)\tag{1}$$
$$[P(p-1,q+1), P(p,q)] \implies P(p,q+1)\tag{2}$$
I'm assuming here that cases where $p\leq 0$ or $q\leq 0$ are considered vacuously true.
Now assume $T(n)$.
- By $(2)$, you can prove that $P(1,n+1)$ and then $P(p,n+1)$ for all $p\leq n$.
- By applying $(1)$ to every $q$ between $1$ and $n+1$, you get $P(n+1,q)$ for all $q\leq n+1$.
Hence $T(n+1)$ as claimed.