Blichfeldt's theorem

{{Short description|High-area shapes can shift to hold many grid points}}

File:Blichfeldts theorem.svg

Blichfeldt's theorem is a mathematical theorem in the geometry of numbers, stating that whenever a bounded set in the Euclidean plane has area A, it can be translated so that it includes at least \lceil A\rceil points of the integer lattice.{{r|olds}} Equivalently, every bounded set of area A contains a set of \lceil A\rceil points whose coordinates all differ by integers.{{r|cassels}}

This theorem can be generalized to other lattices and to higher dimensions, and can be interpreted as a continuous version of the pigeonhole principle.{{r|cassels}} It is named after Danish-American mathematician Hans Frederick Blichfeldt, who published it in 1914.{{r|blichfeldt}} Some sources call it Blichfeldt's principle{{r|marvin}} or Blichfeldt's lemma.{{r|honsberger}}

Statement and proof

The theorem can be stated most simply for points in the Euclidean plane, and for the integer lattice in the plane. For this version of the theorem, let S be any measurable set, let A denote its area, and round this number up to the next integer value, n=\lceil A\rceil . Then Blichfeldt's theorem states that S can be translated so that its translated copy contains at least n points with integer coordinates.{{r|olds}}

The basic idea of the proof is to cut S into pieces according to the squares of the integer lattice, and to translate each of those pieces by an integer vector so that it lies within the unit square having the origin as its lower right corner. This translation may cause some pieces of the unit square to be covered more than once, but if the combined area of the translated pieces is counted with multiplicity it remains unchanged, equal to A. On the other hand, if the whole unit square were covered with multiplicity n-1 its area would be n-1, less than A. Therefore, some point p of the unit square must be covered with multiplicity at least n. A translation that takes p to the origin will also take all of the n points of S that covered p to integer points, which is what was required.{{r|olds}}

More generally, the theorem applies to d-dimensional sets S, with d-dimensional volume A, and to an arbitrary d-dimensional lattice \Lambda (a set of points in d-dimensional space that do not all lie in any lower dimensional subspace, are separated from each other by some minimum distance, and can be combined by adding or subtracting their coordinates to produce other points in the same set). Just as the integer lattice divides the plane into squares, an arbitrary lattice divides its space into fundamental regions (called parallelotopes) with the property that any one of these regions can be translated onto any other of them by adding the coordinates of a unique lattice point. If L is the d-dimensional volume of one of parallelotopes, then Blichfeldt's theorem states that S can be translated to include at least \lceil A/L\rceil points of \Lambda. The proof is as before: cut up S by parallelotopes, translate the pieces by translation vectors in \lambda onto a single parallelotope without changing the total volume (counted with multiplicity), observe that there must be a point p of multiplicity at least \lceil A/L\rceil, and use a translation that takes p to the origin.{{r|olds}}

Instead of asking for a translation for which there are n lattice points, an equivalent form of the theorem states that S itself contains a set of n points, all of whose pairwise differences belong to the lattice.{{r|cassels}} A strengthened version of the theorem applies to compact sets, and states that they can be translated to contain at least \lfloor A+1\rfloor points of the lattice. This number of points differs from \lceil A\rceil only when A is an integer, for which it is larger by one.{{r|olds}}

Applications

=Minkowski's theorem=

Minkowski's theorem, proved earlier than Blichfeldt's work by Hermann Minkowski, states that any convex set in the plane that is centrally symmetric around the origin, with area greater than four (or a compact symmetric set with area equal to four) contains a nonzero integer point. More generally, for a d-dimensional lattice \Lambda whose fundamental parallelotopes have volume L, any set centrally symmetric around the origin with volume greater than 2^d L contains a nonzero lattice point.{{r|olds}}

Although Minkowski's original proof was different, Blichfeldt's theorem can be used in a simple proof of Minkowski's theorem. Let X be any centrally symmetric set with volume greater than 2^d L (meeting the conditions of Minkowski's theorem), and scale it down by a factor of two to obtain a set \tfrac{1}{2}X of volume greater than L. By Blichfeldt's theorem, \tfrac{1}{2}X has two points p and q whose coordinatewise difference belongs to L. Reversing the shrinking operation, 2p and 2q belong to X. By symmetry -2q also belongs to X, and by convexity the midpoint of 2p and -2q belongs to X. But this midpoint is p-q, a nonzero point of L.{{r|cassels}}

=Other applications=

File:Blichfeldt-Minkowski comparison.svg in Y, when centered on the origin, contains a nonzero lattice point. In contrast, the blue rectangle K on the right, the largest convex subset of X, has area too small for Minkowski's theorem to guarantee that it contains a nonzero lattice point, and the yellow rectangle \tfrac{1}{2}K within it is too small for Blichfeldt's theorem to find two points in it.]]

Many applications of Blichfeldt's theorem, like the application to Minkowski's theorem, involve finding a nonzero lattice point in a large-enough set, but one that is not convex. For the proof of Minkowski's theorem, the key relation between the sets X and \tfrac{1}{2}X that makes the proof work is that all differences of pairs of points in \tfrac{1}{2}X belong to X. However, for a set X that is not convex, \tfrac{1}{2}X might have pairs of points whose difference does not belong to X, making it unusable in this technique. One could instead find the largest centrally symmetric convex subset K\subset X, and then apply Minkowski's theorem to K, or equivalently apply Blichfeldt's theorem to \tfrac{1}{2}K. However, in many cases a given non-convex set X has a subset Y\subset X that is larger than \tfrac{1}{2}K, whose pairwise differences belong to X. When this is the case, the larger size of Y relative to \tfrac{1}{2}K leads to tighter bounds on how big X needs to be sure of containing a lattice point.{{r|spohn}}

For a centrally symmetric star domain, it is possible to use the calculus of variations to find the largest set X' whose pairwise differences belong to X. Applications of this method include simultaneous Diophantine approximation, the problem of approximating a given set of irrational numbers by rational numbers that all have the same denominators.{{r|spohn}}

Generalizations

Analogues of Blichfeldt's theorem have been proven for other sets of points than lattices, showing that large enough regions contain many points from these sets. These include a theorem for Fuchsian groups, lattice-like subsets of 2\times 2 matrices,{{r|tsuji}} and for the sets of vertices of Archimedean tilings.{{r|cao|schymura}}

Other generalizations allow the set S to be a measurable function, proving that its sum over some set of translated lattice points is at least as large as its integral, or replace the single set S with a family of sets.{{r|lekkerkerker}}

Computational complexity

A computational problem related to Blichfeldt's theorem has been shown to be complete for the PPP complexity class, and therefore unlikely to be solvable in polynomial time. The problem takes as input a set of integer vectors forming the basis of a d-dimensional lattice \Lambda, and a set S of integer vectors, represented implicitly by a Boolean circuit for testing whether a given vector belongs to S. It is required that the cardinality of S, divided by the volume of the fundamental parallelotope of \Lambda, is at least one, from which a discrete version of Blichfeldt's theorem implies that S includes a pair of points whose difference belongs to \Lambda. The task is to find either such a pair, or a point of S that itself belongs to \Lambda. The computational hardness of this task motivates the construction of a candidate for a collision-resistant cryptographic hash function.{{r|sotiraki}}

See also

  • Dot planimeter, a device for estimating the area of a shape by counting the lattice points that it contains
  • Pick's theorem, a more precise relationship between area and lattice points covered by a polygon with lattice-point vertices

References

{{reflist|refs=

{{citation

| last = Blichfeldt | first = H. F. | author-link = Hans Frederick Blichfeldt

| doi = 10.1090/S0002-9947-1914-1500976-6

| jstor = 1988585

| issue = 3

| journal = Transactions of the American Mathematical Society

| mr = 1500976

| pages = 227–235

| title = A new principle in the geometry of numbers, with some applications

| volume = 15

| year = 1914| doi-access = free

}}

{{citation

| last1 = Cao | first1 = Penghao

| last2 = Yuan | first2 = Liping

| doi = 10.4169/amer.math.monthly.118.08.743

| issue = 8

| journal = American Mathematical Monthly

| mr = 2843996

| pages = 743–746

| title = A Blichfeldt-type theorem for H-points

| volume = 118

| year = 2011}}

{{citation

| last = Cassels | first = J. W. S. | author-link = J. W. S. Cassels

| contribution = Theorem 2.1 (Blichfeldt)

| contribution-url = https://books.google.com/books?id=6n31DAAAQBAJ&pg=PA68

| isbn = 0-12-163260-1

| mr = 522835

| page = 68

| publisher = Academic Press

| series = London Mathematical Society Monographs

| title = Rational quadratic forms

| volume = 13

| year = 1978}}

{{citation

| last = Honsberger | first = Ross | author-link = Ross Honsberger

| contribution = The orchard problem

| pages = 43–53

| publisher = Mathematical Association of America

| series = Dolciani Mathematical Expositions

| title = Mathematical Gems I

| volume = 1

| year = 1973}}; see in particular Blichfeldt's lemma, p. 44

{{citation

| last = Lekkerkerker | first = C. G. | author-link = Gerrit Lekkerkerker

| contribution = Section 2.6: Generalizations of the theorem of Blichfeldt

| mr = 0271032

| pages = 40–43

| publisher = North-Holland

| series = Bibliotheca Mathematica

| title = Geometry of Numbers

| volume = 8

| year = 1969}}

{{citation

| last = Marvin | first = Stephen

| contribution = B

| date = November 2012

| doi = 10.1002/9781118582121.ch2

| pages = 19–36

| publisher = John Wiley & Sons

| title = Dictionary of Scientific Principles}}

{{citation

| last1 = Olds | first1 = C. D. | author1-link = Carl D. Olds

| last2 = Lax | first2 = Anneli | author2-link = Anneli Cahn Lax

| last3 = Davidoff | first3 = Giuliana P. | author3-link = Giuliana Davidoff

| contribution = Chapter 9: A new principle in the geometry of numbers

| isbn = 0-88385-643-3

| mr = 1817689

| pages = 119–127

| publisher = Mathematical Association of America, Washington, DC

| series = Anneli Lax New Mathematical Library

| title = The Geometry of Numbers

| title-link = The Geometry of Numbers

| volume = 41

| year = 2000}}

{{citation

| last1 = Schymura | first1 = Matthias

| last2 = Yuan | first2 = Liping

| doi = 10.1007/s13366-019-00446-x

| issue = 4

| journal = Beiträge zur Algebra und Geometrie

| mr = 4025474

| pages = 749–759

| title = A note on discrete lattice-periodic sets with an application to Archimedean tilings

| volume = 60

| year = 2019| arxiv = 1710.02552

}}

{{citation

| last1 = Sotiraki | first1 = Katerina

| last2 = Zampetakis | first2 = Manolis

| last3 = Zirdelis | first3 = Giorgos

| editor-last = Thorup | editor-first = Mikkel | editor-link = Mikkel Thorup

| arxiv = 1808.06407

| contribution = PPP-completeness with connections to cryptography

| doi = 10.1109/FOCS.2018.00023

| mr = 3899585

| pages = 148–158

| publisher = IEEE Computer Society

| title = 59th IEEE Annual Symposium on Foundations of Computer Science, FOCS 2018, Paris, France, October 7-9, 2018

| year = 2018}}

{{citation

| last = Spohn | first = W. G.

| doi = 10.2307/2373489

| journal = American Journal of Mathematics

| jstor = 2373489

| mr = 231794

| pages = 885–894

| title = Blichfeldt's theorem and simultaneous Diophantine approximation

| volume = 90

| year = 1968}}

{{citation

| last = Tsuji | first = Masatsugu

| journal = Commentarii Mathematici Universitatis Sancti Pauli

| mr = 81323

| pages = 17–24

| title = Analogue of Blichfeldt's theorem for Fuchsian groups

| volume = 5

| year = 1956}}

}}