You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Bird's array notation

From EverybodyWiki Bios & Wiki

Bird's array notation is a large number notation invented by the English mathematician Chris Bird during the early 21st century. It is useful because it can express numbers far larger than those that are expressible in scientific notation.

Bird's array notation includes five parts, which are linear array notation[1], multidimensional array notation[2], hyperdimensional array notation[3], nested array notation[4], and hyper-nested array notation[5].

Linear array notation[edit]

In its most basic form, an array is defined as a string of integers enclosed in a pair of curly brackets and separated by commas. The general form of an array is , where , , , , and are called entries. Examples of arrays are and .

It is valid for an entry in an array itself to be an array. For example, expression denotes a valid array.

For linear arrays, the rules are defined are follows[6]:

  • Rule 1: If there is only one entry, then
  • Rule 2: If there are only two entries, then
  • Rule 3: If the last entry is 1, then let it be removed

                    

  • Rule 4: If the second entry is 1, then
  • Rule 5: If the third entry is 1, then apply the following:

                    

          The '...' between the 1's represents an unbroken string of 1's. Noted that there can be any number (including one) of 1's

  • Rule 6: If none of the rules mentioned above applies, then apply the following:

                    

Arrays with three entries[edit]

If an array has three entries (i.e. array of the form ), the rules can be rewritten as:

                    

  • Examples:

                       ={{}}

                       ={{{}}}

                       ={{{}}}

                       ={{{{}}}}

                       ={{{{}}}}

                       ={{{}}}

                       ={{}}

                       ={}

                       =

                       =

                       = = approx. ×

  •      {}={{}}

                       ={{{}}}

                       ={{{{}}}}

                       ={{{{{}}}}}

                       ={{{{}}}}

                       ={{{{{}}}}}

                       ={{{{{}}}}}

                       ={{{{{{}}}}}}

                       ={{{{{{}}}}}}

                       ={{{{{{{}}}}}}}

                       ={{{{{{{}}}}}}}

                       ={{{{{{{}}}}}}}

                       ={{{{{{{}}}}}}}

(after skipping 3 steps)={{{}}}

At this point, the expansion is getting extremely cumbersome, so we'll start to skip steps.

                       ={{{{}}}}

                       ={{{{}}}}

                       ={{{{{}}}}}

                       ... ...

                       ={{{{}}}}

                       ={{}}

                       ={}

                       = or (see Knuth up-arrow notation)

In general, Bird's 3-entry arrays of the form {} correspond to in Knuth up-arrow notation or in fast-growing hierarchy.

Arrays with four entries[edit]

If an array has four entries (i.e., array of the form {}), the rules can be rewritten as:

                    {}={{}}

                    {}={{}}

  • Examples:
    • {}={{}}

                           ={{}}

                           ={{{}}}

                           ={{{{}}}}

                           ={{{}}}

                           =

  •      {}={{}}

                           ={{{}}}

                           ={{}}

                           ={{{}}}

                           ={{{{}}}}

                           ={{{}}}

  •      {}={{}}

                           ={{{}}}

                           ={{}}

                           ={{{}}}

                           ={{{{}}}}

                           ={{{{{}}}}}

                           ={{{{{{}}}}}}

                           ={{{{{}}}}}

In general, Bird's 4-entry array of the form {} roughly corresponds to in fast-growing hierarchy. The famous Graham's Number can be given a lower bound and an upper bound of {} and {} respectively[7] using Bird's Array Notation.

It has also been proven that Bird's 4-entry array of the form {} roughly corresponds to in Conway's chained arrow notation[8]

Arrays with five or more entries[edit]

Now let's do some examples of expansion with arrays that have five or more entries.

  • {}={{}}

                            ={{}}

                            ={{{}}}

                            ={{{{}}}}

                            ={{{}}}

  • {}={{}}

                                ={{{}}}

                                ={{}}

                                = ... ...

In general, Bird's linear array notation have limit growth rate of on the fast-growing hierarchy. Bird's linear array of the form {} (with k entries) roughly corresponds to in fast-growing hierarchy.

Multi-dimensional array notation[edit]

Bird introduces multi-dimensional array notation as an extension to linear array notation. Multi-dimensional array notation allows arrays in 2,3 or higher number of dimensions.

In order to go beyond linear array notation, Bird introduced the concept of separators and angle brackets. A separator is a number enclosed in a pair of square brackets that appears in an array. The lowest-level valid separator is [2], other examples of separators include [3],[4] and [28]. In general, the separator [2] separates 1-dimensional spaces (rows), [3] separates 2-dimensional spaces (planes) and [n] separates (n-1)-dimensional spaces.

Angle brackets are defined as follows[9]:

                     (with b terms of a),and

                     (with b terms of a<n-1>b)

For multi-dimensional arrays, the rules are defined as follows[10]:

  • Rule 1: If there is only one entry and one dimension, then
  • Rule 2: If there are only two entries and one dimension, then
  • Rule 3: If the last entry in any row or higher dimension is 1,then let it be removed

                     and

                    

where and are strings of characters representing the remainder of an array

  • Rule 4: If there are only two entries in first row, and the next non-1 entry (represented by c) is not the first entry in its row, then apply the following:

                    

                    

  • Rule 5:If there are only two entries in first row, and the next non-1 entry (represented by c) is the first entry in its row, then apply the following:

                    

  • Rule 6:If rules 1-5 do not apply and third entry is 1, then apply the following:

                    

  • Rule 7:If rules 1-6 do not apply, then apply the following:

                    

Planar arrays (two-dimensional arrays)[edit]

If an array has two dimensions, rule 4 and rule 5 can be rewritten as follows:

,and

Examples:

                         

                         

                             

                             

                             

                             

                             

                             

                             

                             

                         

                             

                             

                             

                             

                             

                             

                              

                              

In general, Bird's two-dimensional arrays of the form (with n rows) roughly correspond to in fast-growing hierarchy.

Multidimensional arrays of 3 or more dimensions[edit]

Now let's do some examples of expansion with arrays of 3 or more dimensions.

                       

                       

                             

                             

Hyper-dimensional array notation[edit]

Nested array notation[edit]

References[edit]

  1. Chris Bird Super Huge Numbers at MROB
  2. 1
  3. 1
  4. 1
  5. 1
  6. Bird, Chris (1 April 2012). "Bird's Linear Array Notation" (PDF). p. 1.
  7. Bird, Chris (1 April 2012). "Bird's Linear Array Notation" (PDF). p. 4.
  8. Bird, Chris (4 April 2006). "Proof that Bird's Linear Array Notation with 5 or more entries goes beyond Conway's Chained Arrow Notation" (PDF).
  9. Bird, Chris (2 April 2012). "Bird's Multi-dimensional Array Notation" (PDF). p. 3.
  10. Bird, Chris (2 April 2012). "Bird's Multi-dimensional Array Notation" (PDF). p. 1-2.


This article "Bird's array notation" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Bird's array notation. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.