Do there exist four points in the Euclidean plane such that the pairwise distances between the points are all odd integers?
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.
Suppose that four points in R 2 are such that any two of them are an odd integer distance apart. If we make one of these points the origin, we have three vectors a , b , c such that ∥ a ∥ , ∥ b ∥ , ∥ c ∥ , ∥ a − b ∥ , ∥ a − c ∥ , ∥ b − c ∥ are all integers. But then ∥ a ∥ 2 , ∥ b ∥ 2 , ∥ c ∥ 2 , ∥ a − b ∥ 2 , ∥ a − c ∥ 2 , ∥ b − c ∥ 2 are all integers congruent to 1 modulo 8 . But this implies that 2 a ⋅ b = ∥ a ∥ 2 + ∥ b ∥ 2 − ∥ a − b ∥ 2 and similarly 2 a ⋅ c and 2 b ⋅ c are integers congruent to 1 modulo 8 .
Consider the 2 × 3 matrix X whose columns are a , b , c . Then X has rank at most 2 , and hence the 3 × 3 matrix Y = 2 X T X has rank at most 2 , and hence is singular, and so d e t Y = 0 ≡ 0 ( m o d 8 ) . But Y = 2 ⎝ ⎛ ∥ a ∥ 2 a ⋅ b a ⋅ c a ⋅ b ∥ b ∥ 2 b ⋅ c a ⋅ c b ⋅ c ∥ c ∥ 2 ⎠ ⎞ ≡ ⎝ ⎛ 2 1 1 1 2 1 1 1 2 ⎠ ⎞ ( m o d 8 ) which implies that d e t Y ≡ 4 ( m o d 8 ) which is a contradiction. Thus no such four points can exist.