Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Vojtěch Jarník

This is a good article. Click here for more information.
From Wikipedia, the free encyclopedia
Czech mathematician

Vojtěch Jarník
Born(1897-12-22)22 December 1897
Died22 September 1970(1970-09-22) (aged 72)
Known for
Scientific career
FieldsMathematics
InstitutionsCharles University
Doctoral advisorKarel Petr
Other academic advisorsEdmund Landau
Doctoral students

Vojtěch Jarník (Czech pronunciation:[ˈvojcɛxˈjarɲiːk]; 22 December 1897 – 22 September 1970) was aCzechmathematician. He worked for many years as a professor and administrator atCharles University, and helped found theCzechoslovak Academy of Sciences. He is the namesake ofJarník's algorithm forminimum spanning trees.

Jarník worked innumber theory,mathematical analysis, andgraph algorithms. He has been called "probably the first Czechoslovak mathematician whose scientific works received wide and lasting international response".[1] As well as developing Jarník's algorithm, he found tight bounds on the number ofinteger lattice points onconvex curves, studied the relationship between theHausdorff dimension of sets of real numbers and how well they can beapproximated by rational numbers, and investigated the properties ofnowhere-differentiable functions.

Education and career

[edit]

Jarník was born on 22 December 1897. He was the son ofJan Urban Jarník [cs], a professor ofRomance languagephilology atCharles University,[2] and his older brother, Hertvík Jarník, also became a professor of linguistics.[3] Despite this background, Jarník learned no Latin at his gymnasium (the C.K. české vyšší reálné gymnasium, Ječná, Prague), so when he entered Charles University in 1915 he had to do so as an extraordinary student until he could pass a Latin examination three semesters later.[3]

He studied mathematics and physics at Charles University from 1915 to 1919, withKarel Petr as a mentor. After completing his studies, he became an assistant to Jan Vojtěch at theBrno University of Technology, where he also metMathias Lerch.[3] In 1921 he completed a doctoral degree (RNDr.) at Charles University with a dissertation onBessel functions supervised by Petr,[3] then returned to Charles University as Petr's assistant.[3][1][4]

While keeping his position at Charles University, he studied withEdmund Landau at the University of Göttingen from 1923 to 1925 and again from 1927 to 1929.[5] On his first return to Charles University he defended hishabilitation, and on his return from the second visit, he was given a chair in mathematics as an extraordinary professor. He was promoted to full professor in 1935 and later served as Dean of Sciences (1947–1948) and Vice-Rector (1950–1953). He retired in 1968.[1][4]

Jarník supervised the dissertations of 16 doctoral students. Notable among these areMiroslav Katětov, achess master who became rector of Charles University,Jaroslav Kurzweil, known for theHenstock–Kurzweil integral, Czech number theoristBohuslav Diviš, and Slovak mathematicianTibor Šalát.[3][6]

He died on 22 September 1970, at the age of 72.[1]

Contributions

[edit]

Although Jarník's 1921 dissertation,[1] like some of his later publications, was inmathematical analysis, his main area of work was innumber theory. He studied theGauss circle problem and proved a number of results onDiophantine approximation,integer lattice point problems, and thegeometry of numbers.[4] He also made pioneering, but long-neglected, contributions tocombinatorial optimization.[7]

Number theory

[edit]
A convex curve through 13 integer lattice points

TheGauss circle problem asks for the number of points of theinteger lattice enclosed by a givencircle.One of Jarník's theorems (1926), related to this problem, is that any closed strictlyconvex curve with lengthL passes throughat most

32π3L2/3+O(L1/3){\displaystyle {\frac {3}{\sqrt[{3}]{2\pi }}}L^{2/3}+O(L^{1/3})}

points of the integer lattice. TheO{\displaystyle O} in this formula is an instance ofBig O notation. Neither the exponent ofL nor the leading constant of this bound can be improved, as there exist convex curves with this many grid points.[8][9]

Another theorem of Jarník in this area shows that, for any closed convex curve in the plane with a well-defined length, theabsolute difference between the area it encloses and the number of integer points it encloses is at most its length.[10]

Jarník also published several results inDiophantine approximation, the study of the approximation ofreal numbers byrational numbers.He proved (1928–1929) that the badly approximable real numbers (the ones with bounded terms in theircontinued fractions) haveHausdorff dimension one. This is the same dimension as the set of all real numbers, intuitively suggesting that the set of badly approximable numbers is large. He also considered the numbersxfor which there exist infinitely many good rational approximationsp/q, with

|xpq|<1qk{\displaystyle \left|x-{\frac {p}{q}}\right|<{\frac {1}{q^{k}}}}

for a given exponentk > 2, and proved (1929) that these have the smaller Hausdorff dimension2/k. The second of these results was later rediscovered byBesicovitch.[11] Besicovitch used different methods than Jarník to prove it, and the result has come to be known as the Jarník–Besicovitch theorem.[12]

Mathematical analysis

[edit]

Jarník's work inreal analysis was sparked by finding, in the unpublished works ofBernard Bolzano, a definition of acontinuous function that was nowheredifferentiable. Bolzano's 1830 discovery predated the 1872 publication of theWeierstrass function, previously considered to be the first example of such a function. Based on his study of Bolzano's function, Jarník was led to a more general theorem: If areal-valued function of aclosed interval does not havebounded variation in any subinterval, then there is a dense subset of its domain on which at least one of itsDini derivatives is infinite. This applies in particular to the nowhere-differentiable functions, as they must have unbounded variation in all intervals. Later, after learning of a result byStefan Banach andStefan Mazurkiewicz thatgeneric functions (that is, the members of aresidual set of functions) are nowhere differentiable, Jarník proved that at almost all points, all four Dini derivatives of such a function are infinite. Much of his later work in this area concerned extensions of these results to approximate derivatives.[13]

Combinatorial optimization

[edit]
Animation ofJarník's algorithm forminimum spanning trees

Incomputer science andcombinatorial optimization, Jarník is known for analgorithm for constructingminimum spanning trees that hepublished in 1930, in response to the publication ofBorůvka's algorithm by another Czech mathematician,Otakar Borůvka.[14]Jarník's algorithm builds a tree from a single starting vertex of a givenweighted graph by repeatedly adding the cheapest connection to any other vertex, until all vertices have been connected.The same algorithm was later rediscovered in the late 1950s byRobert C. Prim andEdsger W. Dijkstra. It is also known as Prim's algorithm or the Prim–Dijkstra algorithm.[15]

He also published a second, related, paper withMiloš Kössler [cs] (1934) on the EuclideanSteiner tree problem. In this problem, one must again form a tree connecting a given set of points, with edge costs given by theEuclidean distance. However, additional points that are not part of the input may be added to make the overall tree shorter. This paper is the first serious treatment of the general Steiner tree problem (although it appears earlier in a letter byGauss), and it already contains "virtually all general properties of Steiner trees" later attributed to other researchers.[7]

Recognition and legacy

[edit]

Jarník was a member of the Czech Academy of Sciences and Arts, from 1934 as an extraordinary member and from 1946 as a regular member.[1] In 1952 he became one of the founding members ofCzechoslovak Academy of Sciences.[1][4] He was also awarded the Czechoslovak State Prize in 1952.[1]

Jarníkova Street, the Jarníkova bus stop, and a commemorative sign honoring Jarník

The Vojtěch Jarník International Mathematical Competition, held each year since 1991 inOstrava, is named in his honor,[16] as is Jarníkova Street in theChodov district ofPrague. A series ofpostage stamps published by Czechoslovakia in 1987 to honor the 125th anniversary of theUnion of Czechoslovak mathematicians and physicists included one stamp featuring Jarník together withJoseph Petzval andVincenc Strouhal.[17]

A conference was held in Prague, in March 1998, to honor the centennial of his birth.[1]

Since 2002, ceremonialJarník's lecture is held every year atFaculty of Mathematics and Physics, Charles University, in a lecture hall named after him.[18]

Selected publications

[edit]

Jarník published 90 papers in mathematics,[19] including:

He was also the author of ten textbooks in Czech, onintegral calculus,differential equations, andmathematical analysis.[19] These books "became classics for several generations of students".[20]

References

[edit]
  1. ^abcdefghiNetuka, Ivan (1998)."In memoriam Prof. Vojtěch Jarník (22. 12. 1897 – 22. 9. 1970)"(PDF). News and Notes.Mathematica Bohemica.123 (2):219–221.doi:10.21136/MB.1998.126302..
  2. ^Durnová (2004), p. 168.
  3. ^abcdefVeselý, Jiří (1999), "Pedagogical activities of Vojtěch Jarník", in Novák, Břetislav (ed.),Life and work of Vojtěch Jarník, Prague:Union of Czech mathematicians and physicists, pp. 83–94,ISBN 80-7196-156-6.
  4. ^abcdO'Connor, John J.;Robertson, Edmund F.,"Vojtěch Jarník",MacTutor History of Mathematics Archive,University of St Andrews
  5. ^Netuka (1998) andVeselý (1999); however, O'Connor and Robertson give his return dates as 1924 and 1928.
  6. ^Vojtěch Jarník at theMathematics Genealogy Project,
  7. ^abcdKorte, Bernhard;Nešetřil, Jaroslav (2001). "Vojtěch Jarník's work in combinatorial optimization".Discrete Mathematics.235 (1–3):1–17.doi:10.1016/S0012-365X(00)00256-9.hdl:10338.dmlcz/500662.MR 1829832.
  8. ^Bordellès, Olivier (2012), "5.4.7 Counting integer points on smooth curves",Arithmetic Tales, Springer, p. 290,ISBN 9781447140962.
  9. ^Huxley, M. N. (1996), "2.2 Jarník's polygon",Area, Lattice Points, and Exponential Sums, London Mathematical Society Monographs, vol. 13, Clarendon Press, pp. 31–33,ISBN 9780191590320.
  10. ^Redmond, Don (1996),Number Theory: An Introduction to Pure and Applied Mathematics, CRC Press, p. 561,ISBN 9780824796969.
  11. ^abcDodson, M. M. (1999),"Some recent extensions of Jarník's work in Diophantine approximation", in Novák, Břetislav (ed.),Life and work of Vojtěch Jarník, Prague:Union of Czech mathematicians and physicists, pp. 23–36,ISBN 80-7196-156-6.
  12. ^Beresnevich, Victor; Ramírez, Felipe; Velani, Sanju (2016), "Metric Diophantine approximation: Aspects of recent work", in Badziahin, Dzmitry; Gorodnik, Alexander; Peyerimhoff, Norbert (eds.),Dynamics and Analytic Number Theory: Proceedings of the Durham Easter School 2014, London Mathematical Society Lecture Note Series, vol. 437, Cambridge University Press, pp. 1–95,arXiv:1601.01948,doi:10.1017/9781316402696.002,ISBN 978-1-316-40269-6,S2CID 119304793. See Theorem 1.33 (the Jarník–Besicovitch theorem), p. 23, and the discussion following the theorem.
  13. ^abcPreiss, David (1999),"The work of Professor Jarník in real analysis", in Novák, Břetislav (ed.),Life and work of Vojtěch Jarník, Prague:Union of Czech mathematicians and physicists, pp. 55–66,ISBN 80-7196-156-6.
  14. ^Durnová, Helena (2004),"A history of discrete optimization", in Fuchs, Eduard (ed.),Mathematics Throughout the Ages, Vol. II, Prague: Výzkumné centrum pro dějiny vědy, pp. 51–184,ISBN 9788072850464. See in particular page 127: "Soon after Borůvka's published his solution, another Czech mathematician, Vojtěch Jarník, reacted by publishing his own solution," and page 133: "Jarník’s article on this topic is an extract from a letter to O. Borůvka".
  15. ^Sedgewick, Robert; Wayne, Kevin (2011).Algorithms (4th ed.). Addison-Wesley Professional. p. 628.ISBN 9780132762564..
  16. ^"Vojtěch Jarník International Mathematical Competition". Retrieved16 February 2017.
  17. ^Miller, Jeff."Images of Mathematicians on Postage Stamps". Retrieved2017-02-17..
  18. ^Ceremonial Lectures, mff.cuni.cz
  19. ^abNovák, Břetislav, ed. (1999), "Bibliography of scientific works of V. Jarník",Life and work of Vojtěch Jarník, Prague:Union of Czech mathematicians and physicists, pp. 133–142,ISBN 80-7196-156-6.
  20. ^Vojtěch Jarník, Czech Digital Mathematics Library, 2010, retrieved2017-02-17.

Further reading

[edit]

External links

[edit]
International
National
Academics
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Vojtěch_Jarník&oldid=1307835443"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp