fbpx
Wikipedia

Arity

Arity (/ˈærɪti/ (listen)) is the number of arguments or operands taken by a function, operation or relation in logic, mathematics, and computer science. In mathematics, arity may also be named rank,[1][2] but this word can have many other meanings in mathematics. In logic and philosophy, it is also called adicity and degree.[3][4] In linguistics, it is usually named valency.[5]

Examples

The term "arity" is rarely employed in everyday usage. For example, rather than saying "the arity of the addition operation is 2" or "addition is an operation of arity 2" one usually says "addition is a binary operation". In general, the naming of functions or operators with a given arity follows a convention similar to the one used for n-based numeral systems such as binary and hexadecimal. One combines a Latin prefix with the -ary ending; for example:

  • A nullary function takes no arguments.
    • Example:  
  • A unary function takes one argument.
    • Example:  
  • A binary function takes two arguments.
    • Example:  
  • A ternary function takes three arguments.
    • Example:  
  • An n-ary function takes n arguments.
    • Example:  

Nullary

Sometimes it is useful to consider a constant to be an operation of arity 0, and hence call it nullary.

Also, in non-functional programming, a function without arguments can be meaningful and not necessarily constant (due to side effects). Often, such functions have in fact some hidden input which might be global variables, including the whole state of the system (time, free memory, ...). The latter are important examples which usually also exist in "purely" functional programming languages.

Unary

Examples of unary operators in mathematics and in programming include the unary minus and plus, the increment and decrement operators in C-style languages (not in logical languages), and the successor, factorial, reciprocal, floor, ceiling, fractional part, sign, absolute value, square root (the principal square root), complex conjugate (unary of "one" complex number, that however has two parts at a lower level of abstraction), and norm functions in mathematics. The two's complement, address reference and the logical NOT operators are examples of unary operators in math and programming.

All functions in lambda calculus and in some functional programming languages (especially those descended from ML) are technically unary, but see n-ary below.

According to Quine, the Latin distributives being singuli, bini, terni, and so forth, the term "singulary" is the correct adjective, rather than "unary."[6] Abraham Robinson follows Quine's usage.[7]

In philosophy, the adjective monadic is sometimes used to describe a one-place relation such as 'is square-shaped' as opposed to a two-place relation such as 'is the sister of'.

Binary

Most operators encountered in programming and mathematics are of the binary form. For both programming and mathematics, these include the multiplication operator, the radix operator, the often omitted exponentiation operator, the logarithm operator, the addition operator, and the division operator. Logical predicates such as OR, XOR, AND, IMP are typically used as binary operators with two distinct operands. In CISC architectures, it is common to have two source operands (and store result in one of them).

Ternary

The computer programming language C and its various descendants (including C++, C#, Java, Julia, Perl, and others) provide the ternary conditional operator ?:. The first operand (the condition) is evaluated, and if it is true, the result of the entire expression is the value of the second operand, otherwise it is the value of the third operand. The Python language has a ternary conditional expression, x if C else y.

The Forth language also contains a ternary operator, */, which multiplies the first two (one-cell) numbers, dividing by the third, with the intermediate result being a double cell number. This is used when the intermediate result would overflow a single cell.

The Unix dc calculator has several ternary operators, such as |, which will pop three values from the stack and efficiently compute   with arbitrary precision.

Many (RISC) assembly language instructions are ternary (as opposed to only two operands specified in CISC); or higher, such as MOV %AX, (%BX, %CX), which will load (MOV) into register AX the contents of a calculated memory location that is the sum (parenthesis) of the registers BX and CX.

n-ary

From a mathematical point of view, a function of n arguments can always be considered as a function of one single argument which is an element of some product space. However, it may be convenient for notation to consider n-ary functions, as for example multilinear maps (which are not linear maps on the product space, if n ≠ 1).

The same is true for programming languages, where functions taking several arguments could always be defined as functions taking a single argument of some composite type such as a tuple, or in languages with higher-order functions, by currying.

Varying arity

In computer science, a function accepting a variable number of arguments is called variadic. In logic and philosophy, predicates or relations accepting a variable number of arguments are called multigrade, anadic, or variably polyadic.[8]

Terminology

Latinate names are commonly used for specific arities, primarily based on Latin distributive numbers meaning "in group of n", though some are based on Latin cardinal numbers or ordinal numbers. For example, 1-ary is based on cardinal unus, rather than from distributive singulī that would result in singulary.

x-ary Arity (Latin based) Adicity (Greek based) Example in mathematics Example in computer science
0-ary Nullary (from nūllus) Niladic A constant A function without arguments, True, False
1-ary Unary Monadic Additive inverse Logical NOT operator
2-ary Binary Dyadic Addition OR, XOR, AND
3-ary Ternary Triadic Triple product of vectors Conditional operator
4-ary Quaternary Tetradic Quaternion
5-ary Quinary Pentadic Quintile
6-ary Senary Hexadic
7-ary Septenary Hebdomadic
8-ary Octonary Ogdoadic
9-ary Novenary (alt. nonary) Enneadic
10-ary Denary (alt. decenary) Decadic
More than 2-ary Multary and multiary Polyadic
Varying Variadic Sum; e.g.,   Variadic function, reduce

n-ary means n operands (or parameters), but is often used as a synonym of "polyadic".

These words are often used to describe anything related to that number (e.g., undenary chess is a chess variant with an 11×11 board, or the Millenary Petition of 1603).

The arity of a relation (or predicate) is the dimension of the domain in the corresponding Cartesian product. (A function of arity n thus has arity n+1 considered as a relation.)

In computer programming, there is often a syntactical distinction between operators and functions; syntactical operators usually have arity 0, 1, or 2 (the ternary operator ?: is also common). Functions vary widely in the number of arguments, though large numbers can become unwieldy. Some programming languages also offer support for variadic functions, i.e., functions syntactically accepting a variable number of arguments.

See also

References

  1. ^ Hazewinkel, Michiel (2001). Encyclopaedia of Mathematics, Supplement III. Springer. p. 3. ISBN 978-1-4020-0198-7.
  2. ^ Schechter, Eric (1997). Handbook of Analysis and Its Foundations. Academic Press. p. 356. ISBN 978-0-12-622760-4.
  3. ^ Detlefsen, Michael; McCarty, David Charles; Bacon, John B. (1999). Logic from A to Z. Routledge. p. 7. ISBN 978-0-415-21375-2.
  4. ^ Cocchiarella, Nino B.; Freund, Max A. (2008). Modal Logic: An Introduction to its Syntax and Semantics. Oxford University Press. p. 121. ISBN 978-0-19-536658-7.
  5. ^ Crystal, David (2008). Dictionary of Linguistics and Phonetics (6th ed.). John Wiley & Sons. p. 507. ISBN 978-1-405-15296-9.
  6. ^ Quine, W. V. O. (1940), Mathematical logic, Cambridge, Massachusetts: Harvard University Press, p. 13
  7. ^ Robinson, Abraham (1966), Non-standard Analysis, Amsterdam: North-Holland, p. 19
  8. ^ Oliver, Alex (2004). "Multigrade Predicates". Mind. 113 (452): 609–681. doi:10.1093/mind/113.452.609.

External links

A monograph available free online:

  • Burris, Stanley N., and H.P. Sankappanavar, H. P., 1981. A Course in Universal Algebra. Springer-Verlag. ISBN 3-540-90578-2. Especially pp. 22–24.

arity, listen, number, arguments, operands, taken, function, operation, relation, logic, mathematics, computer, science, mathematics, arity, also, named, rank, this, word, have, many, other, meanings, mathematics, logic, philosophy, also, called, adicity, degr. Arity ˈ aer ɪ t i listen is the number of arguments or operands taken by a function operation or relation in logic mathematics and computer science In mathematics arity may also be named rank 1 2 but this word can have many other meanings in mathematics In logic and philosophy it is also called adicity and degree 3 4 In linguistics it is usually named valency 5 Contents 1 Examples 1 1 Nullary 1 2 Unary 1 3 Binary 1 4 Ternary 1 5 n ary 1 6 Varying arity 2 Terminology 3 See also 4 References 5 External linksExamples EditThe term arity is rarely employed in everyday usage For example rather than saying the arity of the addition operation is 2 or addition is an operation of arity 2 one usually says addition is a binary operation In general the naming of functions or operators with a given arity follows a convention similar to the one used for n based numeral systems such as binary and hexadecimal One combines a Latin prefix with the ary ending for example A nullary function takes no arguments Example f 2 displaystyle f 2 A unary function takes one argument Example f x 2 x displaystyle f x 2x A binary function takes two arguments Example f x y 2 x y displaystyle f x y 2xy A ternary function takes three arguments Example f x y z 2 x y z displaystyle f x y z 2xyz An n ary function takes n arguments Example f x 1 x 2 x n 2 i 1 n x i displaystyle f x 1 x 2 ldots x n 2 prod i 1 n x i Nullary Edit Sometimes it is useful to consider a constant to be an operation of arity 0 and hence call it nullary Also in non functional programming a function without arguments can be meaningful and not necessarily constant due to side effects Often such functions have in fact some hidden input which might be global variables including the whole state of the system time free memory The latter are important examples which usually also exist in purely functional programming languages Unary Edit Examples of unary operators in mathematics and in programming include the unary minus and plus the increment and decrement operators in C style languages not in logical languages and the successor factorial reciprocal floor ceiling fractional part sign absolute value square root the principal square root complex conjugate unary of one complex number that however has two parts at a lower level of abstraction and norm functions in mathematics The two s complement address reference and the logical NOT operators are examples of unary operators in math and programming All functions in lambda calculus and in some functional programming languages especially those descended from ML are technically unary but see n ary below According to Quine the Latin distributives being singuli bini terni and so forth the term singulary is the correct adjective rather than unary 6 Abraham Robinson follows Quine s usage 7 In philosophy the adjective monadic is sometimes used to describe a one place relation such as is square shaped as opposed to a two place relation such as is the sister of Binary Edit Most operators encountered in programming and mathematics are of the binary form For both programming and mathematics these include the multiplication operator the radix operator the often omitted exponentiation operator the logarithm operator the addition operator and the division operator Logical predicates such as OR XOR AND IMP are typically used as binary operators with two distinct operands In CISC architectures it is common to have two source operands and store result in one of them Ternary Edit The computer programming language C and its various descendants including C C Java Julia Perl and others provide the ternary conditional operator The first operand the condition is evaluated and if it is true the result of the entire expression is the value of the second operand otherwise it is the value of the third operand The Python language has a ternary conditional expression x if C else y The Forth language also contains a ternary operator which multiplies the first two one cell numbers dividing by the third with the intermediate result being a double cell number This is used when the intermediate result would overflow a single cell The Unix dc calculator has several ternary operators such as which will pop three values from the stack and efficiently compute x y mod z textstyle x y bmod z with arbitrary precision Many RISC assembly language instructions are ternary as opposed to only two operands specified in CISC or higher such as span class nf MOV span span class w span span class nv AX span span class p span span class w span span class p span span class nv BX span span class p span span class w span span class nv CX span span class p span span class w span which will load MOV into register AX the contents of a calculated memory location that is the sum parenthesis of the registers BX and CX n ary Edit From a mathematical point of view a function of n arguments can always be considered as a function of one single argument which is an element of some product space However it may be convenient for notation to consider n ary functions as for example multilinear maps which are not linear maps on the product space if n 1 The same is true for programming languages where functions taking several arguments could always be defined as functions taking a single argument of some composite type such as a tuple or in languages with higher order functions by currying Varying arity Edit In computer science a function accepting a variable number of arguments is called variadic In logic and philosophy predicates or relations accepting a variable number of arguments are called multigrade anadic or variably polyadic 8 Terminology EditLatinate names are commonly used for specific arities primarily based on Latin distributive numbers meaning in group of n though some are based on Latin cardinal numbers or ordinal numbers For example 1 ary is based on cardinal unus rather than from distributive singuli that would result in singulary x ary Arity Latin based Adicity Greek based Example in mathematics Example in computer science0 ary Nullary from nullus Niladic A constant A function without arguments True False1 ary Unary Monadic Additive inverse Logical NOT operator2 ary Binary Dyadic Addition OR XOR AND3 ary Ternary Triadic Triple product of vectors Conditional operator4 ary Quaternary Tetradic Quaternion5 ary Quinary Pentadic Quintile6 ary Senary Hexadic7 ary Septenary Hebdomadic8 ary Octonary Ogdoadic9 ary Novenary alt nonary Enneadic10 ary Denary alt decenary DecadicMore than 2 ary Multary and multiary PolyadicVarying Variadic Sum e g textstyle sum Variadic function reducen ary means n operands or parameters but is often used as a synonym of polyadic These words are often used to describe anything related to that number e g undenary chess is a chess variant with an 11 11 board or the Millenary Petition of 1603 The arity of a relation or predicate is the dimension of the domain in the corresponding Cartesian product A function of arity n thus has arity n 1 considered as a relation In computer programming there is often a syntactical distinction between operators and functions syntactical operators usually have arity 0 1 or 2 the ternary operator is also common Functions vary widely in the number of arguments though large numbers can become unwieldy Some programming languages also offer support for variadic functions i e functions syntactically accepting a variable number of arguments See also Edit Mathematics portal Philosophy portalLogic of relatives Binary relation Ternary relation Theory of relations Signature logic Parameter p adic number Cardinality Valency n ary code n ary group Function prototype Declaration of a function s name and type signature but not body Type signature Defines the inputs and outputs for a function subroutine or methodReferences Edit Hazewinkel Michiel 2001 Encyclopaedia of Mathematics Supplement III Springer p 3 ISBN 978 1 4020 0198 7 Schechter Eric 1997 Handbook of Analysis and Its Foundations Academic Press p 356 ISBN 978 0 12 622760 4 Detlefsen Michael McCarty David Charles Bacon John B 1999 Logic from A to Z Routledge p 7 ISBN 978 0 415 21375 2 Cocchiarella Nino B Freund Max A 2008 Modal Logic An Introduction to its Syntax and Semantics Oxford University Press p 121 ISBN 978 0 19 536658 7 Crystal David 2008 Dictionary of Linguistics and Phonetics 6th ed John Wiley amp Sons p 507 ISBN 978 1 405 15296 9 Quine W V O 1940 Mathematical logic Cambridge Massachusetts Harvard University Press p 13 Robinson Abraham 1966 Non standard Analysis Amsterdam North Holland p 19 Oliver Alex 2004 Multigrade Predicates Mind 113 452 609 681 doi 10 1093 mind 113 452 609 External links Edit Look up Appendix English arities and adicities in Wiktionary the free dictionary A monograph available free online Burris Stanley N and H P Sankappanavar H P 1981 A Course in Universal Algebra Springer Verlag ISBN 3 540 90578 2 Especially pp 22 24 Retrieved from https en wikipedia org w index php title Arity amp oldid 1120643841, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.