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: Thinking about MINUS

Re: Thinking about MINUS

From: DBMS_Plumber <paul_geoffrey_brown_at_yahoo.com>
Date: 8 Jan 2007 12:17:43 -0800
Message-ID: <1168287463.024036.147710@i15g2000cwa.googlegroups.com>

Aloha Kakuikanu wrote:
> This was the "argument skit" reply, which I expected an "argument skit"
> followup.

No, no, no.

This is comp.databases.theory. You don't come here for an argument. This is abuse.

[snip]

> There is really little substance in this subject

Oh I dunno.

The whole point of Peano's mad rambling is that you don't need 'symbols' for each number at all. A perfectly rigorous and quite powerful arithmetic can be derived from a single anchor, and a 'relational theory relation' with enough constraints.

(Forgive me Codd, for I have SQLed).

CREATE DISTINCT TYPE Natural_Number USING 'mumble'; -- it doesn't matter.

CREATE TABLE Successor ( X Natural_Number NOT NULL PRIMARY KEY,

                                            Y Natural_Number UNIQUE
REFERENCES Successor ( X ),
                                             CHECK ( X <> Y )  );

The final axiom is really hard. So I'll just punt on it.

Note - oddly - I can't get rid of the nullability of the Y column.

Anyway, the point is that you don't need numerals at all. Cabbages or drips of ceiling wax will work just as well.

Discuss.                                             

o Received on Mon Jan 08 2007 - 14:17:43 CST

Original text of this message

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