Ordered exponential

From formulasearchengine
Jump to navigation Jump to search

In mathematics, Knuth's up-arrow notation is a method of notation for very large integers, introduced by Donald Knuth in 1976.[1] It is closely related to the Ackermann function and especially to the hyperoperation sequence. The idea is based on the fact that multiplication can be viewed as iterated addition and exponentiation as iterated multiplication. Continuing in this manner leads to iterated exponentiation (tetration) and to the remainder of the hyperoperation sequence, which is commonly denoted using Knuth arrow notation.

Introduction

The ordinary arithmetical operations of addition, multiplication and exponentiation are naturally extended into a sequence of hyperoperations as follows.

Multiplication by a natural number is defined as iterated addition:

a×b=a+a++ab copies of a

For example,

4×3=4+4+4=123 copies of 4

Exponentiation for a natural power b is defined as iterated multiplication, which Knuth denoted by a single up-arrow:

ab=ab=a×a××ab multiplied copies of a

For example,

43=43=4×4×4=643 multiplied copies of 4

To extend the sequence of operations beyond exponentiation, Knuth defined a “double arrow” operator to denote iterated exponentiation (tetration):

ab=ba=aa...a=a(a(a))b multiplied copies of ab multiplied copies of a

For example,

43=34=444=4(44)=42561.34078079×101543 multiplied copies of 43 multiplied copies of 4

Here and below evaluation is to take place from right to left, as Knuth's arrow operators (just like exponentiation) are defined to be right-associative.

According to this definition,

32=33=27
33=333=327=7625597484987
34=3333=3327=376255974849871.2580143×103638334640024
35=33333=33327=337625597484987
etc.

This already leads to some fairly large numbers, but Knuth extended the notation. He went on to define a “triple arrow” operator for iterated application of the “double arrow” operator (also known as pentation):

ab=a(a(a))b multiplied copies of a

followed by a 'quadruple arrow' operator (also known as hexation):

ab=a(a(a))b multiplied copies of a

and so on. The general rule is that an n-arrow operator expands into a right-associative series of (n1)-arrow operators. Symbolically,

anb=an1(an1(n1a))b multiplied copies of a

Examples:

32=33=333=327=7,625,597,484,987
33=333=3(333)=333333 multiplied copies of 3=3337,625,597,484,987 multiplied copies of 3=333337,625,597,484,987

The notation anb is commonly used to denote ab with n arrows.

Notation

In expressions such as ab, the notation for exponentiation is usually to write the exponent b as a superscript to the base number a. But many environments — such as programming languages and plain-text e-mail — do not support superscript typesetting. People have adopted the linear notation ab for such environments; the up-arrow suggests 'raising to the power of'. If the character set doesn't contain an up arrow, the caret ^ is used instead.

The superscript notation ab doesn't lend itself well to generalization, which explains why Knuth chose to work from the inline notation ab instead.

anb is a shorter alternative notation for n uparrows. Thus a4b=ab.

Writing out up-arrow notation in terms of powers

Attempting to write ab using the familiar superscript notation gives a power tower.

For example: a4=a(a(aa))=aaaa

If b is a variable (or is too large), the power tower might be written using dots and a note indicating the height of the tower.

ab=aa...ab

Continuing with this notation, ab could be written with a stack of such power towers, each describing the size of the one above it.

a4=a(a(aa))=aa...aaa...aaa...aa

Again, if b is a variable or is too large, the stack might be written using dots and a note indicating its height.

ab=aa...aaa...aa}b

Furthermore, ab might be written using several columns of such stacks of power towers, each column describing the number of power towers in the stack to its left:

a4=a(a(aa))=aa...aaa...aa}aa...aaa...aa}aa...aaa...aa}a

And more generally:

ab=aa...aaa...aa}aa...aaa...aa}}ab

This might be carried out indefinitely to represent anb as iterated exponentiation of iterated exponentiation for any a, n and b (although it clearly becomes rather cumbersome).

Using tetration

The tetration notation ba allows us to make these diagrams slightly simpler while still employing a geometric representation (we could call these tetration towers).

ab=ba
ab=a...aab
ab=a...aaa...aaa}b

Finally, as an example, the fourth Ackermann number 444 could be represented as:

4...444...444...444=4...444...444444

Generalizations

Some numbers are so large that multiple arrows of Knuth's up-arrow notation become too cumbersome; then an n-arrow operator n is useful (and also for descriptions with a variable number of arrows), or equivalently, hyper operators.

Some numbers are so large that even that notation is not sufficient. Graham's number is an example. The Conway chained arrow notation can then be used: a chain of three elements is equivalent with the other notations, but a chain of four or more is even more powerful.

anb=hyper(a,n+2,b)=abn(Knuth)(Conway)

It is generally suggested that Knuth's arrow should be used for smaller magnitude numbers, and the chained arrow or hyper operators for larger ones.

Definition

The up-arrow notation is formally defined by

anb={a×b,if n=0;ab,if n=1;1,if b=0;an1(an(b1)),otherwise

for all integers a,b,n with b0,n1.

All up-arrow operators (including normal exponentiation, ab) are right associative, i.e. evaluation is to take place from right to left in an expression that contains two or more such operators. For example, abc=a(bc), not (ab)c; for example
33=333 is 3(33)=327=7625597484987 not (33)3=273=19683.

There is good reason for the choice of this right-to-left order of evaluation. If we used left-to-right evaluation, then ab would equal a(a(b1)), so that would not be an essentially new operation. Right associativity is also natural because we can rewrite the iterated arrow expression anna that appears in the expansion of an+1b as annan1, so that all the as appear as left operands of arrow operators. This is significant since the arrow operators are not commutative.

Writing (am)b for the bth functional power of the function f(x)=amx we have anb=(an1)b1.

The definition could be extrapolated one step, starting with anb=ab if n = 0, because exponentiation is repeated multiplication starting with 1. Extrapolating one step more, writing multiplication as repeated addition, is not as straightforward because multiplication is repeated addition starting with 0 instead of 1. "Extrapolating" again one step more, writing addition of n as repeated addition of 1, requires starting with the number a. Compare the definition of the hyper operator, where the starting values for addition and multiplication are also separately specified.

Tables of values

Computing 2↑mn

Computing 2mn can be restated in terms of an infinite table. We place the numbers 2n in the top row, and fill the left column with values 2. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.

Values of 2mn = hyper(2, m + 2, n) = 2 → n → m
m\n 1 2 3 4 5 6 formula
1 2 4 8 16 32 64 2n
2 2 4 16 65536 2655362.0×1019728 2265536106.0×1019727 2n
3 2 4 65536 22...265536 multiplied copies of 2     2n
4 2 4 22...265536 multiplied copies of 2       2n

The table is the same as that of the Ackermann function, except for a shift in m and n, and an addition of 3 to all values.

Computing 3↑mn

We place the numbers 3n in the top row, and fill the left column with values 3. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.

Values of 3mn = hyper(3, m + 2, n) = 3 → n → m
m\n 1 2 3 4 5 formula
1 3 9 27 81 243 3n
2 3 27 7,625,597,484,987 37,625,597,484,987   3n
3 3 7,625,597,484,987 33...37,625,597,484,987 multiplied copies of 3     3n
4 3 33...37,625,597,484,987 multiplied copies of 3       3n

Computing 10↑mn

We place the numbers 10n in the top row, and fill the left column with values 10. To determine a number in the table, take the number immediately to the left, then look up the required number in the previous row, at the position given by the number just taken.

Values of 10mn = hyper(10, m + 2, n) = 10 → n → m
m\n 1 2 3 4 5 formula
1 10 100 1,000 10,000 100,000 10n
2 10 10,000,000,000 1010,000,000,000 101010,000,000,000 10101010,000,000,000 10n
3 10 1010...1010 multiplied copies of 10 1010...101010...1010 multiplied copies of 10 1010...101010...101010...1010 multiplied copies of 10   10n
4 10 10...101010 multiplied copies of 10 10...101010...101010 multiplied copies of 10     10n

Note that for 2 ≤ n ≤ 9 the numerical order of the numbers 10mn is the lexicographical order with m as the most significant number, so for the numbers of these 8 columns the numerical order is simply line-by-line. The same applies for the numbers in the 97 columns with 3 ≤ n ≤ 99, and if we start from m = 1 even for 3 ≤ n ≤ 9,999,999,999.

Numeration systems based on the hyperoperation sequence

R. L. Goodstein,[2] with a system of notation different from Knuth arrows, used the sequence of hyperoperators here denoted by (+,×,,,) to create systems of numeration for the nonnegative integers. Letting superscripts ((1),(2),(3),(4),) denote the respective hyperoperators (+,×,,,), the so-called complete hereditary representation of integer n, at level k and base b, can be expressed as follows using only the first k hyperoperators and using as digits only 0, 1, ..., b-1:

  • For 0 ≤ nb-1, n is represented simply by the corresponding digit.
  • For n > b-1, the representation of n is found recursively, first representing n in the form
b(k)xk(k1)xk1(k2)x2(1)x1
where xk, ..., x1 are the largest integers satisfying (in turn)
b(k)xkn
b(k)xk(k1)xk1n
...
b(k)xk(k1)xk1(k2)x2(1)x1n.
Any xi exceeding b-1 is then re-expressed in the same manner, and so on, repeating this procedure until the resulting form contains only the digits 0, 1, ..., b-1.

The remainder of this section will use (+,×,,,,), rather than superscripts, to denote the hyperoperators.

Unnecessary parentheses can be avoided by giving higher-level operators higher precedence in the order of evaluation; thus,

level-1 representations have the form b+X, with X also of this form;

level-2 representations have the form b×X+Y, with X,Y also of this form;

level-3 representations have the form bX×Y+Z, with X,Y,Z also of this form;

level-4 representations have the form bXY×Z+T, with X,Y,Z,T also of this form;

and so on.

The representations can be abbreviated by omitting any instances of +0,×1,1,1, etc.; for example, the level-3 base-2 representation of the number 6 is 2(21×1+0)×1+(21×1+0), which abbreviates to 22+2.

Examples: The unique base-2 representations of the number 266, at levels 1, 2, 3, 4, and 5 are as follows:

Level 1:266=2+2++2(with 133 2s)
Level 2:266=2×(2×(2×(2×2×2×2×2+1))+1)
Level 3:266=22(2+1)+2(2+1)+2
Level 4:266=2(2+1)2+22×2+2
Level 5:266=222+22×2+2.

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

  • 22 year-old Systems Analyst Rave from Merrickville-Wolford, has lots of hobbies and interests including quick cars, property developers in singapore and baking. Always loves visiting spots like Historic Monuments Zone of Querétaro.

    Here is my web site - cottagehillchurch.com
  • Robert Munafo, Large Numbers
  1. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  2. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang