Subsequence of Integers

Given any sequence of n integers, positive or negative, not necessarily all different, some consecutive subsequence has the property that the sum of the members of the subsequence is a multiple of n.

Solution


|Contact| |Front page| |Contents| |Up|

Copyright © 1996-2018 Alexander Bogomolny

Given any sequence of n integers, positive or negative, not necessarily all different, some consecutive subsequence has the property that the sum of the members of the subsequence is a multiple of n.

The following story has been communicated to me by William A McWorter Jr.

When I was an undergraduate, a buddy, Wally Shook, (who passed away too young) posed the following problem to me in a milk bar (he was not the original author of the problem).

Given any sequence of n integers, positive or negative, not necessarily all different, some consecutive subsequence has the property that the sum of the members of the subsequence is a multiple of n.

I was totally unable to solve this problem, try as I might. Later, as a graduate student, privileged to be in the presence of the world renowned mathematician Hans Zassenhaus, I picked up a copy of a text on group theory he wrote when he was only 18. There, as an exercise, appeared the same problem phrased for arbitrary finite groups.

Given any sequence of n elements of a group of order n, some consecutive subsequence has the property that the product of the members of the subsequence, in sequence order, is the identity element of the group.

Somehow, this abstraction freed me from the wrong turns I had taken trying to solve the original problem. Number theory was irrelevant; the solution is more simple than I had imagined. I came up with the standard proof.

(Back to integers) Let ai, i = 1, ..., n, be the given sequence. For i = 1,... ,n, define si as the sum of the first i integers of the sequence. If any one of the si are congruent 0 modulo n, then we are done. Otherwise, some pair of the si, say sj and sk, k > j, have the same nonzero remainder when divided by n. Hence the difference, sk - sj = aj+1 + ... + ak, the sum of a consecutive subsequence, is congruent 0 modulo n, equivalently, a multiple of n.

For some reason, I was very pleased with my solution and couldn't put the problem out of my mind. I posed a sort of converse problem.

Let H be an n-element subset of a group G. Suppose that for every sequence of n elements from H, some consecutive subsequence has the property that the product of its elements is the identity of G. Then H is a subgroup of G.

I struggled with this problem, made some partial progress, and then enlisted a fellow graduate student Eugene V. Martin to join me in a search for a solution, counterexample or a proof.

Together we made more progress, we both becoming more convinced the problem statement was true, but no complete solution emerged. Eugene gave up his attempt for a phd in mathematics and turned to helping those less fortunate than himself. I continued plodding toward the phd.

Eventually I completed the degree requirements and went to work for the University of British Columbia. Homesickness dominated the loss in salary when I chose to return to Ohio State, where the presence of Zassenhaus spurred me to complete a solution of the problem. In spite of my feeling that I had solved a useless problem, I communicated it to Zassenhaus, thinking he might enjoy what I did with his exercise. Surprisingly, he insisted that I publish the result in the Illinois Journal of Mathematics (he made sure it was accepted).

I attached Eugene's name as a coauthor because he had contributed so much to the final solution (a very crude solution cleaned up beautifully by the referee).

When the paper appeared in the journal, Eugene called me to express his thanks. He was proud that his dream of being a mathematician was not a total loss; he has at least one published paper now, something few mathematicians can claim.

Speaking of sequences, there is a standard pigeonhole problem:

Given any sequence of mn + 1 real numbers, some subsequence of (m + 1) numbers is increasing or some subsequence of (n + 1) numbers is decreasing.


Related material
Read more...

  • 200 points have been cosen on a circle, all with integer number of degrees. Prove that the points there are at least one pair of antipodes, i.e., the points 180° apart.
  • If each point of the plane is colored red or blue then there are two points of the same color at distance 1 from each other.
  • The integers 1, 2, ..., 10 are written on a circle, in any order. Show that there are 3 adjacent numbers whose sum is 17 or greater.
  • Given a planar set of 25 points such that among any three of them there exists a pair at the distance less than 1. Prove that there exists a circle of radius 1 that contains at least 13 of the given points.
  • Prove that among any five points selected inside an equilateral triangle with side equal to 1, there always exists a pair at the distance not greater than .5.
  • Let A be any set of 19 distinct integers chosen from the arithmetic progression 1, 4, 7,..., 100. Prove that there must be two distinct integers in A whose sum is 104.
  • Prove that in any set of 51 points inside a unit square, there are always three points that can be covered by a circle of radius 1/7.
  • Five points are chosen at the nodes of a square lattice (grid). Why is it certain that at least one mid-point of a line joining a pair of chosen points, is also a lattice point?
  • Prove that there exist two powers of 3 whose difference is divisible by 1997.
  • If 9 people are seated in a row of 12 chairs, then some consecutive set of 3 chairs are filled with people.
  • Given any sequence of n integers, positive or negative, not necessarily all different, some consecutive subsequence has the property that the sum of the members of the subsequence is a multiple of n.
  • In every polyhedron there is at least one pair of faces with the same number of sides.

  • |Contact| |Front page| |Contents| |Up|

    Copyright © 1996-2018 Alexander Bogomolny

    71546991