Find
least possible value
of
n
, such that we can always choose 2 points out of
n
points in 5-dimensional space (wherever they may be marked), such that there's at least one more lattice point on the segment joining them.
Details and assumptions :-
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.
Consider the parities of each of the coordinates. If two points have the same parity for each of the 5 coordinates, their midpoint is also a lattice coordinate. When n = 2 5 + 1 = 3 3 this will definitely happen.
If n = 3 2 , consider all possible lattice points with each coordinate 0 or 1. Clearly a point joining two of them will not pass through a lattice point. Thus n = 3 3 is the answer.
Let N be the minimium number of points to be chosen out of r D space, such that there are 2 whose midpoint is a lattice point. Then, I claim that
N = 2 r + 1
Here r = 5 hence 2 5 + 1 = 3 3
Dude that's right, but there's just one thing you gotta do... You said k as the number of points and later, you used it as the number of choices for a coordinate (i.e. Odd or Even, giving k = 2 ).... Also, write a complete proof if you can :D
Log in to reply
Thanks for pointing out the ambiguous notation! I've edited the solution accordingly.
Problem Loading...
Note Loading...
Set Loading...
This might be only me being a non-native speaker and misunderstanding the problem, but shouldn't be there "... out of n lattice points..."? Cause near the point with all non-integer coordinates, one can fit any number of points with also non-integer coordinates such that there is obviously no lattice point in between any two.