|
Re: induction on two variables
You show that P(0,0) is true, and that whenever P(m,n) is true, then P(m+1,n) is true and P(m,n+1) is true.
More generally if you have a set of propositions indexed by a connected metric space, if you show that a given point is true, and that whenever P(x) is true then P(y) is true for all y in a fixed radius of x, then P is true.
|