A lattice hypercube is a cube in 4-dimensional space, whose vertices are lattice points. Describe the set of possible side lengths of a lattice hypercube.
Note : A lattice point is a point whose coordinates are all integers. is a lattice point, but is not a lattice point.
If you are interested in Lattice cubes, try the 3-D version .
For similar problems, you can read my note on Construction .
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.
The answer is { n ∣ n is a non-negative integer } . As this is a construction problem, we need to show that the description is both necessary, and sufficient.
First, we establish a necessary condition. The distance between any 2 lattice points is of the form ( x 1 − x 2 ) 2 + ( y 1 − y 2 ) 2 + ( z 1 − z 2 ) 2 + ( w 1 − w 2 ) 2 , and so must be of the form n where n is a non-negative integer.
Second, we have to establish existence. (This is not guaranteed, see for example, the 3-D version). We use the Lagrange 4 square theorem, which states that for any non-negative integer n , it can be written as the sum of 4 squares, namely n = a 2 + b 2 + c 2 + d 2 .
Consider the 4 column vectors in the following matrix: ⎝ ⎜ ⎜ ⎛ a b c d b − a d − c c − d − a b d c − b − a ⎠ ⎟ ⎟ ⎞ It is clear that they each have side length n , and we can check that they are mutually orthogonal. Hence, the cube that is spanned by these 4 vectors, is a cube of side length n . This establishes the sufficient condition.