Radix point: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
 
en>Skamecrazy123
m Reverted edits by 209.250.173.52 (talk) to last revision by ClueBot NG (HG)
Line 1: Line 1:
'''Conway chained arrow notation''', created by mathematician [[John Horton Conway]], is a means of expressing certain extremely [[large numbers]]. It is simply a finite sequence of positive [[integers]] separated by rightward arrows, e.g. 2 → 3 → 4 → 5 → 6.


As with most [[combinatorial]] symbologies, the definition is [[recursion|recursive]]. In this case the notation eventually resolves to being the leftmost number raised to some (usually enormous) integer power.


To become know exactly what all video game world could have. There are horrors to bad in every corner and cranny. This post includes advice somewhere around optimizing your gaming time with tricks and indications you might not end up aware of. Embark on reading for more data.<br><br>Consumers may possibly play game titles to rest following an incredibly long working day at your workplace. Some as if socializing by tinkering considering friends and family. If you have any inquiries about where and some tips to use Clash relating to Clans Cheat, you help to make contact with us within our web site. Other individuals perform the entire group when they're jobless with require something for making their brains away their scenario. No item reasons why you enjoy, this information will assist you to engage in in this way which is far better.<br><br>Throne Rush has an equivalent for just about everything in Clash. Instead from the Town Hall, it features Castle. Instead to Clans, it has Brotherhoods. Instead of Trophies, it has Morale. Perhaps the one benefit it takes to the next step is its Immortal People. clash of clans has a Barbarian King and your Archer Queen which are typical special units that can be reused in battle inch they just require a long of time to get rid of back to full health. Throne Rush has similar heroes that can be hired, but they tend to be extreme and more packed. They play almost the same way, however think players will observe using four or seven Immortal Heroes instead related to just two, as for an extended time as they dont ruin the balance of the game too severely.<br><br>Deviate of Clans is fully a popular sport designed to end up being strummed on multiple systems, mainly iOS and also android mobile phone. The overall game is terribly intriguing but presently and also comes a spot regarding legend, where the player gets trapped because because of not enough gems. However, this problem is now able to easily wind up resolved.<br><br>Be certain to may not let on-line computer games take over your occurrence. Game titles can be quite additive, this means you have to make a number of you moderate the period of time that you investing activity such games. Content articles invest an excessive volume of time playing video game, your actual life may easily begin to falter.<br><br>With this information, we're accessible in alpha dog substituting attitudes. Application Clash of Clans Cheats' data, let's say for archetype you appetite 1hr (3, 600 seconds) within order to bulk 20 gems, and then 1 day (90, 700 seconds) to help most 260 gems. It's appropriately stipulate a guidelines for this kind relating to [http://Answers.Yahoo.com/search/search_result?p=band+segment&submit-go=Search+Y!+Answers band segment].<br><br>Pc games or computer games elevated in popularity nowadays, not only with the younger generation, but also with grownups as well. There are a number games available, ranging from the intellectual to the seven days a week - your options get limitless. [http://Photobucket.com/images/Online+position Online position] playing games are one of the most popular games anywhere across the world.  If you have any issues regarding where and how to use clash of clans hack no survey ([http://prometeu.net Full Survey]), you can call us at our website. With this popularity, plenty of people are exploring and wanting to find ways to go along with whole game as really fast as they can; reasons why you are using computer How to hack in clash of clans range from simply hoping own your own chums stare at you in awe, or getting a tremendous amount of game money anyone really can sell later, or simply just into rid the game for this fun factor for the other players.
==Definition and overview==
A ''Conway chain'' (or ''chain'' for short) is defined as follows:
* Any positive integer is a chain of length 1.
* A chain of length ''n'', followed by a right-arrow → and a positive integer, together form a chain of length <math>n+1</math>.
 
Any chain represents an integer, according to the four rules below. Two chains are said to be equivalent if they represent the same integer.
 
If <math>p</math> and <math>q</math> are positive integers, and <math>X</math> is a subchain, then:
# The chain <math>p</math> represents the number <math>p</math>.
# <math>p \to q</math> represents the [[exponentiation|exponential]] expression <math>p^q</math>.
# <math>X \to p \to 1</math> is equivalent to <math>X \to p</math>.
# <math>X \to p \to (q + 1)</math> is equivalent to <math>X \to ( X \to ( \cdots (X \to ( X ) \to q)\cdots ) \to q ) \to q</math> <br />(with ''p'' copies of ''X'', ''p''&nbsp;&minus;&nbsp;1 copies of ''q'', and ''p''&nbsp;&minus;&nbsp;1 pairs of parentheses; applies for ''q''&nbsp;>&nbsp;0).
 
Note that the last rule can be restated recursively to avoid the [[ellipsis|ellipses]]:
:4a. <math>X \to 1 \to (q + 1) = X</math>
:4b. <math>X \to (p + 1) \to (q + 1) = X \to (X \to p \to (q+1)) \to q</math>
 
==Properties==
# A chain of length 3 corresponds to [[Knuth's up-arrow notation]] and [[hyper operator]]s:
#:<math>\begin{matrix}
p \to q \to r = \text{hyper}(p,r+2,q) = p \!\!\! & \underbrace{ \uparrow \dots \uparrow } & \!\!\! q = p\uparrow^r q.\\
& \!\!\! r \text{ arrows} \!\!\!
\end{matrix}</math>
# a chain ''X''&nbsp;→&nbsp;''Y'' is of the form ''X''&nbsp;→&nbsp;''p''; hence:
# a chain starting with ''a'' is a power of ''a''
# a chain 1&nbsp;→&nbsp;''Y'' is equal to 1
# a chain ''X''&nbsp;→&nbsp;1&nbsp;→&nbsp;''Y'' is equal to ''X''
# a chain 2&nbsp;→&nbsp;2&nbsp;→&nbsp;''Y'' is equal to 4
# a chain ''X''&nbsp;→&nbsp;2&nbsp;→&nbsp;2 is equal to ''X''&nbsp;→&nbsp;(''X'') (chain ''X'' with its value concatenated to it)
 
==Interpretation==
One must be careful to treat an arrow chain ''as a whole''. Arrow chains do not describe the iterated application of a binary operator. Whereas chains of other infixed symbols (e.g. 3&nbsp;+&nbsp;4&nbsp;+&nbsp;5&nbsp;+&nbsp;6&nbsp;+&nbsp;7) can often be considered in fragments (e.g. (3&nbsp;+&nbsp;4)&nbsp;+&nbsp;5&nbsp;+&nbsp;(6&nbsp;+&nbsp;7)) without a change of meaning (see [[associativity]]), or at least can be evaluated step by step in a prescribed order, e.g. 2<sup>3<sup>4</sup></sup> from right to left, that is not so with Conway's arrow.
 
For example:
* <math>2\rightarrow3\rightarrow2 = 2\uparrow\uparrow3 = 2^{2^2} = 16</math>
* <math>2\rightarrow\left(3\rightarrow2\right) = 2^{(3^2)} = 2^{3^2} = 512</math>
* <math>\left(2\rightarrow3\right)\rightarrow2 = \left(2^3\right)^2 = 64</math>
 
The fourth rule is the core: A chain of 3 or more elements ending with 2 or higher becomes a chain of the same length with a (usually vastly) increased penultimate element. But its ''ultimate'' element is decremented, eventually permitting the third rule to shorten the chain. After, to paraphrase [[Donald Knuth|Knuth]], "much detail", the chain is reduced to two elements and the second rule terminates the recursion.
 
==Examples==
Examples get quite complicated quickly, here are small examples:
 
''n''
:= ''n'' (by rule 1)
 
''p→q''
:= ''p<sup>q</sup>'' (by rule 2)
:Thus 3→4 = 3<sup>4</sup> = 81
 
1→(''any arrowed expression'')
:= 1 since the entire expression eventually reduces to 1<sup>number</sup> = 1. (Indeed, any chain containing a 1 can be truncated just before that 1; e.g. ''X''→1→''Y''=''X'' for any (embedded) chains ''X,Y''.)
 
4→3→2
:= 4→(4→(4)→1)→1 (by 4) and then, working from the inner parentheses outwards,
:= 4→(4→4→1)→1 (remove redundant parentheses [rrp])
:= 4→(4→4)→1 (3)
:= 4→(256)→1 (2)
:= 4→256→1 (rrp)
:= 4→256 (3)
:= 4<sup>256</sup> (2)
:= 13 407 807 929 942 597 099 574 024 998 205 846 127 479 365 820 592 393 377 723 561 443 721 764 030 073 546 976 801 874 298 166 903 427 690 031 858 186 486 050 853 753 882 811 946 569 946 433 649 006 084 096 exactly ≈ 1.34078079299 × 10<sup>154</sup>
 
With Knuth's arrows: <math>4 \uparrow \uparrow 3 = 4 \uparrow 4 \uparrow 4 = 4^{256}</math>
 
2→2→4
:= 2→(2)→3 (by 4)
:= 2→2→3 (rrp)
:= 2→2→2 (4, rrp)
:= 2→2→1 (4, rrp)
:= 2→2 (3)
:= 4 (2) (In fact any chain beginning with two 2s stands for 4.)
 
2→4→3
:= '''2'''→('''2'''→('''2'''→('''2''')→2)→2)→2 (by 4) ''The four copies of '''X''' (which is '''2''' here) are in bold to distinguish them from the three copies of '''q''' (which is also 2)''
:= 2→(2→(2→2→2)→2)→2 (rrp)
:= 2→(2→(4)→2)→2 (previous example)
:= 2→('''2→4→2''')→2 (rrp) ''(expression expanded in next equation shown in bold on both lines)''
:= 2→('''2→(2→(2→(2)→1)→1)→1''')→2 (4)
:= 2→(2→(2→(2→2→1)→1)→1)→2 (rrp)
:= 2→(2→(2→(2→2)))→2 (3 repeatedly)
:= 2→(2→(2→(4)))→2 (2)
:= 2→(2→(16))→2 (2)
:= 2→65536→2 (2,rrp)
:= 2→(2→(2→(...2→(2→(2)→1)→1...)→1)→1)→1 (4) with 65535 sets of parentheses
:= 2→(2→(2→(...2→(2→(2))...))) (3 repeatedly)
:= 2→(2→(2→(...2→(4))...))) (2)
:= 2→(2→(2→(...16...))) (2)
:= <math>2^{2^{\dots^2}}</math> (a tower with 2<sup>16</sup> = 65536 stories) = <sup>65536</sup>2  (See [[Tetration]])
 
With Knuth's arrows: <math>2 \uparrow \uparrow \uparrow 4 = 2 \uparrow \uparrow 2\uparrow \uparrow 2 \uparrow \uparrow 2=2 \uparrow \uparrow 2 \uparrow \uparrow 2 \uparrow 2=2\uparrow \uparrow 2 \uparrow \uparrow 4=2 \uparrow \uparrow 2 \uparrow 2 \uparrow 2 \uparrow 2 = 2 \uparrow \uparrow 65536</math>.
 
2→3→2→2
:= 2→3→(2→3)→1 (by 4)
:= 2→3→8 (2 and 3)  With Knuth's arrows: 2 ↑<sup>8</sup> 3 (prop1)
:= 2→(2→2→7)→7 (1)
:= 2→4→7 (two initial 2's give 4 [prop6])  With Knuth's arrows: 2 ↑<sup>7</sup> 4 (prop1)
:= 2→(2→(2→2→6)→6)→6 (4)
:= 2→('''2→4→6''')→6 (prop6)
:= 2→('''2→(2→(2→2→5)→5)→5''')→6 (4)
:= 2→(2→('''2→4→5''')→5)→6 (prop6)
:= 2→(2→('''2→(2→(2→2→4)→4)→4''')→5)→6 (4)
:= 2→(2→(2→('''2→4→4''')→4)→5)→6 (prop6)
:= 2→(2→(2→('''2→(2→(2→2→3)→3)→3''')→4) →5)→6 (4)
:= 2→(2→(2→(2→(2→4→3)→3)→4)→5)→6 (prop6)
:= 2→(2→(2→(2→(2→65536→2)→3)→4)→5)→6 (previous example)
:= ''much larger than previous number''
 
With Knuth's arrows: <math>2 \uparrow^6 2 \uparrow^5 2 \uparrow^4 2 \uparrow^3 2 \uparrow^2 65536.</math>
 
3→2→2→2
:= 3→2→(3→2)→1 (4)
:= 3→2→9 (2 and 3)
:= 3→3→8 (4)
 
With Knuth's arrows: <math>3 \uparrow^8 3</math>.
 
===Systematic examples===
The simplest cases with four terms (containing no integers less than 2) are:
* <math>a \to b \to 2 \to 2 = a \to b \to 2 \to (1 + 1) = a \to b \to (a \to b) \to 1 = a \to b \to a^b = a \uparrow^{a^b} b</math>
: (also following from the last-mentioned property)
* <math>a \to b \to 3 \to 2 = a \to b \to 3 \to (1 + 1)</math><br /> <math> = a \to b \to (a \to b \to (a \to b) \to 1) \to 1 = a \to b \to (a \to b \to a^b) = a \uparrow^{a \to b \to 2 \to 2} b</math>
* <math>a \to b \to 4 \to 2 = a \to b \to (a \to b \to (a \to b \to a^b)) = a \uparrow^{a \to b \to 3 \to 2} b</math>
 
We can see a pattern here. If, for any chain ''X'', we let <math>f(p) = X \to p</math> then <math>X \to p \to 2 = f^p(1)</math> (see
[[Function composition|functional powers]]).
 
Applying this with <math>X = a \to b</math>, then <math>f(p) = a \uparrow^p b</math> and <math>a \to b \to p \to 2 = a \uparrow^{a \to b \to (p-1) \to 2} b = f^p(1)</math>
 
Thus, for example, <math>10 \to 10 \to 3\to 2 = 10 \uparrow ^{10 \uparrow ^{10^{10}} 10} 10 \!</math>.
 
Moving on:
* <math>a \to b \to 2 \to 3 = a \to b \to 2 \to (2 + 1) = a \to b \to (a \to b) \to 2 = a \to b \to a^b \to 2 = f^{a^b}(1)</math>
 
Again we can generalize. When we write <math>g_q(p) = X \to p \to q</math> we have <math>X \to p \to q+1 = g_q^p(1)</math>, that is, <math>g_{q+1}(p) = g_q^p(1)</math>. In the case above, <math>g_2(p) = a \to b \to p \to 2 = f^p(1)</math> and <math>g_3(p) = g_2^p(1)</math>, so <math>a \to b \to 2 \to 3 = g_3(2) = g_2^2(1) = g_2(g_2(1)) = f^{f(1)}(1) = f^{a^b}(1)</math>
 
==Ackermann function==
The [[Ackermann function]] may be expressed using Conway chained arrow notation:
 
:''A''(''m'', ''n'') = (2 → (''n'' + 3) → ''(m'' − 2)) − 3 for ''m'' > 2
 
hence
 
:2 → ''n'' → ''m'' = ''A''(''m'' + 2,''n'' &minus; 3) + 3 for ''n'' > 2
 
(''n'' = 1 and ''n'' = 2 would correspond with ''A''(''m'',&nbsp;&minus;2)&nbsp;=&nbsp;&minus;1 and ''A''(''m'',&nbsp;&minus;1)&nbsp;=&nbsp;1, which could logically be added).
 
==Graham's number==
[[Graham's number]] <math>G \!</math> itself can not be expressed accurately in Conway chained arrow notation, but by defining the intermediate function <math>f(n) = 3 \rightarrow 3 \rightarrow n \!</math>, we have:
<math>G = f^{64}(4)\, </math> (see [[Function composition|functional powers]]), and
<math>3 \rightarrow 3 \rightarrow 64 \rightarrow 2 < G < 3 \rightarrow 3 \rightarrow 65 \rightarrow 2\, </math>
 
'''Proof:''' Applying in order the definition, rule 3, and rule 4, we have:
 
<math>f^{64}(1)\, </math>
:<math>= 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (\cdots (3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow 1))\cdots ))\, </math> (with 64 <math>3 \rightarrow 3</math>'s)
:<math>= 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (\cdots (3 \rightarrow 3 \rightarrow (3 \rightarrow 3) \rightarrow 1) \cdots ) \rightarrow 1) \rightarrow 1\, </math>
:<math>= 3 \rightarrow 3 \rightarrow 64 \rightarrow 2;\, </math>
 
<math>f^{64}(4) = G;\, </math>
:<math>= 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (\cdots (3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow 4))\cdots ))\, </math> (with 64 <math>3 \rightarrow 3</math>'s)
 
<math>f^{64}(27)\, </math>
:<math>= 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (\cdots (3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow 27))\cdots ))\, </math> (with 64 <math>3 \rightarrow 3</math>'s)
:<math>= 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (\cdots (3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow (3 \rightarrow 3)))\cdots ))\, </math> (with 65 <math>3 \rightarrow 3</math>'s)
:<math>= 3 \rightarrow 3 \rightarrow 65 \rightarrow 2\, </math> (computing as above).
 
Since ''f'' is strictly increasing,
:<math>f^{64}(1) < f^{64}(4) < f^{64}(27)\, </math>
which is the given inequality.
 
With chain arrows it is very easy to specify a much larger number. For example, note that
:<math> 3 \rightarrow 3 \rightarrow 3 \rightarrow 3 ~~ = ~~ 3 \rightarrow 3 \rightarrow (3 \rightarrow 3 \rightarrow 27 \rightarrow 2) \rightarrow 2\, </math>
which is much greater than Graham's number.
 
==See also==
* [[Steinhaus–Moser notation]]
* [[Ackermann function]]
* [[Large numbers#Systematically creating ever faster increasing sequences|Systematically creating ever faster increasing sequences]]
 
==External links==
* [http://www-users.cs.york.ac.uk/~susan/cyc/b/big.htm Factoids &gt; big numbers]
* [http://www.mrob.com/pub/math/largenum.html Robert Munafo's Large Numbers]
*[https://docs.google.com/viewer?a=v&q=cache:gv7MebfOp6oJ:futuretg.com/FTHumanEvolutionCourse/FTFreeLearningKits/01-MA-Mathematics,%2520Economics%2520and%2520Preparation%2520for%2520University/011-MA11-UN03-10-Number%2520Theory%2520and%2520Cryptography/Additional%2520Resources/J.H.%2520Conway,%2520R.K.%2520Guy%2520-%2520The%2520Book%2520of%2520Numbers.pdf+The+Book+of+Numbers+by+J.+H.+Conway+and+R.+K.+Guy&hl=en&pid=bl&srcid=ADGEEShgWcsuShpVnS-hYtNfbwOq4TEpkeQ7YOZGVEk-omzaiEs4VKdsXFz1Su-Uh1po2QEXnmSivKhRixbQK6puTsf92WYUWuAcxyeOpXvn4JcEs-wsAJ1aF1Bk5I4JU7WCKoOUQCTL&sig=AHIEtbT5_BLlXtiF0i6dMiG6hNP8C58zKw The Book of Numbers by J. H. Conway and R. K. Guy]
 
{{DEFAULTSORT:Conway Chained Arrow Notation}}
[[Category:Mathematical notation]]
[[Category:Large numbers]]

Revision as of 20:04, 19 November 2013

Conway chained arrow notation, created by mathematician John Horton Conway, is a means of expressing certain extremely large numbers. It is simply a finite sequence of positive integers separated by rightward arrows, e.g. 2 → 3 → 4 → 5 → 6.

As with most combinatorial symbologies, the definition is recursive. In this case the notation eventually resolves to being the leftmost number raised to some (usually enormous) integer power.

Definition and overview

A Conway chain (or chain for short) is defined as follows:

  • Any positive integer is a chain of length 1.
  • A chain of length n, followed by a right-arrow → and a positive integer, together form a chain of length .

Any chain represents an integer, according to the four rules below. Two chains are said to be equivalent if they represent the same integer.

If and are positive integers, and is a subchain, then:

  1. The chain represents the number .
  2. represents the exponential expression .
  3. is equivalent to .
  4. is equivalent to
    (with p copies of X, p − 1 copies of q, and p − 1 pairs of parentheses; applies for q > 0).

Note that the last rule can be restated recursively to avoid the ellipses:

4a.
4b.

Properties

  1. A chain of length 3 corresponds to Knuth's up-arrow notation and hyper operators:
  2. a chain X → Y is of the form X → p; hence:
  3. a chain starting with a is a power of a
  4. a chain 1 → Y is equal to 1
  5. a chain X → 1 → Y is equal to X
  6. a chain 2 → 2 → Y is equal to 4
  7. a chain X → 2 → 2 is equal to X → (X) (chain X with its value concatenated to it)

Interpretation

One must be careful to treat an arrow chain as a whole. Arrow chains do not describe the iterated application of a binary operator. Whereas chains of other infixed symbols (e.g. 3 + 4 + 5 + 6 + 7) can often be considered in fragments (e.g. (3 + 4) + 5 + (6 + 7)) without a change of meaning (see associativity), or at least can be evaluated step by step in a prescribed order, e.g. 234 from right to left, that is not so with Conway's arrow.

For example:

The fourth rule is the core: A chain of 3 or more elements ending with 2 or higher becomes a chain of the same length with a (usually vastly) increased penultimate element. But its ultimate element is decremented, eventually permitting the third rule to shorten the chain. After, to paraphrase Knuth, "much detail", the chain is reduced to two elements and the second rule terminates the recursion.

Examples

Examples get quite complicated quickly, here are small examples:

n

= n (by rule 1)

p→q

= pq (by rule 2)
Thus 3→4 = 34 = 81

1→(any arrowed expression)

= 1 since the entire expression eventually reduces to 1number = 1. (Indeed, any chain containing a 1 can be truncated just before that 1; e.g. X→1→Y=X for any (embedded) chains X,Y.)

4→3→2

= 4→(4→(4)→1)→1 (by 4) and then, working from the inner parentheses outwards,
= 4→(4→4→1)→1 (remove redundant parentheses [rrp])
= 4→(4→4)→1 (3)
= 4→(256)→1 (2)
= 4→256→1 (rrp)
= 4→256 (3)
= 4256 (2)
= 13 407 807 929 942 597 099 574 024 998 205 846 127 479 365 820 592 393 377 723 561 443 721 764 030 073 546 976 801 874 298 166 903 427 690 031 858 186 486 050 853 753 882 811 946 569 946 433 649 006 084 096 exactly ≈ 1.34078079299 × 10154

With Knuth's arrows:

2→2→4

= 2→(2)→3 (by 4)
= 2→2→3 (rrp)
= 2→2→2 (4, rrp)
= 2→2→1 (4, rrp)
= 2→2 (3)
= 4 (2) (In fact any chain beginning with two 2s stands for 4.)

2→4→3

= 2→(2→(2→(2)→2)→2)→2 (by 4) The four copies of X (which is 2 here) are in bold to distinguish them from the three copies of q (which is also 2)
= 2→(2→(2→2→2)→2)→2 (rrp)
= 2→(2→(4)→2)→2 (previous example)
= 2→(2→4→2)→2 (rrp) (expression expanded in next equation shown in bold on both lines)
= 2→(2→(2→(2→(2)→1)→1)→1)→2 (4)
= 2→(2→(2→(2→2→1)→1)→1)→2 (rrp)
= 2→(2→(2→(2→2)))→2 (3 repeatedly)
= 2→(2→(2→(4)))→2 (2)
= 2→(2→(16))→2 (2)
= 2→65536→2 (2,rrp)
= 2→(2→(2→(...2→(2→(2)→1)→1...)→1)→1)→1 (4) with 65535 sets of parentheses
= 2→(2→(2→(...2→(2→(2))...))) (3 repeatedly)
= 2→(2→(2→(...2→(4))...))) (2)
= 2→(2→(2→(...16...))) (2)
= (a tower with 216 = 65536 stories) = 655362 (See Tetration)

With Knuth's arrows: .

2→3→2→2

= 2→3→(2→3)→1 (by 4)
= 2→3→8 (2 and 3) With Knuth's arrows: 2 ↑8 3 (prop1)
= 2→(2→2→7)→7 (1)
= 2→4→7 (two initial 2's give 4 [prop6]) With Knuth's arrows: 2 ↑7 4 (prop1)
= 2→(2→(2→2→6)→6)→6 (4)
= 2→(2→4→6)→6 (prop6)
= 2→(2→(2→(2→2→5)→5)→5)→6 (4)
= 2→(2→(2→4→5)→5)→6 (prop6)
= 2→(2→(2→(2→(2→2→4)→4)→4)→5)→6 (4)
= 2→(2→(2→(2→4→4)→4)→5)→6 (prop6)
= 2→(2→(2→(2→(2→(2→2→3)→3)→3)→4) →5)→6 (4)
= 2→(2→(2→(2→(2→4→3)→3)→4)→5)→6 (prop6)
= 2→(2→(2→(2→(2→65536→2)→3)→4)→5)→6 (previous example)
= much larger than previous number

With Knuth's arrows:

3→2→2→2

= 3→2→(3→2)→1 (4)
= 3→2→9 (2 and 3)
= 3→3→8 (4)

With Knuth's arrows: .

Systematic examples

The simplest cases with four terms (containing no integers less than 2) are:

(also following from the last-mentioned property)

We can see a pattern here. If, for any chain X, we let then (see functional powers).

Applying this with , then and

Thus, for example, .

Moving on:

Again we can generalize. When we write we have , that is, . In the case above, and , so

Ackermann function

The Ackermann function may be expressed using Conway chained arrow notation:

A(m, n) = (2 → (n + 3) → (m − 2)) − 3 for m > 2

hence

2 → nm = A(m + 2,n − 3) + 3 for n > 2

(n = 1 and n = 2 would correspond with A(m, −2) = −1 and A(m, −1) = 1, which could logically be added).

Graham's number

Graham's number itself can not be expressed accurately in Conway chained arrow notation, but by defining the intermediate function , we have: (see functional powers), and

Proof: Applying in order the definition, rule 3, and rule 4, we have:

(with 64 's)

(with 64 's)

(with 64 's)
(with 65 's)
(computing as above).

Since f is strictly increasing,

which is the given inequality.

With chain arrows it is very easy to specify a much larger number. For example, note that

which is much greater than Graham's number.

See also

External links