(computer science) A horizontal row of data items in a relational data structure; corresponds to a record or segment in other types of data structures.
On this page
(computer science) A horizontal row of data items in a relational data structure; corresponds to a record or segment in other types of data structures.
|
Featured Videos:
|
TechEncyclopedia:
tuple |
(1) In a relational database, a tuple is one record (one row). See record and relational database.
(2) A set of values passed from one programming language to another application program or to a system program such as the operating system. Typically separated by commas, the values may be parameters for a function call or a set of data values for a database. See function.
Download Computer Desktop Encyclopedia to your PC, iPhone or Android.
Wikipedia on Answers.com:
Tuple |
In mathematics and computer science, a tuple is an ordered list of elements. In set theory, an (ordered) n-tuple is a sequence (or ordered list) of n elements, where n is a positive integer. There is also one 0-tuple, an empty sequence. An n-tuple is defined inductively using the construction of an ordered pair. Tuples are usually written by listing the elements within parentheses "( )" and separated by commas; for example, (2,7,4,1,7) denotes a 5-tuple. Sometimes other delimiters are used, such as square brackets "[ ]" or angle brackets "
". Braces "{}" are almost never used for tuples, as they are the standard notation for sets.
Tuples are often used to describe other mathematical objects, such as vectors. In algebra, a ring is commonly defined as a 3-tuple
, where E is some set, and " + ", and "
" are functions mapping the Cartesian product
to E with specific properties. In computer science, tuples are directly implemented as product types in most functional programming languages. More commonly, they are implemented as record types, where the components are labeled instead of being identified by position alone. This approach is also used in relational algebra.
|
Contents
|
The term originated as an abstraction of the sequence: single, double, triple, quadruple, quintuple, sextuple, septuple, octuple, ..., n‑tuple, ..., where the prefixes are taken from the Latin names of the numerals. The unique 0‑tuple is called the null tuple. A 1‑tuple is called a singleton, a 2‑tuple is called a pair and a 3‑tuple is a triple or triplet. The n can be any nonnegative integer. For example, a complex number can be represented as a 2‑tuple, a quaternion can be represented as a 4‑tuple, an octonion can be represented as an octuple, (many mathematicians write the abbreviation "8‑tuple") and a sedenion can be represented as a 16‑tuple.
Although these uses treat ‑tuple as the suffix, the original suffix was ‑ple as in "triple" (three-fold) or "decuple" (ten‑fold). This originates from a medieval Latin suffix ‑plus (meaning "more") related to Greek ‑πλοῦς, which replaced the classical and late antique ‑plex (meaning "folded").[1]
The general rule for the identity of two n-tuples is
Thus a tuple has properties that distinguish it from a set.
; but set
=
.
, but set
.An n-tuple can also be regarded as a function, F, whose domain is the tuple's implicit set of element indices, X, and whose codomain, Y, is the tuple's set of elements. Formally:

where:

Another way of formalizing tuples is as nested ordered pairs:
.
This definition can be applied recursively to the (n − 1)-tuple:

Thus, for example:

A variant of this definition starts "peeling off" elements from the other end:
.
This definition can be applied recursively:

Thus, for example:

Using Kuratowski's representation for an ordered pair, the second definition above can be reformulated in terms of pure set theory:
;
, and let
. Then,
. (The right arrow,
, could be read as "adjoined with".)In this formulation:

In database theory, the relational model uses a tuple definition similar to tuples as functions, but each tuple element is identified by a distinct name, called an attribute, instead of a number; this leads to a more user-friendly and practical notation,[2] A tuple in the relational model is formally defined as a finite function that maps attributes to values. For example:
In this notation, attribute–value pairs may appear in any order. The distinction between tuples in the relational model and those in set theory is only superficial; the above example can be interpreted as a 2-tuple if an arbitrary total order is imposed on the attributes (e.g.
) and then the elements are distinguished by this ordering rather than by the attributes themselves. Conversely, a 2-tuple may be interpreted as relational model tuple over the attributes {1,2}.[2]
In the relational model, a relation is a (possibly empty) finite set of tuples all having the same finite set of attributes. This set of attributes is more formally called the sort of the relation, or more casually referred to as the set of column names.[2] A tuple is usually implemented as a row in a database table, but see relational algebra for means of deriving tuples not physically represented in a table.
In type theory, commonly used in programming languages, a tuple has a product type; this fixes not only the length, but also the underlying types of each component. Formally:

and the projections are term constructors:

The tuple with labeled elements used in the relational model has a record type. Both of these types can be defined as simple extensions of the simply typed lambda calculus.[3]
The notion of a tuple in type theory and that in set theory are related in the following way: If we consider the natural model of a type theory, and use the Scott brackets to indicate the semantic interpretation, then the model consists of some sets
(note: the use of italics here that distinguishes sets from types) such that:
![[\![\text{T}_1]\!] = S_1,\text{ }[\![\text{T}_2]\!] = S_2,\text{ }\ldots,\text{ }[\![\text{T}_n]\!] = S_n](http://wpcontent.answcdn.com/wikipedia/en/math/c/0/b/c0b6a09e8e6ae5263615ec8bc5495cc9.png)
and the interpretation of the basic terms is:
.The n-tuple of type theory has the natural interpretation as an n-tuple of set theory:[4]
![[\![(x_1, x_2, \ldots, x_n)]\!] = ([\![x_1]\!], [\![x_2]\!], \ldots, [\![x_n]\!])](http://wpcontent.answcdn.com/wikipedia/en/math/0/f/2/0f2227b6c860f711b0bb436dca603c30.png)
The unit type has as semantic interpretation the 0-tuple.
| Look up tuple in Wiktionary, the free dictionary. |
|
|
This article includes a list of references, but its sources remain unclear because it has insufficient inline citations. Please help to improve this article by introducing more precise citations. (April 2010) |
The set theory definitions herein are found in any textbook on the topic, e.g.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| ordered n-tuple (philosophy) | |
| algebraic geometry (branch of geometry) | |
| logical function (philosophy) |
| Duplicate tuples not allowed in a relation? Read answer... | |
| What is tuple variables in dbms? Read answer... | |
| What is tuples in sql? Read answer... |
| What are tuple seconds? | |
| How do we tuple initialize a class or structure? | |
| How do you order tuples in sql? |
Copyrights:
![]() |
![]() | McGraw-Hill Science & Technology Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more |
![]() |
![]() | TechEncyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2012 The Computer Language Company Inc. All rights reserved. Read more |
![]() |
![]() | Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Tuple. Read more |
Mentioned in