I was reading this answer and the person provided two sets of principles.
For the both sets, I understand the base case. In the inductive step for the first set, do I have to prove $$\forall x,y. P(x,y) \Rightarrow P(x+1,y) \wedge P(x,y+1), \text{where $x, y$ are arbitrary}?$$ For the second set of principles, I don't quite get what the inductive step is. I think I am to do a proof by cases, but I don't see why the cases were broken up into $$\forall x,y. P(x,0) \Rightarrow P(x+1,0) \text{ and } \forall x,y. P(x+1,y) \Rightarrow P(x,y+1).$$ What is the logic behind this?
Also what is the difference between these two methods, and when do I use which?
Cheers!