Does the game always end, regardless of the starting conditions?

  • MHB
  • Thread starter evinda
  • Start date
  • Tags
    Game
In summary: Thinking more)If there are no other balls to replace, aren't we at the next round and want to get started again from the beginning? (Looking for a solution)In summary, the game will always end, regardless of which disk with balls is given at the beginning.
  • #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?
 
Physics news on Phys.org
  • #2
I haven't understood if the game has just one round or more. Because it says that the game will end, if the disk gets empty... (Worried)
 
  • #3
evinda said:
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?

evinda said:
I haven't understood if the game has just one round or more. Because it says that the game will end, if the disk gets empty... (Worried)

Hey evinda! (Smile)

How many balls fit onto the disk?
And what happens if we remove a ball marked with $m$, but there are not enough empty spots to replace it with $1,...,m-1$?

If the highest integer that appears on the disk is $n=1$, it's not necessarily empty yet if we remove a ball, is it? (Wondering)
 
  • #4
I like Serena said:
How many balls fit onto the disk?
It is not given but I think that we have to suppose that the disk has a finite number of balls, so that the game makes sense. (Thinking)
I like Serena said:
And what happens if we remove a ball marked with $m$, but there are not enough empty spots to replace it with $1,...,m-1$?

If there are no other balls to replace, aren't we at the next round and want to get rid of the balls marked with $m$, when the latter is the highest possible integer? Or have I understood it wrong? (Worried)

I like Serena said:
If the highest integer that appears on the disk is $n=1$, it's not necessarily empty yet if we remove a ball, is it? (Wondering)

No, we want to throw all the balls that are marked with $1$ and if there aren't any other available then the game ends, right? (Thinking)
 
  • #5
evinda said:
It is not given but I think that we have to suppose that the disk has a finite number of balls, so that the game makes sense. (Thinking)

Okay, so the disk should have, say, $k$ places for balls, shouldn't it? (Wondering)

If there are no other balls to replace, aren't we at the next round and want to get rid of the balls marked with $m$, when the latter is the highest possible integer? Or have I understood it wrong? (Worried)

It's not given that we can choose which ball to pick, is it?
And I guess it's also not given how many balls we use to replace $m$ - only that they are lower numbered. (Thinking)

No, we want to throw all the balls that are marked with $1$ and if there aren't any other available then the game ends, right? (Thinking)

From the game description, we only throw off 1 ball at a time.
So I guess with $n=1$, we'll throw off 1 ball at a time until the disk is empty. (Thinking)
 
  • #6
I like Serena said:
Okay, so the disk should have, say, $k$ places for balls, shouldn't it? (Wondering)
I assume so... (Thinking)

I like Serena said:
It's not given that we can choose which ball to pick, is it?
And I guess it's also not given how many balls we use to replace $m$ - only that they are lower numbered. (Thinking)

Right.

I like Serena said:
From the game description, we only throw off 1 ball at a time.
So I guess with $n=1$, we'll throw off 1 ball at a time until the disk is empty. (Thinking)

So the base case should be this: Let $n=1$, i.e. the highest integer with which the balls of the disk are marked is $1$. Since no replacement is geting done, we'll throw off 1 ball at a time until the disk is empty. We know that the disk will get empty and so that the game will end, since there are finite balls marked with $1$.

Right? Or could I improve somthing? (Thinking)
 
  • #7
evinda said:
I assume so... (Thinking)

Right.

So the base case should be this: Let $n=1$, i.e. the highest integer with which the balls of the disk are marked is $1$. Since no replacement is geting done, we'll throw off 1 ball at a time until the disk is empty. We know that the disk will get empty and so that the game will end, since there are finite balls marked with $1$.

Right? Or could I improve somthing? (Thinking)

Sounds good. (Smile)
 
  • #8
I like Serena said:
Sounds good. (Smile)

Nice (Smile)

At the induction hypothesis do we assume that when the highest integer with which the balls of the disk are marked is $n \geq 1$ the disk will always get empty and so the game will end?
 
  • #9
If so, at the induction step which cases do we have to check? (Thinking)
 
  • #10
evinda said:
Nice (Smile)

At the induction hypothesis do we assume that when the highest integer with which the balls of the disk are marked is $n \geq 1$ the disk will always get empty and so the game will end?

evinda said:
If so, at the induction step which cases do we have to check? (Thinking)

How about supposing there are $j \ge 1$ balls marked with $n+1$ on the disk. (Thinking)
 
  • #11
I like Serena said:
How about supposing there are $j \ge 1$ balls marked with $n+1$ on the disk. (Thinking)

So we do a second induction at the induction step, right?

I have tried the following:

We want to show that when the highest integer with which the balls of the disk are marked is $n+1$ the disk will always get empty and so the game will end. Suppose that there are $j \geq 1$ balls marked with $n+1$ on the disk.

We will show that the game will end by using induction on $j$.

Base case 2: Let $j=1$. Then we throw the only ball marked with $n+1$ and then we can replace it with a finite number of balls marked with $1,2, \dots, n-1$. From the induction hypothesis we know that the game will end.

Induction hypothesis 2: We suppose that the game will end when there are $m \geq 1$ balls marked with $n+1$.

Induction step 2: We will show that the game will end when there are $m+1$ balls marked with $n+1$.
We throw a ball marked with $n+1$ and then we can replace it with a finite number of balls marked with $1,2, \dots, n$. Then there remain $m$ balls marked with $n+1$ and from the induction hypothesis 2, we deduce that the game will end.Am I right? Could I improve something? (Thinking)
 
  • #12
evinda said:
Base case 2: Let $j=1$. Then we throw the only ball marked with $n+1$ and then we can replace it with a finite number of balls marked with $1,2, \dots, n-1$. From the induction hypothesis we know that the game will end.

I thought we couldn't "choose" the ball marked with $n+1$. :confused:

Instead we would either pick the ball marked with $n+1$ and continue as outlined, or we'd pick a different ball.
Suppose we would postpone the $n+1$ ball as long as possible, then according to the previous induction hypothesis, it would take at most, say $f(n)$ moves before the disk is empty except for the $n+1$ ball.
Then we'd have to pick the $n+1$ ball and replace it with lower numbered balls, after which it will take at most $f(n)$ moves before the disk is completely empty.
In other words, it will take at most $f(n) + 1 + f(n)$ moves before the disk is empty, and we can freely choose when to pick the $n+1$ ball.
When the disk is empty the game will indeed end.

We might say that $f_{j=1}(n+1) = f_{k-1}(n) + 1 + f_{k}(n)$, where $k$ is the size of the disk, and $f_j(m)$ is an upper bound for the number of moves before the game ends when the highest numbered ball is $m$ and there are at most $j$ balls marked $m$. (Thinking)
 
  • #13
I like Serena said:
I thought we couldn't "choose" the ball marked with $n+1$. :confused:

Instead we would either pick the ball marked with $n+1$ and continue as outlined, or we'd pick a different ball.
Suppose we would postpone the $n+1$ ball as long as possible, then according to the previous induction hypothesis, it would take at most, say $f(n)$ moves before the disk is empty except for the $n+1$ ball.
Then we'd have to pick the $n+1$ ball and replace it with lower numbered balls, after which it will take at most $f(n)$ moves before the disk is completely empty.

I am a little confused right now... (Worried) Postponing the $n+1$ ball, the disk gets empty except for the $n+1$ ball. Then taking the $n+1$ ball, we are talking about the next round. But then why do we know that we don't need another round for the balls marked with $1, \dots, n$ ? (Sweating)
 
  • #14
evinda said:
I am a little confused right now... (Worried) Postponing the $n+1$ ball, the disk gets empty except for the $n+1$ ball. Then taking the $n+1$ ball, we are talking about the next round. But then why do we know that we don't need another round for the balls marked with $1, \dots, n$ ? (Sweating)

What do you mean by a "round"? (Wondering)

The $n+1$ ball is taken at some indeterminate time. Something between the first and the last ball to take.
But at most $f(n)$ balls can be taken before, and at most $f(n)$ balls can be taken after. (Thinking)
 
  • #15
I like Serena said:
What do you mean by a "round"? (Wondering)

The $n+1$ ball is taken at some indeterminate time. Something between the first and the last ball to take.

Why? If we throw a ball marked with $m$, we can replace it with a finite number of balls marked with $1, \dots, m-1$... (Worried)

I still haven't understood it. (Sweating)
 
  • #16
I like Serena said:
Suppose we would postpone the $n+1$ ball as long as possible, then according to the previous induction hypothesis, it would take at most, say $f(n)$ moves before the disk is empty except for the $n+1$ ball.
Then we'd have to pick the $n+1$ ball and replace it with lower numbered balls, after which it will take at most $f(n)$ moves before the disk is completely empty.

But having postponed the $n+1$ ball, the highest integer with which the balls were marked was $n$ and so from the induction hypothesis ignoring the $n+1$ ball, the disk would get empty. So the only remaining ball is the $n+1$ ball, but we cannot replace it with lower numbered balls and so the game will end. Or have I understood it wrong? (Sweating)
 
  • #17
evinda said:
Why? If we throw a ball marked with $m$, we can replace it with a finite number of balls marked with $1, \dots, m-1$... (Worried)

I still haven't understood it. (Sweating)

We have to prove that the game will end regardless of when any ball is thrown and replaced.
If the $n+1$ ball is thrown first, we have to prove the game will end.
If the $n+1$ ball is thrown last, we have to prove the game will end.
And if it is thrown at any time in between, we still need to ensure the game will end. (Thinking)

evinda said:
But having postponed the $n+1$ ball, the highest integer with which the balls were marked was $n$ and so from the induction hypothesis ignoring the $n+1$ ball, the disk would get empty. So the only remaining ball is the $n+1$ ball, but we cannot replace it with lower numbered balls and so the game will end. Or have I understood it wrong? (Sweating)

Don't we have an infinite supply of any numbered balls? (Wondering)
So when we get around to throwing the $n+1$ ball we can replace it with presumably any number of lower numbered balls - as long as they fit on the disk.
It seems we don't even know how many of each, other than that there is an upper bound to the total number.
 
  • #18
I like Serena said:
We have to prove that the game will end regardless of when any ball is thrown and replaced.
If the $n+1$ ball is thrown first, we have to prove the game will end.
If the $n+1$ ball is thrown last, we have to prove the game will end.
And if it is thrown at any time in between, we still need to ensure the game will end. (Thinking)
So, if the $n+1$ ball is thrown first, then the highest integer that appears at the balls of the disk is $n$ and so we know from the induction hypothesis that the game will end.

If the $n+1$ ball is thrown last, before this step, the highest integer that appeared at the balls of the disk was $n$ so after having thrown them in finite time because of the induction hypothesis, the disk will finally only contain the $n+1$ ball , we will throw it and then the disk will be empty and so the game will end.

If the $n+1$ ball is thrown in any time between , then before the $n+1$ ball is thrown, the highest integer was $n$ and so from the induction hypothesis the disk would get empty, then we would throw the $n+1$ ball, and then the highest integer that appears at the balls of the disk is $n$ and so we know from the induction hypothesis that the game will end.

Right?
 
  • #19
evinda said:
So, if the $n+1$ ball is thrown first, then the highest integer that appears at the balls of the disk is $n$ and so we know from the induction hypothesis that the game will end.

If the $n+1$ ball is thrown last, before this step, the highest integer that appeared at the balls of the disk was $n$ so after having thrown them in finite time because of the induction hypothesis, the disk will finally only contain the $n+1$ ball , we will throw it and then the disk will be empty and so the game will end.

If the $n+1$ ball is thrown in any time between , then before the $n+1$ ball is thrown, the highest integer was $n$ and so from the induction hypothesis the disk would get empty, then we would throw the $n+1$ ball, and then the highest integer that appears at the balls of the disk is $n$ and so we know from the induction hypothesis that the game will end.

Right?

Yep. Except that if $n+1$ is the last ball, the disk won't be empty yet would it? (Wondering)
 
  • #20
I like Serena said:
Yep. Except that if $n+1$ is the last ball, the disk won't be empty yet would it? (Wondering)

Why? Before we throw the $n+1$ ball we will get rid all the balls numbered with $1, 2, \dots, n$.
Then will we take again balls numbered with $1, 2, \dots, n$ since there is an infinite supply of them?Does this also hold at the case when the $n+1$ ball is thrown in any time?
 
  • #21
evinda said:
Why? Before we throw the $n+1$ ball we will get rid all the balls numbered with $1, 2, \dots, n$.
Then will we take again balls numbered with $1, 2, \dots, n$ since there is an infinite supply of them?

Does this also hold at the case when the $n+1$ ball is thrown in any time?

As I understand it, when we throw the $n+1$ ball off last, we still have to replace it in some unspecified fashion with a finite number of balls numbered $1, ..., n$, which then have to be thrown off again.
If the $n+1$ ball is thrown off earlier, the situation is completely the same - we still have balls up to $n$.
 
  • #22
Ah I understand now what you mean.

So the base case 2 will be the following, right?

Let $j=1$. We could either throw at the beginning the $n+1$ ball and then the highest integer will be $n$ and so from the induction hypothesis the game will end or we could pick firstly a different ball.
By postponing the $n+1$ ball as long as possible, according to the induction hypothesis, it would take at most, say $f(n)<+\infty$ moves before the disk is empty except for the $n+1$ ball.
Then we'd have to pick the $n+1$ ball and replace it with lower numbered balls, after which it will take at most $f(n)$ moves before the disk is completely empty.
In other words, it will take at most $f(n) + 1 + f(n)$ moves before the disk is empty, and we can freely choose when to pick the $n+1$ ball.
When the disk is empty the game will indeed end.And at the induction hypothesis 2 , we suppose that the game will end when there are $j \geq 1$ balls marked with $n+1$, right?
 
  • #23
evinda said:
Ah I understand now what you mean.

So the base case 2 will be the following, right?

Let $j=1$. We could either throw at the beginning the $n+1$ ball and then the highest integer will be $n$ and so from the induction hypothesis the game will end or we could pick firstly a different ball.
By postponing the $n+1$ ball as long as possible, according to the induction hypothesis, it would take at most, say $f(n)<+\infty$ moves before the disk is empty except for the $n+1$ ball.
Then we'd have to pick the $n+1$ ball and replace it with lower numbered balls, after which it will take at most $f(n)$ moves before the disk is completely empty.
In other words, it will take at most $f(n) + 1 + f(n)$ moves before the disk is empty, and we can freely choose when to pick the $n+1$ ball.
When the disk is empty the game will indeed end.

I think it should be "By throwing the $n+1$ ball off later" instead of "By postponing the $n+1$ ball as long as possible". (Thinking)

And at the induction hypothesis 2 , we suppose that the game will end when there are $j \geq 1$ balls marked with $n+1$, right?

Yep. (Nod)
 
  • #24
Then at the induction step, we want to show that the game will end when there are $j+1$ balls marked with $n+1$.

There are two possible cases.

We throw firstly a ball marked with $n+1$ and replace it with lower numered balls. Then there remain $j$ balls marked with $n+1$. From the second induction hypothesis, we know that the game will end.

By throwing the first $n+1$ ball later, from the first induction hypothesis we know that the disk will get empty after a finite number of moves, except for the $n+1$ balls. One time, we throw a $n+1$ ball, we replace it with lower numbered balls and then we know, from the second induction hypothesis that the game will end.Is it right? Could I improve somthing? Do we have to justify why we have to throw after some time a $n+1$ ball?
 
  • #25
evinda said:
Then at the induction step, we want to show that the game will end when there are $j+1$ balls marked with $n+1$.

There are two possible cases.

We throw firstly a ball marked with $n+1$ and replace it with lower numered balls. Then there remain $j$ balls marked with $n+1$. From the second induction hypothesis, we know that the game will end.

By throwing the first $n+1$ ball later, from the first induction hypothesis we know that the disk will get empty after a finite number of moves, except for the $n+1$ balls. One time, we throw a $n+1$ ball, we replace it with lower numbered balls and then we know, from the second induction hypothesis that the game will end.Is it right? Could I improve somthing? Do we have to justify why we have to throw after some time a $n+1$ ball?

It looks fine to me. (Nod)
 
  • #26
I like Serena said:
It looks fine to me. (Nod)

Great... Thank you! (Smirk)
 

Related to Does the game always end, regardless of the starting conditions?

1. Why is it important to study the ending conditions of a game?

Studying the ending conditions of a game can provide valuable insights into the game's design, mechanics, and balance. It can also help identify potential flaws or loopholes that may affect the overall gameplay experience.

2. Can the game truly have an infinite number of outcomes, or does it always end eventually?

It depends on the game's design and mechanics. Some games may have a set number of outcomes, while others may have an infinite number due to the inclusion of random elements or player choices.

3. Are there any known games that have no definitive ending?

Some sandbox or open-world games may not have a definitive ending, as the goal is to explore and create your own experience. However, even in these types of games, there may be certain victory conditions or milestones that can be reached.

4. How do starting conditions affect the ending of a game?

Starting conditions can greatly impact the outcome of a game. For example, in a strategy game, starting with more resources may give a player an advantage and potentially lead to a different ending compared to starting with fewer resources.

5. Can the ending of a game be influenced or changed by player actions?

Yes, the ending of a game can often be influenced or changed by player actions. This can be through choices made throughout the game or through achieving certain goals or objectives. However, some games may have a set ending regardless of player actions.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
993
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
960
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
996
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
57
Views
2K
  • Set Theory, Logic, Probability, Statistics
2
Replies
41
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
932
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Classical Physics
2
Replies
64
Views
2K
Back
Top