| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Interpretation of Relations
Marshall wrote:
> On Jan 20, 6:17 am, Bob Badour <bbad..._at_pei.sympatico.ca> wrote:
>
>>Exactly! DEE is the relational equivalent of 'True' and is the identity >>element for JOIN while DUM is the relational equivalent of 'False'.
Fixed point. Contrast with idempotent element:
some v. v op v = v
Any fixed point for a binary op must also be an idempotent element for the op.
Addition has no fixed points and only 0 as an idempotent element.
What to call something that always results in the same value but not itself? Consider exponentiation:
for all x != 0. x ^ 0 = 1
It has two left fixed points:
for all x. 1 ^ x = 1
for all x != 0. 0 ^ x = 0
Received on Sat Jan 20 2007 - 09:46:38 CST
![]() |
![]() |