Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Biography  



1.1  Early life and education  





1.2  Career  







2 Awards and honours  





3 Personal life  





4 See also  





5 References  





6 External links  














Michael O. Rabin






العربية
Azərbaycanca
تۆرکجه

Català
Čeština
Deutsch
Español
Esperanto
فارسی
Français

Bahasa Indonesia
Italiano
עברית
مصرى
Nederlands

Polski
Português
Română
Русский
Slovenčina
Српски / srpski
Srpskohrvatski / српскохрватски
Suomi
Türkçe
Українська

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Michael Oser Rabin
Born (1931-09-01) September 1, 1931 (age 92)
NationalityIsraeli
Alma materHebrew University of Jerusalem (MSc)
University of Pennsylvania
Princeton University (PhD)
Known forRabin cryptosystem
Rabin fingerprint
Rabin signature algorithm
Rabin–Karp string search algorithm
Rabin–Scott powerset construction
Adian–Rabin theorem
Berlekamp–Rabin algorithm
Miller–Rabin primality test
Hyper-encryption
Infinite-tree automaton
Decidability of S2S
Nondeterministic finite automata
Oblivious transfer
Probabilistic automaton
Pumping lemma
Randomized algorithms
Two-way finite automaton
Verifiable random function
Awards
  • Turing Award (1976)
  • Harvey Prize (1980)
  • Gibbs lecture (1985)
  • Israel Prize (1995)
  • IEEE Computer Society Charles Babbage Award (2000)
  • Paris Kanellakis Award (2003)
  • EMET Prize (2004)
  • Gödel Lecture (2004)
  • Dan David Prize (2010)
  • Dijkstra Prize (2015)
  • Scientific career
    FieldsComputer science
    InstitutionsHarvard University
    Hebrew University of Jerusalem
    Columbia University
    Thesis Recursive Unsolvability of Group Theoretic Problems  (1957)
    Doctoral advisorAlonzo Church
    Doctoral students
  • Dov Gabbay
  • Moshé Machover
  • Saharon Shelah
  • Michael Oser Rabin (Hebrew: מִיכָאֵל עוזר רַבִּין; born September 1, 1931) is an Israeli mathematician, computer scientist, and recipient of the Turing Award.

    Biography[edit]

    Early life and education[edit]

    Rabin was born in 1931 in Breslau, Germany (today Wrocław, in Poland), the son of a rabbi. In 1935, he emigrated with his family to Mandate Palestine. As a young boy, he was very interested in mathematics and his father sent him to the best high school in Haifa, where he studied under mathematician Elisha Netanyahu, who was then a high school teacher.[1]

    Rabin graduated from the Hebrew Reali School in Haifa in 1948, and was drafted into the army during the 1948 Arab–Israeli War. The mathematician Abraham Fraenkel, who was a professor of mathematics in Jerusalem, intervened with the army command, and Rabin was discharged to study at the university in 1949.[1] Afterwards, he received an M.Sc from Hebrew University of Jerusalem. He began graduate studies at the University of Pennsylvania before receiving a Ph.D. from Princeton University in 1956.[2]

    Career[edit]

    Rabin became Associate Professor of Mathematics at the University of California, Berkeley (1961–62) and MIT (1962-63). Before moving to Harvard University as Gordon McKay Professor of Computer Science in 1981, he was a professor at the Hebrew University.[3]

    In the late 1950s, he was invited for a summer to do research for IBM at the Lamb Estate in Westchester County, New York with other promising mathematicians and scientists. It was there that he and Dana Scott wrote the paper "Finite Automata and Their Decision Problems".[4] Soon, using nondeterministic automata, they were able to re-prove Kleene's result that finite state machines exactly accept regular languages.[1]

    As to the origins of what was to become computational complexity theory, the next summer Rabin returned to the Lamb Estate. John McCarthy posed a puzzle to him about spies, guards, and passwords, which Rabin studied and soon after he wrote an article, "Degree of Difficulty of Computing a Function and Hierarchy of Recursive Sets."[1][5]

    Nondeterministic machines have become a key concept in computational complexity theory, particularly with the description of the complexity classes P and NP.

    Rabin then returned to Jerusalem, researching logic, and working on the foundations of what would later be known as computer science. He was an associate professor and the head of the Institute of Mathematics at the Hebrew University at 29 years old, and a full professor by 33. Rabin recalls, "There was absolutely no appreciation of the work on the issues of computing. Mathematicians did not recognize the emerging new field".[1]

    In 1960, he was invited by Edward F. Moore to work at Bell Labs, where Rabin introduced probabilistic automata that employ coin tosses in order to decide which state transitions to take. He showed examples of regular languages that required a very large number of states, but for which you get an exponential reduction of the number of states with probabilistic automata.[1]

    In 1969, Rabin introduced infinite-tree automata and proved that the monadic second-order theoryofn successors (S2S when n = 2) is decidable.[6] A key component of the proof implicitly showed determinacyofparity games, which lie in the third level of the Borel hierarchy.

    In 1975, Rabin finished his tenure as Rector of the Hebrew University of Jerusalem and went to the Massachusetts Institute of Technology in the USA as a visiting professor. While there, Rabin invented the Miller–Rabin primality test, a randomized algorithm that can determine very quickly (but with a tiny probability of error) whether a number is prime.[7][8] Rabin's method was based on previous work of Gary Miller that solved the problem deterministically with the assumption that the generalized Riemann hypothesis is true, but Rabin's version of the test made no such assumption. Fast primality testing is key in the successful implementation of most public-key cryptography, and in 2003 Miller, Rabin, Robert M. Solovay, and Volker Strassen were given the Paris Kanellakis Award for their work on primality testing.

    In 1976 he was invited by Joseph Traub to meet at Carnegie Mellon University and presented the primality test, which Traub called "revolutionary".[1]

    In 1979, Rabin invented the Rabin cryptosystem, the first asymmetric cryptosystem whose security was proved equivalent to the intractability of integer factorization.[9]

    In 1981, Rabin reinvented a weak variant of the technique of oblivious transfer invented by Wiesner under the name of multiplexing,[10] allowing a sender to transmit a message to a receiver where the receiver has some probability between 0 and 1 of learning the message, with the sender being unaware whether the receiver was able to do so.

    In 1987, Rabin, together with Richard Karp, created one of the most well-known efficient string search algorithms, the Rabin–Karp string search algorithm, known for its rolling hash.[11]

    Rabin's more recent research has concentrated on computer security. He is currently the Thomas J. Watson Sr. Professor of Computer Science at Harvard University and Professor of Computer Science at Hebrew University. During the spring semester of 2007, he was a visiting professor at Columbia University teaching Introduction to Cryptography.

    Awards and honours[edit]

    Rabin is a foreign member of the United States National Academy of Sciences,[12] a member of the American Philosophical Society,[13] a member of the American Academy of Arts and Sciences,[14] a member of the French Academy of Sciences, and a foreign member of the Royal Society.

    In 1976, the Turing Award was awarded jointly to Rabin and Dana Scott for a paper written in 1959, the citation for which states that the award was granted:

    For their joint paper "Finite Automata and Their Decision Problems," which introduced the idea of nondeterministic machines, which has proved to be an enormously valuable concept. Their (Scott & Rabin) [sic] classic paper has been a continuous source of inspiration for subsequent work in this field.[15]

    In 1995, Rabin was awarded the Israel Prize, in computer sciences.[16] In 2010, Rabin was awarded the Tel Aviv University Dan David Prize ("Future" category), jointly with Leonard Kleinrock and Gordon E. Moore, for Computers and Telecommunications.[17] Rabin was awarded an Honorary Doctor of Science from Harvard University in 2017.[18]

    Personal life[edit]

    Rabin has a daughter, computer scientist Tal Rabin.[19]

    See also[edit]

    References[edit]

    1. ^ a b c d e f g Shasha, Dennis (February 2010). "An Interview with Michael O. Rabin". Communications of the ACM. 53 (2): 37–42. doi:10.1145/1646353.1646369. S2CID 16975542.
  • ^ "Michael O. Rabin". amturing.acm. Retrieved 14 August 2023.
  • ^ "Michael O. Rabin - Curriculum Vitae" (PDF). Harvard University. Retrieved 31 March 2017.
  • ^ Scott, Dana; Rabin, Michael (1959). "Finite Automata and Their Decision Problems" (PDF). IBM Journal of Research and Development. 3 (2): 114–125. doi:10.1147/rd.32.0114. Archived from the original on March 4, 2016.{{cite journal}}: CS1 maint: unfit URL (link)
  • ^ Rabin, M.O., "Degree of Difficulty of Computing a Function and Hierarchy of Recursive Sets", Technical Report No. 2, O.N.R., Hebrew University, Jerusalem, 1960
  • ^ Rabin, MO (1969). "Decidability of second order theories and automata on infinite trees". Transactions of the American Mathematical Society. 141: 1–35. doi:10.2307/1995086. JSTOR 1995086.
  • ^ Rabin, MO (1976). "Probabilistic algorithms". Algorithms and Complexity, Proc. Symp. Pittsburgh.
  • ^ Rabin, MO (1980). "Probabilistic algorithm for testing primality". Journal of Number Theory. 12 (1): 128–138. doi:10.1016/0022-314X(80)90084-0.
  • ^ Rabin, MO (January 1979). "Digitalized signatures and public-key functions as intractable as factorization" (PDF). MIT Laboratory of Computer Science Technical Report. Archived from the original (PDF) on September 21, 2006. Retrieved 2007-03-15.
  • ^ Rabin, Michael O. (1981). How to exchange secrets by oblivious transfer (Technical Report TR-81) (PDF). Aiken Computation Laboratory: Harvard University.
  • ^ Karp, RM; Rabin, MO (March 1987). "Efficient randomized pattern-matching algorithms". IBM Journal of Research and Development. 31 (2): 249–260. doi:10.1147/rd.312.0249. S2CID 5734450. Retrieved 2007-03-15.
  • ^ "Michael O. Rabin". www.nasonline.org. Retrieved 2022-05-02.
  • ^ "APS Member History". search.amphilsoc.org. Retrieved 2022-05-02.
  • ^ "Michael Oser Rabin". American Academy of Arts & Sciences. Retrieved 2022-05-02.
  • ^ ACM Turing Award Citation Archived 2012-07-14 at archive.today
  • ^ "Israel Prize Official Site - Recipients in 1995 (in Hebrew)". Archived from the original on 2008-12-27.
  • ^ "Dan David Prize Official Site - Laureates 2010". Archived from the original on March 6, 2010.
  • ^ "Harvard awards 10 honorary degrees". 25 May 2017.
  • ^ "Tal Rabin". Forbes. Retrieved 26 October 2022.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Michael_O._Rabin&oldid=1223828193"

    Categories: 
    1931 births
    Foreign associates of the National Academy of Sciences
    Israeli mathematicians
    Israeli computer scientists
    Hebrew Reali School alumni
    Einstein Institute of Mathematics alumni
    Academic staff of the Hebrew University of Jerusalem
    Columbia University faculty
    Turing Award laureates
    Dijkstra Prize laureates
    Israel Prize in computer sciences recipients
    Members of the Israel Academy of Sciences and Humanities
    Modern cryptographers
    Logicians
    Theoretical computer scientists
    Living people
    Foreign Members of the Royal Society
    International Association for Cryptologic Research fellows
    IBM Research computer scientists
    IBM employees
    Harvard University Department of Mathematics faculty
    Academic staff of ETH Zurich
    Members of the American Philosophical Society
    Weizmann Prize recipients
    Hidden categories: 
    CS1 maint: unfit URL
    Webarchive template archiveis links
    Articles with short description
    Short description is different from Wikidata
    Articles with hCards
    Articles containing Hebrew-language text
    Articles with ISNI identifiers
    Articles with VIAF identifiers
    Articles with WorldCat Entities identifiers
    Articles with BNF identifiers
    Articles with BNFdata identifiers
    Articles with J9U identifiers
    Articles with NKC identifiers
    Articles with NTA identifiers
    Articles with ACM-DL identifiers
    Articles with DBLP identifiers
    Articles with MATHSN identifiers
    Articles with MGP identifiers
    Articles with Scopus identifiers
    Articles with ZBMATH identifiers
    Articles with SNAC-ID identifiers
    Articles with SUDOC identifiers
     



    This page was last edited on 14 May 2024, at 16:29 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki