请输入您要查询的百科知识:

 

词条 Kissing number problem
释义

  1. Known greatest kissing numbers

  2. Some known bounds

  3. Generalization

  4. Algorithms

  5. Mathematical statement

  6. See also

  7. External links

  8. Notes

  9. References

In geometry, a kissing number is defined as the number of non-overlapping unit spheres that can be arranged such that they each touch a common unit sphere. For a lattice packing the kissing number is the same for every sphere, but for an arbitrary sphere packing the kissing number may vary from one sphere to another. Other names for kissing number that have been used are Newton number (after the originator of the problem), and contact number.

In general, the kissing number problem seeks the maximum possible kissing number for n-dimensional spheres in (n + 1)-dimensional Euclidean space. Ordinary spheres correspond to two-dimensional closed surfaces in three-dimensional space.

Finding the kissing number when centers of spheres are confined to a line (the one-dimensional case) or a plane (two-dimensional case) is trivial. Proving a solution to the three-dimensional case, despite being easy to conceptualise and model in the physical world, eluded mathematicians until the mid-20th century.[1][2] Solutions in higher dimensions are considerably more challenging, and only a handful of cases have been solved exactly. For others investigations have determined upper and lower bounds, but not exact solutions.[3]

Known greatest kissing numbers

In one dimension, the kissing number is 2:

In two dimensions, the kissing number is 6:

Proof: Consider a circle with center C that is touched by circles with centers C1, C2, .... Consider the rays C Ci. These rays all emanate from the same center C, so the sum of angles between adjacent rays is 360°.

Assume by contradiction that there are more than six touching circles. Then at least two adjacent rays, say C C1 and C C2, are separated by an angle of less than 60°. The segments C Ci have the same length – 2r – for all i. Therefore, the triangle C C1 C2 is isosceles, and its third side – C1 C2 – has a side length of less than 2r. Therefore, the circles 1 and 2 intersect – a contradiction.[1]

In three dimensions, the kissing number is 12, but the correct value was much more difficult to establish than in dimensions one and two. It is easy to arrange 12 spheres so that each touches a central sphere, but there is a lot of space left over, and it is not obvious that there is no way to pack in a 13th sphere. (In fact, there is so much extra space that any two of the 12 outer spheres can exchange places through a continuous movement without any of the outer spheres losing contact with the center one.) This was the subject of a famous disagreement between mathematicians Isaac Newton and David Gregory. Newton correctly thought that the limit was 12; Gregory thought that a 13th could fit. Some incomplete proofs that Newton was correct were offered in the nineteenth century, most notably one by Reinhold Hoppe, but the first correct proof (according to Brass, Moser, and Pach) did not appear until 1953.[2][3][4]

The twelve neighbors of the central sphere correspond to the maximum bulk coordination number of an atom in a crystal lattice in which all atoms have the same size (as in a chemical element). A coordination number of 12 is found in a cubic close-packed or a hexagonal close-packed structure.

In four dimensions, it was known for some time that the answer was either 24 or 25. It is easy to produce a packing of 24 spheres around a central sphere (one can place the spheres at the vertices of a suitably scaled 24-cell centered at the origin). As in the three-dimensional case, there is a lot of space left over—even more, in fact, than for n = 3—so the situation was even less clear. In 2003, Oleg Musin proved the kissing number for n = 4 to be 24, using a subtle trick.[5][6]

The kissing number in n dimensions is unknown for n > 4, except for n = 8 (240), and n = 24 (196,560).[7][8] The results in these dimensions stem from the existence of highly symmetrical lattices: the E8 lattice and the Leech lattice.

If arrangements are restricted to lattice arrangements, in which the centres of the spheres all lie on points in a lattice, then this restricted kissing number is known for n = 1 to 9 and n = 24 dimensions.[9] For 5, 6, and 7 dimensions the arrangement with the highest known kissing number found so far is the optimal lattice arrangement, but the existence of a non-lattice arrangement with a higher kissing number has not been excluded.

Some known bounds

The following table lists some known bounds on the kissing number in various dimensions.[10] The dimensions in which the kissing number is known are listed in boldface.

DimensionLower
bound
Upper
bound
12
26
312
424[5]
54044
67278
7126134
8240
9306364
10500554
11582870
128401,357
131,154[11]2,069
141,606[11]3,183
152,5644,866
164,3207,355
175,34611,072
187,39816,572
1910,66824,812
2017,40036,764
2127,72054,584
2249,89682,340
2393,150124,416
24196,560

Generalization

The kissing number problem can be generalized to the problem of finding the maximum number of non-overlapping congruent copies of any convex body that touch a given copy of the body. There are different versions of the problem depending on whether the copies are only required to be congruent to the original body, translates of the original body, or translated by a lattice. For the regular tetrahedron, for example, it is known that both the lattice kissing number and the translative kissing number are equal to 18, whereas the congruent kissing number is at least 56.[12]

Algorithms

There are several approximation algorithms on intersection graphs where the approximation ratio depends on the kissing number.[13] For example, there is

a polynomial-time 10-approximation algorithm to find a maximum non-intersecting subset of a set of rotated unit squares.

Mathematical statement

The kissing number problem can be stated as the existence of a solution to a set of inequalities. Let be a set of N D-dimensional position vectors of the centres of the spheres. The condition that this set of spheres can lie round the centre sphere without overlapping is:

 [14]

Thus the problem for each dimension can be expressed in the existential theory of the reals. However, general methods of solving problems in this form take at least exponential time which is why this problem has only been solved up to 4 dimensions. By adding additional variables, this can be converted to a single quartic equation in N(N-1)/2 + DN variables:

 [15]

Therefore, to solve the case in D = 5 dimensions and N = 40+1 vectors would be equivalent to determining the existence of real solutions to a quartic polynomial in 1025 variables. For the D = 24 dimensions and N = 196560+1, the quartic would have 19,322,732,544 variables. An alternative statement in terms of distance geometry is given by the distances squared between then mth and nth sphere.

This must be supplemented with the condition that the Cayley–Menger Determinant is zero for any set of points which forms an (D+1) simplex in D dimensions, since that volume must be zero. Setting gives a set of simultaneous polynomial equations in just y which must be solved for real values only. The two methods, being entirely equivalent, have various different uses. For example, in the second case one can randomly alter the values of the y by small amounts to try and minimise the polynomial in terms of the y.

See also

  • Equilateral dimension
  • Sphere packing
  • Spherical code
  • Soddy's hexlet

External links

  • {{cite web |last1=Grime |first1=James |title=Kissing Numbers |url=https://www.youtube.com/watch?v=LZ7X_YOfJqY |website=youtube |publisher=Brady Haran |accessdate=11 October 2018 |format=video}}

Notes

1. ^See also Lemma 3.1 in {{Cite journal | last1 = Marathe | first1 = M. V. | last2 = Breu | first2 = H. | last3 = Hunt | first3 = H. B. | last4 = Ravi | first4 = S. S. | last5 = Rosenkrantz | first5 = D. J. | title = Simple heuristics for unit disk graphs | doi = 10.1002/net.3230250205 | journal = Networks | volume = 25 | issue = 2 | pages = 59 | year = 1995 | pmid = | pmc = | arxiv = math/9409226 }}
2. ^{{cite book |first=John H. |last=Conway |authorlink=John Horton Conway |author2=Neil J.A. Sloane |authorlink2=Neil Sloane |year=1999 |title=Sphere Packings, Lattices and Groups |edition=3rd |publisher=Springer-Verlag |location=New York |isbn=0-387-98585-9|page=[https://books.google.com/books?id=upYwZ6cQumoC&pg=PA21 21]}}
3. ^{{cite book |first1=Peter |last1=Brass |first2=W. O. J. |last2=Moser |first3=János |last3=Pach |authorlink3=János Pach |title=Research problems in discrete geometry |publisher=Springer |year=2005 |isbn=978-0-387-23815-9 |page=[https://books.google.com/books?hl=en&id=cT7TB20y3A8C&pg=PA93 93]}}
4. ^{{citation | last = Zong | first = Chuanming | editor1-last = Goodman | editor1-first = Jacob E. | editor2-last = Pach | editor2-first = J├ínos | editor3-last = Pollack | editor3-first = Richard | contribution = The kissing number, blocking number and covering number of a convex body | doi = 10.1090/conm/453/08812 | location = Providence, RI | mr = 2405694 | pages = 529–548 | publisher = American Mathematical Society | series = Contemporary Mathematics | title = Surveys on Discrete and Computational Geometry: Twenty Years Later (AMS-IMS-SIAM Joint Summer Research Conference, June 18ÔÇô22, 2006, Snowbird, Utah) | volume = 453 | year = 2008| isbn = 9780821842393 }}.
5. ^{{cite journal |author=O. R. Musin |title=The problem of the twenty-five spheres |year=2003 |journal=Russ. Math. Surv. |volume=58 |pages=794–795 |doi=10.1070/RM2003v058n04ABEH000651 |issue=4|bibcode=2003RuMaS..58..794M }}
6. ^{{Cite journal|last1=Pfender|first1=Florian|last2=Ziegler|first2=Günter M.|authorlink2=Günter M. Ziegler|title=Kissing numbers, sphere packings, and some unexpected proofs|journal=Notices of the American Mathematical Society|date=September 2004|pages=873–883|url=http://www.ams.org/notices/200408/fea-pfender.pdf|postscript=}}.
7. ^{{cite journal| last=Levenshtein | first=Vladimir I. | authorlink=Vladimir Levenshtein | year=1979 | title=О границах для упаковок в n-мерном евклидовом пространстве |trans-title=On bounds for packings in n-dimensional Euclidean space | journal=Doklady Akademii Nauk SSSR | volume=245 | issue=6 | language=Russian | pages=1299–1303}}
8. ^Odlyzko, A. M., Sloane, N. J. A. New bounds on the number of unit spheres that can touch a unit sphere in n dimensions. J. Combin. Theory Ser. A 26 (1979), no. 2, 210—214
9. ^{{MathWorld | urlname=KissingNumber |title=Kissing Number}}
10. ^{{cite journal|last1=Mittelmann|first1=Hans D.|last2=Vallentin|first2=Frank|title=High accuracy semidefinite programming bounds for kissing numbers|year=2009|pages=174–178|volume=19|journal=Experimental Mathematics|arxiv=0902.1105|bibcode=2009arXiv0902.1105M}}
11. ^{{cite journal |author=В. А. Зиновьев, Т. Эриксон |script-title=ru:Новые нижние оценки на контактное число для небольших размерностей |language=Russian |journal=Пробл. Передачи Информ. |volume=35 |issue=4 |year=1999 |pages=3–11 |url=http://mi.mathnet.ru/eng/ppi457}} English translation: {{cite journal |author=V. A. Zinov'ev, T. Ericson |title=New Lower Bounds for Contact Numbers in Small Dimensions |journal=Problems of Information Transmission |year=1999 |volume=35 |issue=4 |pages=287–294 |mr=1737742}}
12. ^{{Cite journal|last1=Lagarias|first1=Jeffrey C.|last2=Zong|first2=Chuanming|title=Mysteries in packing regular tetrahedra|journal=Notices of the American Mathematical Society|date=December 2012|pages=1540–1549|url=http://www.ams.org/notices/201211/rtx121101540p.pdf}}
13. ^{{Cite journal|last1=Kammer|first1=Frank|last2=Tholey|first2=Torsten|title=Approximation Algorithms for Intersection Graphs|journal=Algorithmica |volume=68|issue=2|date=July 2012|pages=312–336|doi=10.1007/s00453-012-9671-1}}
14. ^Numbers m and n run from 1 to N. is the sequence of the N positional vectors. As the condition behind the second universal quantifier () does not change if m and n are exchanged, it is sufficient to let this quantor extend just over . For simplification the sphere radiuses are assumed to be 1/2.
15. ^Concerning the matrix only the entries having m<n are needed. Or, equivalent, the matrix can be assumed to be antisymmetric. Anyway the matrix has justN(N-1)\\2 free scalar variables. In addition, there are N D-dimensional vectors x_n, which correspondent to a matrix of N column vectors.

References

  • T. Aste and D. Weaire "The Pursuit of Perfect Packing" (Institute Of Physics Publishing London 2000) {{isbn|0-7503-0648-3}}
  • Table of the Highest Kissing Numbers Presently Known maintained by Gabriele Nebe and Neil Sloane (lower bounds)
  • Christine Bachoc and Frank Vallentin. "[https://arxiv.org/abs/math.MG/0608426 New upper bounds for kissing numbers from semidefinite programming]".
{{Isaac Newton}}{{Packing problem}}

2 : Discrete geometry|Packing problems

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 4:43:05