HOME

TheInfoList



OR:

Emil Leon Post (; February 11, 1897 – April 21, 1954) was an American
mathematician A mathematician is someone who uses an extensive knowledge of mathematics in their work, typically to solve mathematical problems. Mathematicians are concerned with numbers, data, quantity, structure, space, models, and change. History On ...
and logician. He is best known for his work in the field that eventually became known as
computability theory Computability theory, also known as recursion theory, is a branch of mathematical logic, computer science, and the theory of computation that originated in the 1930s with the study of computable functions and Turing degrees. The field has sinc ...
.


Life

Post was born in
Augustów Augustów (; lt, Augustavas, formerly known in English as ''Augustovo'' or ''Augustowo'')" is a city in north-eastern Poland with 29,729 inhabitants as of December 2021. It lies on the Netta River and the Augustów Canal. It is situated in the ...
, Suwałki Governorate,
Congress Poland Congress Poland, Congress Kingdom of Poland, or Russian Poland, formally known as the Kingdom of Poland, was a polity created in 1815 by the Congress of Vienna as a semi-autonomous Polish state, a successor to Napoleon's Duchy of Warsaw. I ...
,
Russian Empire The Russian Empire was an empire and the final period of the Russian monarchy from 1721 to 1917, ruling across large parts of Eurasia. It succeeded the Tsardom of Russia following the Treaty of Nystad, which ended the Great Northern War ...
(now Poland) into a
Polish-Jewish The history of the Jews in Poland dates back at least 1,000 years. For centuries, Poland was home to the largest and most significant Ashkenazi Jewish community in the world. Poland was a principal center of Jewish culture, because of the l ...
family that immigrated to New York City in May 1904. His parents were Arnold and Pearl Post. Post had been interested in astronomy, but at the age of twelve lost his left arm in a car accident. This loss was a significant obstacle to being a professional astronomer, leading to his decision to pursue mathematics rather than astronomy. Post attended the Townsend Harris High School and continued on to graduate from
City College of New York The City College of the City University of New York (also known as the City College of New York, or simply City College or CCNY) is a public university within the City University of New York (CUNY) system in New York City. Founded in 1847, Cit ...
in 1917 with a B.S. in Mathematics. After completing his Ph.D. in mathematics in 1920 at
Columbia University Columbia University (also known as Columbia, and officially as Columbia University in the City of New York) is a private research university in New York City. Established in 1754 as King's College on the grounds of Trinity Church in Manhatt ...
, supervised by Cassius Jackson Keyser, he did a post-doctorate at
Princeton University Princeton University is a private research university in Princeton, New Jersey. Founded in 1746 in Elizabeth as the College of New Jersey, Princeton is the fourth-oldest institution of higher education in the United States and one of the ...
in the 1920–1921 academic year. Post then became a high school mathematics teacher in New York City. Post married Gertrude Singer in 1929, with whom he had a daughter, Phyllis Post Goodman (1932–1995). Post spent at most three hours a day on research on the advice of his doctor in order to avoid manic attacks, which he had been experiencing since his year at Princeton.Urquhart (2008), p. 430. In 1936, he was appointed to the mathematics department at the City College of New York. He died in 1954 of a
heart attack A myocardial infarction (MI), commonly known as a heart attack, occurs when blood flow decreases or stops to the coronary artery of the heart, causing damage to the heart muscle. The most common symptom is chest pain or discomfort which ma ...
following
electroshock treatment Electroconvulsive therapy (ECT) is a psychiatric treatment where a generalized seizure (without muscular convulsions) is electrically induced to manage refractory mental disorders.Rudorfer, MV, Henry, ME, Sackeim, HA (2003)"Electroconvulsive the ...
for depression; he was 57.


Early work

In his doctoral thesis, later shortened and published as "Introduction to a General Theory of Elementary Propositions" (1921), Post proved, among other things, that the propositional calculus of '' Principia Mathematica'' was complete: all tautologies are
theorem In mathematics, a theorem is a statement that has been proved, or can be proved. The ''proof'' of a theorem is a logical argument that uses the inference rules of a deductive system to establish that the theorem is a logical consequence of t ...
s, given the ''Principia'' axioms and the rules of substitution and
modus ponens In propositional logic, ''modus ponens'' (; MP), also known as ''modus ponendo ponens'' (Latin for "method of putting by placing") or implication elimination or affirming the antecedent, is a deductive argument form and rule of inference ...
. Post also devised
truth table A truth table is a mathematical table used in logic—specifically in connection with Boolean algebra, boolean functions, and propositional calculus—which sets out the functional values of logical expressions on each of their functional arg ...
s independently of
Ludwig Wittgenstein Ludwig Josef Johann Wittgenstein ( ; ; 26 April 1889 – 29 April 1951) was an Austrian- British philosopher who worked primarily in logic, the philosophy of mathematics, the philosophy of mind, and the philosophy of language. He is consi ...
and
C. S. Peirce Charles Sanders Peirce ( ; September 10, 1839 – April 19, 1914) was an American philosopher, logician, mathematician and scientist who is sometimes known as "the father of pragmatism". Educated as a chemist and employed as a scientist for t ...
and put them to good mathematical use. Jean van Heijenoort's well-known source book on mathematical logic (1966) reprinted Post's classic 1921 article setting out these results. While at Princeton, Post came very close to discovering the incompleteness of ''Principia Mathematica'', which
Kurt Gödel Kurt Friedrich Gödel ( , ; April 28, 1906 – January 14, 1978) was a logician, mathematician, and philosopher. Considered along with Aristotle and Gottlob Frege to be one of the most significant logicians in history, Gödel had an imm ...
proved in 1931. Post initially failed to publish his ideas as he believed he needed a 'complete analysis' for them to be accepted. As Post said in a postcard to Gödel in 1938: :I would have discovered Gödel’s theorem in 1921—if I had been Gödel.


Recursion theory

In 1936, Post developed, independently of
Alan Turing Alan Mathison Turing (; 23 June 1912 – 7 June 1954) was an English mathematician, computer scientist, logician, cryptanalyst, philosopher, and theoretical biologist. Turing was highly influential in the development of theoretical ...
, a mathematical model of computation that was essentially equivalent to the
Turing machine A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer alg ...
model. Intending this as the first of a series of models of equivalent power but increasing complexity, he titled his paper Formulation 1. This model is sometimes called "Post's machine" or a Post–Turing machine, but is not to be confused with Post's tag machines or other special kinds of
Post canonical system A Post canonical system, also known as a Post production system, as created by Emil Post, is a string-manipulation system that starts with finitely-many strings and repeatedly transforms them by applying a finite set j of specified rules of a cert ...
, a computational model using
string rewriting In theoretical computer science and mathematical logic a string rewriting system (SRS), historically called a semi- Thue system, is a rewriting system over strings from a (usually finite) alphabet. Given a binary relation R between fixed strings o ...
and developed by Post in the 1920s but first published in 1943. Post's rewrite technique is now ubiquitous in programming language specification and design, and so with Church's lambda-calculus is a salient influence of classical modern logic on practical computing. Post devised a method of 'auxiliary symbols' by which he could canonically represent any Post-generative language, and indeed any computable function or set at all. Correspondence systems were introduced by Post in 1946 to give simple examples of undecidability. He showed that the Post Correspondence Problem (PCP) of satisfying their constraints is, in general, undecidable. The undecidability of the correspondence problem turned out to be exactly what was needed to obtain undecidability results in the theory of
formal languages In logic, mathematics, computer science, and linguistics, a formal language consists of words whose letters are taken from an alphabet and are well-formed according to a specific set of rules. The alphabet of a formal language consists of sy ...
. In an influential address to the
American Mathematical Society The American Mathematical Society (AMS) is an association of professional mathematicians dedicated to the interests of mathematical research and scholarship, and serves the national and international community through its publications, meeting ...
in 1944, he raised the question of the existence of an uncomputable
recursively enumerable set In computability theory, a set ''S'' of natural numbers is called computably enumerable (c.e.), recursively enumerable (r.e.), semidecidable, partially decidable, listable, provable or Turing-recognizable if: *There is an algorithm such that th ...
whose Turing degree is less than that of the
halting problem In computability theory, the halting problem is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running, or continue to run forever. Alan Turing proved in 1936 that a ...
. This question, which became known as Post's problem, stimulated much research. It was solved in the affirmative in the 1950s by the introduction of the powerful priority method in recursion theory.


Polyadic groups

Post made a fundamental and still-influential contribution to the theory of polyadic, or ''n''-ary, groups in a long paper published in 1940. His major theorem showed that a polyadic group is the iterated multiplication of elements of a normal subgroup of a group, such that the quotient group is cyclic of order ''n'' − 1. He also demonstrated that a polyadic group operation on a set can be expressed in terms of a group operation on the same set. The paper contains many other important results.


Selected papers

* * * * * * Introduces the important concept of
many-one reduction In computability theory and computational complexity theory, a many-one reduction (also called mapping reduction) is a reduction which converts instances of one decision problem L_1 into instances of a second decision problem L_2 where the inst ...
.


See also

* Arithmetical hierarchy * Functional completeness *
List of multiple discoveries Historians and sociologists have remarked upon the occurrence, in science, of "multiple independent discovery". Robert K. Merton defined such "multiples" as instances in which similar discoveries are made by scientists working independently of ea ...
* List of pioneers in computer science


Notes


References

* * *Neary, Turlough (2015), "Undecidability in binary tag systems and the post correspondence problem for five pairs of words", International Symposium on Theoretical Aspects of Computer Science, Leibniz International Proceedings in Informatics (LIPIcs), pages 649--661, 2015.


Further reading

* *:Dedicated to Emil Post and contains special material on Post. This includes "Post's Relation to the Cryptology and Cryptographists of his Era: ... Steven Brams, the noted game theorist and political scientist, has remarked to us that the life and legacy of Emil Post represents one aspect of New York intellectual life during the first half of the twentieth century that is very much in need of deeper exploration. The authors hope that this paper serves to further this pursuit". (pp. 842–843) * *:Reprints several papers by Post. * *:A biographical essay. * *:Much material on Emil Post from his first-hand recollections. * *:A biographical article.


External links


Emil Leon Post Papers 1927-1991
American Philosophical Society The American Philosophical Society (APS), founded in 1743 in Philadelphia, is a scholarly organization that promotes knowledge in the sciences and humanities through research, professional meetings, publications, library resources, and communit ...
, Philadelphia, Pennsylvania. * {{DEFAULTSORT:Post, Emil Leon 1897 births 1954 deaths People from Augustów 20th-century Polish people Congress Poland emigrants to the United States American people of Polish-Jewish descent 20th-century American mathematicians American amputees American logicians Computability theorists Columbia University alumni People with bipolar disorder Townsend Harris High School alumni Mathematicians from New York (state) City College of New York faculty