A lattice point is defined as a point in the two-dimensional plane with integral coordinates. We define the centroid of four points ( x i , y i ) , i = 1 , 2 , 3 , 4 as point ( 4 x 1 + x 2 + x 3 + x 4 , 4 y 1 + y 2 + y 3 + y 4 ) .
What is the largest number of distinct lattice points in the plane such that the centroid of any four of them is not a lattice point?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Each integer is either odd or even. Thus there are four parity classes in Z 2 (one where both components are odd, one where both components are even, and two where the two components have opposite parities). Thus, if we have 5 or more members of Z 2 , then there must exist at least two of them that belong to the same parity class, so that their mean is a lattice point.
If we have a set S of 1 3 lattice points, we can find two points x 1 , x 2 ∈ S such that 2 1 ( x 1 + x 2 ) is a lattice point. Then S 1 = S \ { x 1 , x 2 } has 1 1 points, and hence we can find two points x 3 , x 4 ∈ S 1 such that 2 1 ( x 3 + x 4 ) is a lattice point. Then S 2 = S 1 \ { x 3 , x 4 } = S \ { x 1 , x 2 , x 3 , x 4 } has 9 points, so we can find two points x 5 , x 6 ∈ S 2 such that 2 1 ( x 5 + x 6 ) is a lattice point. Then S 3 = S \ { x 1 , x 2 , x 3 , x 4 , x 5 , x 6 } has 7 points, so we can find two points x 7 , x 8 ∈ S 3 such that 2 1 ( x 7 + x 8 ) is a lattice point. Finally S 4 = S \ { x 1 , x 2 , x 3 , . . . , x 8 } has 5 points, so we can find two points x 9 , x 1 0 ∈ S 4 such that 2 1 ( x 9 + x 1 0 ) is a lattice point.
Thus we have found 1 0 distinct points in S such that the averages 2 1 ( x 1 + x 2 ) , 2 1 ( x 3 + x 4 ) , 2 1 ( x 5 + x 6 ) , 2 1 ( x 7 + x 8 ) and 2 1 ( x 9 + x 1 0 ) are lattice points. But then there must exist two of these five averages which belong to the same parity class, and so such that the average of these two averages is a lattice point. In other words, we can find four points in S such that their centroid is a lattice point.
On the other hand, it is possible to find a set of 1 2 lattice points, no four of which have a centroid which is a lattice point. Consider the four sets C 0 C 1 C 2 C 3 = { ( 4 a , 4 b ) ∣ a , b ∈ Z } = { ( 4 a + 1 , 4 b + 2 ) ∣ a , b ∈ Z } = { ( 4 a + 2 , 4 b + 1 ) ∣ a , b ∈ Z } = { ( 4 a + 3 , 4 b + 3 ) ∣ a , b ∈ Z } and consider any set S ^ with 1 2 elements comprising three elements from each of these sets.
Suppose that we can find a subset of 4 elements of S ^ whose centroid is a lattice point. Then we are going to pick a elements from C 0 , b elements from C 1 , c elements from C 2 and d elements from C 3 , which means that a , b , c , d are integers such that 0 ≤ a , b , c , d ≤ 3 , a + b + c + d = 4 , and b + 2 c + 3 d ≡ 2 b + c + 3 d ≡ 0 ( m o d 4 ) This implies that b ≡ c ( m o d 4 ) , and hence that b = c . Thus 3 ( b + d ) ≡ 0 ( m o d 4 ) and hence d ≡ 4 − b ( m o d 4 ) . If b > 0 this means that d = 4 − b , and hence 4 = a + b + c + d = a + b + 4 > 4 , which is impossible. Thus b = 0 , which implies that d = 0 . But then a = 4 , which is impossible. Thus we have shown that no collection of four elements of S ^ has a centroid which is a lattice point. Thus 1 2 is the desired answer.