Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Transitive Closure

Re: Transitive Closure

From: Paul <paul_at_test.com>
Date: Tue, 18 May 2004 13:18:15 +0100
Message-ID: <2anqc.5653$NK4.560333@stones.force9.net>


Alfredo Novoa wrote:
>>So say we have unary operators f and g we can define the
>>operator "f*g" to be:
>>
>>(f*g)(x) = f(g(x)) for all x.
>>
>>Commutativity of this "*" operation just means that:
>
> So "*" is a binary operation.

Yes, * here is a binary operator, but f and g are necessarily unary operators.

It's a bit confusing here because we have two levels of operators. The standard ones that we call here f and g, and what you might think of as a "meta-operator", *.

"*" operates on operators, as well as being an operator itself. It maps two operators to a third operator.

Probably too many uses of the word "operator" here, but I can see where the misunderstanding is.

Paul. Received on Tue May 18 2004 - 07:18:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US