MESSAGE
DATE | 2014-12-12 |
FROM | Ruben Safir
|
SUBJECT | Subject: [LIU Comp Sci] Fwd: Re: n-ary operations
|
From owner-learn-outgoing-at-mrbrklyn.com Fri Dec 12 02:25:54 2014 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix) id E429B16116C; Fri, 12 Dec 2014 02:25:53 -0500 (EST) Delivered-To: learn-outgoing-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 28) id CCD0F161170; Fri, 12 Dec 2014 02:25:53 -0500 (EST) Delivered-To: learn-at-nylxs.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mrbrklyn.com (Postfix) with ESMTP id 18DE516116C for ; Fri, 12 Dec 2014 02:25:53 -0500 (EST) Received: from [10.0.0.42] (unknown [96.57.23.82]) by mailbackend.panix.com (Postfix) with ESMTPSA id 94F8713F22; Fri, 12 Dec 2014 02:25:51 -0500 (EST) Message-ID: <548A9885.3040102-at-panix.com> Date: Fri, 12 Dec 2014 02:25:57 -0500 From: Ruben Safir User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: learn-at-nylxs.com, ping-Tsai Chung Subject: [LIU Comp Sci] Fwd: Re: n-ary operations References: <20141211211322.9aa253a7.jklowden-at-speakeasy.net> In-Reply-To: <20141211211322.9aa253a7.jklowden-at-speakeasy.net> X-Forwarded-Message-Id: <20141211211322.9aa253a7.jklowden-at-speakeasy.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: owner-learn-at-mrbrklyn.com Precedence: bulk Reply-To: learn-at-mrbrklyn.com
wonder what I'm doing up at 3AM?
reading Computer stuff...
-------- Forwarded Message -------- Path: reader1.panix.com!panix!bloom-beacon.mit.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!ottix-news.ottix.net!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Thu, 11 Dec 2014 20:13:22 -0600 Date: Thu, 11 Dec 2014 21:13:22 -0500 From: James K. Lowden Newsgroups: comp.databases.theory Subject: Re: n-ary operations Message-ID: <20141211211322.9aa253a7.jklowden-at-speakeasy.net> References:
X-Newsreader: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64--netbsd) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Lines: 25 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 209.166.36.60 X-Trace: sv3-Mn9WVV2vY027S6J4V9tmt+ICQKl00hvkFZ0Zlqxk4JcHmzMTO750/Zj5sX8DhgPW+40VcWwcvKEB8Sm!+UdsBzXeQlrJMmDaVkgSqmY5x4iCs8SVhgXcPq088eJuYX1QBZGuIWTBb6lfkdBfZkhdTE80QkII!+rJrpu7WEkVOnADaVKqj/K2XBxjZhLBR X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2028 Xref: panix comp.databases.theory:75270
On Thu, 11 Dec 2014 13:05:38 -0500 ruben safir wrote:
> On 12/11/2014 12:15 PM, Gene Wirchenko wrote: > > R is an n-ary operation. It has n operands. > > > > S is an m-ary operation. It has m operands. > > >>blink<< > > Like a derivation of the work unary and binary?
Yes, exactly. From "A Relational Model of Data for Large Shared Data Banks" (Codd, 1970):
"The term relation is used here in its accepted mathematical sense. Given sets S1, S2, ? ? ? , Sn (not necessarily distinct), R is a relation on these n sets if it is a set of n-tuples each of which has its first element from S1, its second element from S2, and so on. We shall refer to Sj as the jth domain of R. As defined above, R is said to have degree n. Relations of degree 1 are often called unary, degree 2 binary, degree 3 ternary, and degree n n-ary."
--jkl
|
|