Let a be such that for all a1,a2,a3,a4∈R, there exist integers k1,k2,k3,k4 such that
1≤i<j≤4∑((ai−ki)−(aj−kj))2≤a.
We aim to find the minimum value of a.
Consider the numbers ai=4i for i=1,2,3,4. Let xi=ai−ki be the fractional parts of ai. We can arrange xi in increasing order and denote them by b1,b2,b3,b4. Since the fractional parts are distinct and are multiples of 0.25, we have:
b4≥b3+0.25≥b2+0.5≥b1+0.75.
Thus, we can write:
a≥(b1−b2)2+(b2−b3)2+(b3−b4)2+(b1−b3)2+(b2−b4)2+(b1−b4)2.
Given the spacing between the bi's, we have:
(b1−b2)2+(b2−b3)2+(b3−b4)2≥3×(0.25)2=0.1875,
(b1−b3)2+(b2−b4)2≥2×(0.5)2=0.5,
(b1−b4)2≥(0.75)2=0.5625.
Summing these, we get:
a≥0.1875+0.5+0.5625=1.25.
Now, we need to show that a=1.25 satisfies the condition. Assume without loss of generality that 0≤a1≤a2≤a3≤a4≤1. Define the differences a2−a1,a3−a2,a4−a3, and a1+1−a4. Let M be the largest of these differences. Assume M=a3−a2.
Choose k1=k2=−1 and k3=k4=0, so x1=a1+1, x2=a2+1, x3=a3, and x4=a4. Then, b1=a3, b2=a4, b3=a1+1, and b4=a2+1.
Define x=b2−b1, y=b3−b2, and z=b4−b3. We have:
x+y+z+M=1,
and M=max{M,x,y,z}.
We need to show:
1.25≥x2+y2+z2+(x+y)2+(y+z)2+(x+y+z)2.
By testing different cases and using the convexity of t2, we can confirm that the sum does not exceed 1.25.
Hence, the minimum value of a is:
1.25.