- Get link
- X
- Other Apps
Here's a nice problem I encountered in a course on applied stochastic processes.
Problem:
Show that the set of all pairs of positive integers can be placed into one-one correspondence with the positive integers by giving an explicit one-one mapping between the two sets.
Solution:
This can be done expediently using the theory of partial difference equations. A standard diagonalization can be characterized by the following relations:
Problem:
Show that the set of all pairs of positive integers can be placed into one-one correspondence with the positive integers by giving an explicit one-one mapping between the two sets.
Solution:
This can be done expediently using the theory of partial difference equations. A standard diagonalization can be characterized by the following relations:
- \( f(1,1)=1 \)
- \( f(x,y) = f(x-1,y)+x+y \)
- \( f(x,y) = f(x,y-1)+x+y-1 \)
- \( f(1,1)=1 \)
- \( \frac{\Delta f}{\Delta x} = x+y \)
- \( \frac{\Delta f}{\Delta y} = x+y-1 \)
Comments
Post a Comment