MENTAL
 Main Menu
 Applications
 Mathematics
 Extremely Large Natural Numbers


Extremely Large Natural Numbers
 EXTREMELY LARGE
NATURAL NUMBERS

Graham's number and other huge numbers

"The Tao produced the One. The One produced the two. The two produced the three. And the three produced the ten thousand things" (Lao−Tse. Tao Te King).

"The domain of the natural numbers rests on the assumption that the operation of adding one may be repeated indefinitely" (Tobias Dantzig).



Factorial

The factorial of a natural number n is defined as In MENTAL it can be specified in two ways:
  1. Directly (with multiplier range):

    ⟨( fac(n) = 1*...*n )⟩

  2. Recursively:

    ⟨( fac(n) = (n*fac(n−1) ← n>1 →' 1) )⟩

Superfactorial

A. Berezin defined in 1987 the superfactorial of n, n$, as follows: where n$ contains n terms, the symbol "^" indicates exponentiation and the associativity is to the right.

The definition in MENTAL is as follows: where Δ3 is the triadic hierarchical associativity, in this case on the right.


Hyperfactorial

N.J.A. Sloane and Simon Plouffe defined in 1955 the hyperfactorial of n, H(n), as follows: In MENTAL notation:
Graham's number

It is due to Ronald L. Graham. According to the Guinness Book of Records, it is the world's largest number to appear in a mathematical problem, specifically in a Ramsey theory problem [see Addendum].

Graham's number is defined as follows:

Knuth's notationConway's notation
G0 = 3↑↑↑↑3
(4 flechas)
G0 = 3→3→4
G1 = 3↑… ↑3
(G0 flechas)
G1 = 3→3→G0
G2 = 3↑…↑3
(G1 flechas)
G2 = 3→3→G1
. . . . . .
G63 = 3↑… ↑3
(G62 flechas)
G63 = 3→3→G62

G = G63 is Graham's number.

Expressed more compactly, in Conway's notation, Recall that In MENTAL:
Moser's number

Another way of constructing extremely large numbers is the one invented by Hugo Steinhaus and generalized by Leo Moser. The notation consists of defining polygons, m-sided, containing within them a number n or else other nested polygons, such that the last polygon in the hierarchy contains a number. It is defined as follows: In MENTAL, if we call pol(m n) the number corresponding to a polygon of m sides containing a number n, we have: In effect, e.g. Moser's number is defined as the number 2 inside a polygon whose number of sides is the number corresponding to a 2 inside a pentagon:

(Moser = (pol(pol(5 2) 2))

It is shown that Graham's number is greater than Moser's number.


Googol

A googol − "gúgol" in Spanish− is 10100, that is, a 1 followed by 100 zeros. In MENTAL it is: The name "googol" was coined in 1938 by mathematician Edward Kasner. A googol is greater than the number of particles in the known universe (estimated to be between 1072 and 1087) and is approximately 70!

A generalized googol has been proposed: Therefore, (2_oogol ≡ googol)


Rudy Rucker's n−plex and n−minexnotations;

In MENTAL, they are defined as follows: (Here we use the underscore instead of the hyphen, as the latter signifies subtraction).

And also : Therefore,

Addenda

Ramsey's theory

It is named after the mathematician Frank Plumpton Ramsey. It is an area of combinatorics whose main idea is the following: total disorder is not possible in a set; there is always a certain order or structure from a certain scale or magnitude of that set. The interest lies in calculating the minimum number of elements of a set that fulfills a certain property or contains a certain mathematical object.

Some examples are:
  1. The smallest set that always includes two people of the same sex is 3. For it to include three people of the same sex, the answer is 5.

  2. The first 101 natural numbers are taken in any order. There are always at least 11 numbers that form an ascending or descending sequence.

  3. The minimum number of people to invite to a party so that at least 3 know each other, or at least 3 are strangers to each other, is 6. If it is 4 acquaintances/strangers, the answer is 18.

    Given two positive integers k and l, there is a positive integer R(k, l) corresponding to the minimum number of people in a group such that k people know each other or l are strangers. These numbers R(k, l) are very difficult to calculate. It is known that:

      S(3) = R(3, 3) = 6
      S(4) = R(4, 4) = 18

    For values greater than 4, it is known that:

      43 ≤ S(5) ≤ 49
      102 ≤ S(6) ≤ 165
Graham's number appears as an upper bound in a problem of this type, but more complex:
Bibliography