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: Is {{}} a valid construct?

Re: Is {{}} a valid construct?

From: Neo <neo55592_at_hotmail.com>
Date: 6 Feb 2007 16:39:45 -0800
Message-ID: <1170808785.234118.53260@s48g2000cws.googlegroups.com>


> Syntax errors again.

No, you will have to refocus your mind. Every set consists of elements which are infact sets. It is recursive. If you are telling me set theory does not include this recursion, set theory is incomplete.

The following two examples are equivalent because: apple = {red, stem, etc}
orange = {navel, pulp, etc}

U                           =   {{}, apple, orange}
NOT apple              => {{}, orange}
NOT orange            => {{}, apple}
NOT {}                    => {apple, orange}
                                   -or-
                                   {{}, apple, orange}

U                           =   {{}, {red, stem}, {navel, pulp}}
NOT {red, stem}      => {{}, {navel, pulp}}
NOT {navel, pulp}    => {{}, {red, stem}}
NOT {}                   => {{red, stem}, {navel, pulp}}
                                   -or-
                                  {{}, {red, stem}, {navel, pulp}}
Received on Tue Feb 06 2007 - 18:39:45 CST

Original text of this message

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