Friday, March 31, 2017

The Josephus Problem

This week’s mathematical installment of intellectual nourishment will be on the Josephus Problem. The Josephus Problem is not a rigorous problem, nor is it hard to solve, but it is a nice easy problem. This is to act as a break from the advanced problems that have been posted recently. Due to the format of the problem, and how it is set up, first the backstory of the problem will be covered, followed with the proving the problem, and finally a nice trick with binary.

The problem arises from a historical story. The scenario is there are Jewish soldiers that have been surrounded by the oncoming Roman army. The Jewish soldiers did not fancy capture, and would prefer death. A plan was devised that the Jewish solider would gather in a circle, and one solider, in what would referred to as position one in the circle would take his sword and kill the solider next to him, and the next living solider would kill the next living solider new to him. This process would continue until only one was remaining, and he was supposed to commit suicide. Josephus however was not a fan of dying, and would much prefer living. So the problem for Josephus is where does he stand in the circle to be the last one standing. In his case there were 41 soldiers in the circle.

To best illustrate the proof, lets start with a smaller circle. To best imagine this, the soldiers are standing in a circle the top of the circle is position one, and then it goes around just like a clock would.  In order to save time I have compiled the winning seat from a couple of circles. So if there is one individual, position one wins, with two people position one wins, with three people, number three wins, with four is one, five is three, six is five, seven is seven. From this small bit of information something can be derived already. The winning seat is always an odd number. This can be seen, because on the first pass through of killing all the even numbers go first. At this point is might seem like the pattern is 1,13,1357,13579,13579... but it is not. According to that pattern if there were thirteen soldiers, position one would win, but that is not the case, in fact position 11 would win. If you do not believe me try it for yourself. So if the pattern is not to go up by two each time, and then cycle back to one, what is? If you notice all the powers of two go to one. That can be easily proven if we know that all the evens go out in the first round. So if there is a power of two number of soldiers, it will get cut in half the first round, and position one will start the second round, and then will half, and half until it cannot be halved again. So the pattern would go 1,13,1357,13579(11)(13), 1...but how does that help us? We know that if there is a power of two number of solider at the beginning of a round then the first position wins. So if the biggest power of two is taken away from a number, the remainer would tell how many position to offset from one to get the winning position. For example, if there where seventeen soldiers that would be the same as sixteen plus one soldiers. So after one kill there is sixteen solider remaining and whoever's turn it is to kill would win the round. So whose turn is it? In the case of seventeen it would position three's turn. Going back to our data set, if there where five soldiers, or four plus one soldiers then three would also win. So if one is the remainder of one from our power of two subtraction, then three wins. So three times the remainder of the power of two, plus one would be the winning seat. Just to be sure lets try it if there were seven soldiers, since we already know the answer, it will allow us to confirm our results. The highest power of two that can be subtracted from seven is four, which would leave us with three. Three times two, plus one equals seven. This matches our results, and confirms it. Going back to the original problem, there were 41 soldiers, 32 is the greatest power of two that can be subtracted from 41 with remainder. 41 minus 31 is nine, nines times two is 18 add now is 19. Josephus should get in position nineteen of the circle.


Something that I will not prove, but might be interesting, if you take the number of soldiers and write in binary, to find the winning seat all you have to do is shift the leading number to the end, and reevaluate the binary.

Sources https://www.youtube.com/watch?v=uCsD3ZGzMgE
              http://www.geeksforgeeks.org/josephus-problem-set-1-a-on-solution/

The Four Color Problem


This week’s installment of mathematical problems is going to be about the four color problem. This problem has to with the involvement of filling in maps with different colors. The problem started with physical maps of countries and boundaries, and then shifted into a more abstract mathematical field. The problem will be covered first, followed up with a five color solution proof, and finally some history.

The four color problem is, if there is a map can all the countries or states can be filled in with four colors, in that no two same colors come into contact with each other. This was purposed in the mid 1800's and since then people have been filling in actual geographical maps with four colors. No matter the complexity of the geographical map, it will not require more than four colors to fill in all the boundaries. The map of the world can be done, the map of the Untied States can be done, and so can the map of the United Kingdom counties. All geographical maps fit these criteria. This is where the realm of mathematics steps in. Instead of using maps that already exist, can a map be created that can disprove this conjecture? This is because for the average person, it is a lot simpler to come up with a counter argument rather than proving it. So people started creating maps, and filling them in. There arose a problem of repeating maps being checked. Though two maps look different if the share the same type of relation between borders, then they are in essence the same map. So instead of filling areas on maps countries were represented with colored dots. If two countries touched reached other, they were connected with a line. This allowed for redundancy to be removed, and allowed for deeper analysis. This deeper analysis comes from the fact that the problem has been shifted from a coloring book problem, to a networking problem. In the 1970's this problem took off with the newfound interest in computer science, that arose in the time period. There is some rather useful insight about networking that comes in handy in solving the problem. If there is a country, call it country x, country x can be connected up to five other countries. Meaning in a given map every country can only connect with five other countries and still fit the parameters of a map. That is a very useful bit of information to have, because it allows the problem to simplified, and narrowed down. This will be apparent in the proof of at least five colors can be used.

In the last part it was mentioned that a country must have a network with anywhere from one to five connections in it. That part has its own proof, which was not covered. Going off of that information to prove five colors, start with seven colors, and work down to five. If there is a map with seven colors, assuming it is the smallest map with seven colors, there has to be one of those country x's that follows that networking rule. If that country is removed, or pulled from the map, then there is a smaller map. The smaller map would only require six colors then, and if the country x is put back into place, now there is an extra color that country x can now take, reducing the number of colors needed. This process can be done down to five, though five requires a tad more information and proofing, but can be done using the same logic.

In the mid 1800's a map creator was coloring in the counties of Great Britain. He tried to optimize his map by filling it in with as few colors as possible, without the same color touching. He worked at it, and did it with four colors. He assumed that four colors might be enough to fill any map then. He purposed the idea to his brother, who in turn passed the idea onto a mathematician by the name of Augustus De Morgan. Augustus is a famous mathematician, who is responsible for putting the problem together, and getting it some attention. The problem remained unsolved for one hundred and twenty five years after its proposal. Kenneth Appel and Wolfgang Aachen did not solve it until the 1970’s. There proof was controversial because it was the first mathematical proof to be done by the use of computer power. Which at the time was a not considered a guaranteed source.