Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265274AbUAERwt (ORCPT ); Mon, 5 Jan 2004 12:52:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265282AbUAERwt (ORCPT ); Mon, 5 Jan 2004 12:52:49 -0500 Received: from x35.xmailserver.org ([69.30.125.51]:44467 "EHLO x35.xmailserver.org") by vger.kernel.org with ESMTP id S265274AbUAERwn (ORCPT ); Mon, 5 Jan 2004 12:52:43 -0500 X-AuthUser: davidel@xmailserver.org Date: Mon, 5 Jan 2004 09:52:45 -0800 (PST) From: Davide Libenzi X-X-Sender: davide@bigblue.dev.mdolabs.com To: Vojtech Pavlik cc: Linus Torvalds , Andries Brouwer , Daniel Jacobowitz , Rob Love , , Pascal Schmidt , Linux Kernel Mailing List , Greg KH Subject: Re: udev and devfs - The final word In-Reply-To: <20040105172900.GA359@ucw.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1253 Lines: 31 On Mon, 5 Jan 2004, Vojtech Pavlik wrote: > On Mon, Jan 05, 2004 at 08:13:26AM -0800, Linus Torvalds wrote: > > > But the thing is, some things you simply _cannot_ number. For example, a > > two-dimensional space is innumerable - you need more than one integer > > number to look things up. So is the set of real numbers (but not the set > > of fractions), etc etc. > > Two dimensional discrete space (*) is enumerable. Just start at [0,0] > and assign numbers going around the center in a growing spiral (**). > That way you assign a number to every point in that space. This is very > similar to the trick used to demonstrate fractions are enumerable. Vojtech, a spiral (in the math sense) won't work because whatever continuos function you choose for the radius, you are going to skip integers when the radius grows (and duplicate them when it's small). Also, IIRC, fractions are enumerable because they're a mapping from two enumerable spaces (integers): F = F(I1, I2) = I1 / I2. - Davide - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/