Minkowski's theorem
Template:Short description Template:More footnotes
In mathematics, Minkowski's theorem is the statement that every convex set in which is symmetric with respect to the origin and which has volume greater than contains a non-zero integer point (meaning a point in that is not the origin). The theorem was proved by Hermann Minkowski in 1889 and became the foundation of the branch of number theory called the geometry of numbers. It can be extended from the integers to any lattice and to any symmetric convex set with volume greater than , where denotes the covolume of the lattice (the absolute value of the determinant of any of its bases).
Formulation
Suppose that LScript error: No such module "Check for unknown parameters". is a lattice of determinant d(L)Script error: No such module "Check for unknown parameters". in the nScript error: No such module "Check for unknown parameters".-dimensional real vector space and SScript error: No such module "Check for unknown parameters". is a convex subset of that is symmetric with respect to the origin, meaning that if xScript error: No such module "Check for unknown parameters". is in SScript error: No such module "Check for unknown parameters". then −xScript error: No such module "Check for unknown parameters". is also in SScript error: No such module "Check for unknown parameters".. Minkowski's theorem states that if the volume of SScript error: No such module "Check for unknown parameters". is strictly greater than 2n d(L)Script error: No such module "Check for unknown parameters"., then SScript error: No such module "Check for unknown parameters". must contain at least one lattice point other than the origin. (Since the set SScript error: No such module "Check for unknown parameters". is symmetric, it would then contain at least three lattice points: the origin 0 and a pair of points ± xScript error: No such module "Check for unknown parameters"., where x ∈ L \ 0Script error: No such module "Check for unknown parameters"..)
Example
The simplest example of a lattice is the integer lattice of all points with integer coefficients; its determinant is 1. For n = 2Script error: No such module "Check for unknown parameters"., the theorem claims that a convex figure in the Euclidean plane symmetric about the origin and with area greater than 4 encloses at least one lattice point in addition to the origin. The area bound is sharp: if SScript error: No such module "Check for unknown parameters". is the interior of the square with vertices (±1, ±1)Script error: No such module "Check for unknown parameters". then SScript error: No such module "Check for unknown parameters". is symmetric and convex, and has area 4, but the only lattice point it contains is the origin. This example, showing that the bound of the theorem is sharp, generalizes to hypercubes in every dimension nScript error: No such module "Check for unknown parameters"..
Proof
The following argument proves Minkowski's theorem for the specific case of
Proof of the case: Consider the map
Intuitively, this map cuts the plane into 2 by 2 squares, then stacks the squares on top of each other. Clearly f (S)Script error: No such module "Check for unknown parameters". has area less than or equal to 4, because this set lies within a 2 by 2 square. Assume for a contradiction that fScript error: No such module "Check for unknown parameters". could be injective, which means the pieces of SScript error: No such module "Check for unknown parameters". cut out by the squares stack up in a non-overlapping way. Because fScript error: No such module "Check for unknown parameters". is locally area-preserving, this non-overlapping property would make it area-preserving for all of SScript error: No such module "Check for unknown parameters"., so the area of f (S)Script error: No such module "Check for unknown parameters". would be the same as that of SScript error: No such module "Check for unknown parameters"., which is greater than 4. That is not the case, so the assumption must be false: fScript error: No such module "Check for unknown parameters". is not injective, meaning that there exist at least two distinct points p1, p2Script error: No such module "Check for unknown parameters". in SScript error: No such module "Check for unknown parameters". that are mapped by fScript error: No such module "Check for unknown parameters". to the same point: f (p1) = f (p2)Script error: No such module "Check for unknown parameters"..
Because of the way fScript error: No such module "Check for unknown parameters". was defined, the only way that f (p1)Script error: No such module "Check for unknown parameters". can equal f (p2)Script error: No such module "Check for unknown parameters". is for p2Script error: No such module "Check for unknown parameters". to equal p1 + (2i, 2j)Script error: No such module "Check for unknown parameters". for some integers iScript error: No such module "Check for unknown parameters". and jScript error: No such module "Check for unknown parameters"., not both zero. That is, the coordinates of the two points differ by two even integers. Since SScript error: No such module "Check for unknown parameters". is symmetric about the origin, −p1Script error: No such module "Check for unknown parameters". is also a point in SScript error: No such module "Check for unknown parameters".. Since SScript error: No such module "Check for unknown parameters". is convex, the line segment between −p1Script error: No such module "Check for unknown parameters". and p2Script error: No such module "Check for unknown parameters". lies entirely in SScript error: No such module "Check for unknown parameters"., and in particular the midpoint of that segment lies in SScript error: No such module "Check for unknown parameters".. In other words,
is a point in SScript error: No such module "Check for unknown parameters".. This point (i, j)Script error: No such module "Check for unknown parameters". is an integer point, and is not the origin since iScript error: No such module "Check for unknown parameters". and jScript error: No such module "Check for unknown parameters". are not both zero. Therefore, SScript error: No such module "Check for unknown parameters". contains a nonzero integer point.
Remarks:
- The argument above proves the theorem that any set of volume contains two distinct points that differ by a lattice vector. This is a special case of Blichfeldt's theorem.[1]
- The argument above highlights that the term is the covolume of the lattice .
- To obtain a proof for general lattices, it suffices to prove Minkowski's theorem only for ; this is because every full-rank lattice can be written as for some linear transformation , and the properties of being convex and symmetric about the origin are preserved by linear transformations, while the covolume of is and volume of a body scales by exactly under an application of .
Applications
Bounding the shortest vector
Minkowski's theorem gives an upper bound for the length of the shortest nonzero vector. This result has applications in lattice cryptography and number theory.
Theorem (Minkowski's bound on the shortest vector): Let be a lattice. Then there is a with . In particular, by the standard comparison between and norms, . Template:Math proof Remarks:
- The constant in the bound can be improved, for instance by taking the open ball of radius as in the above argument. The optimal constant is known as the Hermite constant.
- The bound given by the theorem can be very loose, as can be seen by considering the lattice generated by . But it cannot be further improved in the sense that there exists a global constant such that there exists an -dimensional lattice satisfying for all . Furthermore, such lattice can be self-dual. [2]
- Even though Minkowski's theorem guarantees a short lattice vector within a certain magnitude bound, finding this vector is in general a hard computational problem. Finding the vector within a factor guaranteed by Minkowski's bound is referred to as Minkowski's Vector Problem (MVP), and it is known that approximation SVP reduces to it using transference properties of the dual lattice. The computational problem is also sometimes referred to as HermiteSVP.[3]
- The LLL-basis reduction algorithm can be seen as a weak but efficiently algorithmic version of Minkowski's bound on the shortest vector. This is because a -LLL reduced basis for has the property that ; see these lecture notes of Micciancio for more on this. As explained in,[3] proofs of bounds on the Hermite constant contain some of the key ideas in the LLL-reduction algorithm.
Applications to number theory
Primes that are sums of two squares
The difficult implication in Fermat's theorem on sums of two squares can be proven using Minkowski's bound on the shortest vector.
Theorem: Every prime with can be written as a sum of two squares.
Additionally, the lattice perspective gives a computationally efficient approach to Fermat's theorem on sums of squares:
Algorithm
|
|---|
| First, recall that finding any nonzero vector with norm less than in , the lattice of the proof, gives a decomposition of as a sum of two squares. Such vectors can be found efficiently, for instance using LLL-algorithm. In particular, if is a -LLL reduced basis, then, by the property that , . Thus, by running the LLL-lattice basis reduction algorithm with , we obtain a decomposition of as a sum of squares. Note that because every vector in has norm squared a multiple of , the vector returned by the LLL-algorithm in this case is in fact a shortest vector. |
Lagrange's four-square theorem
Minkowski's theorem is also useful to prove Lagrange's four-square theorem, which states that every natural number can be written as the sum of the squares of four natural numbers.
Dirichlet's theorem on simultaneous rational approximation
Minkowski's theorem can be used to prove Dirichlet's theorem on simultaneous rational approximation.
Algebraic number theory
Another application of Minkowski's theorem is the result that every class in the ideal class group of a number field KScript error: No such module "Check for unknown parameters". contains an integral ideal of norm not exceeding a certain bound, depending on KScript error: No such module "Check for unknown parameters"., called Minkowski's bound: the finiteness of the class number of an algebraic number field follows immediately.
Complexity theory
The complexity of finding the point guaranteed by Minkowski's theorem, or the closely related Blichfeldt's theorem, have been studied from the perspective of TFNP search problems. In particular, it is known that a computational analogue of Blichfeldt's theorem, a corollary of the proof of Minkowski's theorem, is PPP-complete.[4] It is also known that the computational analogue of Minkowski's theorem is in the class PPP, and it was conjectured to be PPP complete.[5]
See also
- Danzer set
- Pick's theorem
- Dirichlet's unit theorem
- Minkowski's second theorem
- Ehrhart's volume conjecture
References
<templatestyles src="Reflist/styles.css" />
Script error: No such module "Check for unknown parameters".
Further reading
<templatestyles src="Refbegin/styles.css" />
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1". ([1996 with minor corrections])
- Wolfgang M. Schmidt.Diophantine approximations and Diophantine equations, Lecture Notes in Mathematics, Springer Verlag 2000.
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
External links
- Stevenhagen, Peter. Number Rings.
- Template:Springer
- Template:Springer