- #1
evinda
Gold Member
MHB
- 3,836
- 0
We consider the game: for each integer $m$, there is infinite supply of balls marked with the number $m$. At the beginning, we are given a disk full of balls and we throw the balls of the disk , one from each integer , each time. If we throw a ball that is marked with $m$ , we can replace it with a finite number from balls marked with $1,2, \dots, m-1$ (so no replacement is getting done if we throw a ball marked with $1$). The game finishes, if the disk gets empty. We want to know if the game finishes, no matter which disk with balls will be given at the beginning.
I thought to show that the game finishes no matter which disk with balls will be given at the beginning, using induction on the maximum integer that appears at the balls that we throw.We symbolize the maximum integer that appears at the balls that we throw with $n$.
Base case: $n=1$. We throw a ball that is marked with $1$. From the hypothesis, no replacement is getting done if we throw a ball marked with $1$, so the game finishes.Induction hypothesis: Suppose that the game finishes when the maximum integer that appears at the balls that we throw is $n \geq 1$.
Induction step: We will show that the game finishes when the maximum integer that appears at the balls that we throw is $n+1$. We throw the ball that is marked with $n+1$ and then the maximum integer with which the ball, with which we could replace the ball that we just threw, could have is $n$. So from the induction hypothesis the game will end.
Thus, in any case the game will end.Is my induction right? Could I improve something at the formulation?How else could we show that the game will end in any case, without using induction?
I thought to show that the game finishes no matter which disk with balls will be given at the beginning, using induction on the maximum integer that appears at the balls that we throw.We symbolize the maximum integer that appears at the balls that we throw with $n$.
Base case: $n=1$. We throw a ball that is marked with $1$. From the hypothesis, no replacement is getting done if we throw a ball marked with $1$, so the game finishes.Induction hypothesis: Suppose that the game finishes when the maximum integer that appears at the balls that we throw is $n \geq 1$.
Induction step: We will show that the game finishes when the maximum integer that appears at the balls that we throw is $n+1$. We throw the ball that is marked with $n+1$ and then the maximum integer with which the ball, with which we could replace the ball that we just threw, could have is $n$. So from the induction hypothesis the game will end.
Thus, in any case the game will end.Is my induction right? Could I improve something at the formulation?How else could we show that the game will end in any case, without using induction?