HOME

TheInfoList



OR:

Typographical Number Theory (TNT) is a formal
axiom An axiom, postulate, or assumption is a statement that is taken to be true, to serve as a premise or starting point for further reasoning and arguments. The word comes from the Ancient Greek word (), meaning 'that which is thought worthy or ...
atic system describing the
natural numbers In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positiv ...
that appears in
Douglas Hofstadter Douglas Richard Hofstadter (born 15 February 1945) is an American cognitive and computer scientist whose research includes concepts such as the sense of self in relation to the external world, consciousness, analogy-making, Strange loop, strange ...
's book ''
Gödel, Escher, Bach ''Gödel, Escher, Bach: an Eternal Golden Braid'' (abbreviated as ''GEB'') is a 1979 nonfiction book by American cognitive scientist Douglas Hofstadter. By exploring common themes in the lives and works of logician Kurt Gödel, artist M. C. Esc ...
''. It is an implementation of
Peano arithmetic In mathematical logic, the Peano axioms (, ), also known as the Dedekind–Peano axioms or the Peano postulates, are axioms for the natural numbers presented by the 19th-century Italian mathematician Giuseppe Peano. These axioms have been used nea ...
that Hofstadter uses to help explain
Gödel's incompleteness theorems Gödel's incompleteness theorems are two theorems of mathematical logic that are concerned with the limits of in formal axiomatic theories. These results, published by Kurt Gödel in 1931, are important both in mathematical logic and in the phi ...
. Like any system implementing the Peano axioms, TNT is capable of referring to itself (it is
self-referential Self-reference is a concept that involves referring to oneself or one's own attributes, characteristics, or actions. It can occur in language, logic, mathematics, philosophy, and other fields. In natural language, natural or formal languages, ...
).


Numerals

TNT does not use a distinct symbol for each
natural number In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positive in ...
. Instead it makes use of a simple, uniform way of giving a compound symbol to each natural number: : The symbol S can be interpreted as "the successor of", or "the number after". Since this is, however, a number theory, such interpretations are useful, but not strict. It cannot be said that because four is the successor of three that four is SSSS0, but rather that since three is the successor of two, which is the successor of one, which is the successor of zero, which has been described as 0, four can be "proved" to be SSSS0. TNT is designed such that everything must be proven before it can be said to be true.


Variables

In order to refer to unspecified terms, TNT makes use of five variables. These are : a, b, c, d, e. More variables can be constructed by adding the prime symbol after them; for example, :a, b, c, a, a‴ are all variables. In the more rigid version of TNT, known as "austere" TNT, only :a, a, a‴ etc. are used.


Operators


Addition and multiplication of numerals

In Typographical Number Theory, the usual symbols of "+" for additions, and "·" for multiplications are used. Thus to write "b plus c" is to write : (b + c) and "a times d" is written as :(a·d) The parentheses are required. Any laxness would violate TNT's formation system (although it is trivially proved this formalism is unnecessary for operations which are both commutative and associative). Also only two terms can be operated on at once. Therefore, to write "a plus b plus c" is to write either :((a + b) + c) or :(a + (b + c))


Equivalency

The "Equals" operator is used to denote equivalence. It is defined by the symbol "=", and takes roughly the same meaning as it usually does in mathematics. For instance, :(SSS0 + SSS0) = SSSSSS0 is a theorem statement in TNT, with the interpretation "3 plus 3 equals 6".


Negation

In Typographical Number Theory,
negation In logic, negation, also called the logical not or logical complement, is an operation (mathematics), operation that takes a Proposition (mathematics), proposition P to another proposition "not P", written \neg P, \mathord P, P^\prime or \over ...
, i.e. the turning of a statement to its opposite, is denoted by the "~" or negation operator. For instance, :~(SSS0 + SSS0) = SSSSSSS0 is a theorem in TNT, interpreted as "3 plus 3 is not equal to 7". By negation, this means negation in
Boolean logic In mathematics and mathematical logic, Boolean algebra is a branch of algebra. It differs from elementary algebra in two ways. First, the values of the variable (mathematics), variables are the truth values ''true'' and ''false'', usually denot ...
(
logical negation In logic, negation, also called the logical not or logical complement, is an operation that takes a proposition P to another proposition "not P", written \neg P, \mathord P, P^\prime or \overline. It is interpreted intuitively as being true ...
), rather than simply being the opposite. For example, if I were to say "I am eating a grapefruit", the opposite is "I am not eating a grapefruit", rather than "I am eating something other than a grapefruit". Similarly "The Television is on" is negated to "The Television is not on", rather than "The Television is off", because, for example, it might be broken. This is a subtle difference, but an important one.


Compounds

If x and y are well-formed formulas, and provided that no variable which is free in one is quantified in the other, then the following are all well-formed formulas : Examples: *<0=0∧~0=0> * * The quantification status of a variable doesn't change here.


Quantifiers

There are two quantifiers used: ''
A mathematical symbol is a figure or a combination of figures that is used to represent a mathematical object, an action on mathematical objects, a relation between mathematical objects, or for structuring the other symbols that occur in a formula ...
''
and '' ''. Note that unlike most other
logical system A formal system is an abstract structure and formalization of an axiomatic system used for deducing, using rules of inference, theorems from axioms. In 1921, David Hilbert proposed to use formal systems as the foundation of knowledge in math ...
s where quantifiers over sets require a mention of the element's existence in the set, this is not required in TNT because all numbers and terms are strictly natural numbers or logical boolean statements. It is therefore equivalent to say and * means "There exists" * means "For every" or "For all" *The symbol : is used to separate a quantifier from other quantifiers or from the rest of the formula. It is commonly read "such that" For example: : ("For every number a and every number b, a plus b equals b plus a", or more figuratively, "Addition is commutative.") : ("There does not exist a number c such that c plus one equals zero", or more figuratively, "Zero is not the successor of any (natural) number.")


Atoms and propositional statements

All the symbols of
propositional calculus The propositional calculus is a branch of logic. It is also called propositional logic, statement logic, sentential calculus, sentential logic, or sometimes zeroth-order logic. Sometimes, it is called ''first-order'' propositional logic to contra ...
apart from the Atom symbols are used in Typographical Number Theory, and they retain their interpretations. Atoms are here defined as strings which amount to statements of equality, such as 2 plus 3 equals five: :(SS0 + SSS0) = SSSSS0 2 plus 2 is equal to 4: :(SS0 + SS0) = SSSS0


References

* {{Citation , last1 = Hofstadter , first1 = Douglas R. , title = Gödel, Escher, Bach: An Eternal Golden Braid , publisher = Basic Books , year = 1999 , origyear = 1979 , isbn = 0-465-02656-7 , url-access = registration , url = https://archive.org/details/gdelescherbachet00hofs . Formal theories of arithmetic