Re: infinity



In article <MPG.1dc6b8f0e5383cfb98a535@xxxxxxxxxxxxxxxxxxxxxxxxx>,
Tony Orlow <aeo6@xxxxxxxxxxx> wrote:

> David Kastrup said:
> > Tony Orlow <aeo6@xxxxxxxxxxx> writes:
> >
> > > In TOmatics, the set of rationals is generated via a two-child
> > > recursive definition.
> > >
> > > 1. 1/1 is a rational 2. rational(a/b) -> rational(a/succ(b)) 3.
> > > rational(a/b) -> rational(succ(a)/b)
> > >
> > > So, each element has two successors. Each element is also the
> > > successor to two other elements.
> >
> > Last time I looked, 1/1 and 2/2 were the same rational number.

> They have the same quantitative value. Consider it a dual or multiple
> representation, as you get in the digital reals (discounting
> infinitesimals). The set of rationals is certainly redundant that
> way, but as a symbolic representation of quantity, they're two
> different numbers.

There are many different numerals (representations) for the same
number. For example 8 and VIII are different as numerals but represent
the same number. In the same way 1/2 and 2/4 are different numerals
reresenting the same number. Sensible people understand the distinction
between a number and a numereal representing a number.

> At least, that's the way I see it. There is no unique linear order
> for the elements, since parents are not unique.
>
> >
> > Try generating 3/4 in that manner:
> >
> > 1/1 -> 1/2 -> 1/3 -> 1/4 -> 2/4 = 1/2 Oops.
> >
> > 1/1 -> 1/2 -> 1/3 -> 2/3 -> 3/3 = 1/1 Oops.
> >
> > 1/1 -> 1/2 -> 1/3 -> 2/3 -> 2/4 = 1/2 Oops.
> >
> > 1/1 -> 2/1 Oops (the denominator can't pass the enumerator without
> > falling back onto 1/1).

> I don't really consider this redundancy a problem. It's just an
> inherent property of the mode of representation. Rational numbers are
> sort of an overlaying and nesting of all the different number bases.
> Perhaps rationals should be built from the set of primes in some
> manner, rather than the naturals, if you want quantitative
> uniqueness.

For naturals, successorship is unique and creates a sequencial order
among the naturals.

For rationals, TO-successorship does not even create a partial order, as
there are loops, like 1/1 -> 1/2 -> 2/2 = 1/1.
> >
> > So TOmatics is not even able to reach 3/4 in a straightforward way.
> > How about a crooked way?
> >
> > 1/1 -> 1/2 -> 1/3 -> 1/4 -> 1/5 -> 1/6 -> 1/7 -> 2/7 -> 3/7 -> 4/7
> > -> 5/7 -> 6/7 -> 6/8 = 3/4
> >
> > Now, can you prove that for every rational, there is a TO way to
> > generate it? Sounds almost as much fun as the Collatz conjecture.
> >
> > And yours is supposed to be a _definition_, not a riddle.
> >
> >
.



Relevant Pages

  • Re: infinity
    ... each element has two successors. ... representation, as you get in the digital reals. ... The set of rationals is certainly redundant that way, ... > So TOmatics is not even able to reach 3/4 in a straightforward way. ...
    (sci.math)
  • Re: Questions on possreps
    ... POSSREP POLAR; ... physical representation (and has nothing to do with declaring "logical ... representing rationals exactly using a pair of "big integers" as long ...
    (comp.databases.theory)
  • Questions on possreps
    ... POSSREP POLAR; ... physical representation (and has nothing to do with declaring "logical ... Is it reasonable for me to assume a physical representation of type ... representing rationals exactly using a pair of "big integers" as long ...
    (comp.databases.theory)
  • Re: Possreps and numeric types
    ... digit integers because it didn't have enough memory. ... A billion digit integer doesn't make a whit of difference to what I wrote earlier: One still has a maximum representable integer, and a maximum representable integer defines a minimum range for the representation of each value. ... representation for all three and for an infinite number of other rationals. ... sqrtis an approximation; sqrtis not. ...
    (comp.databases.theory)
  • Re: Possreps and numeric types
    ... We certainly have resource limits in our finite computers. ... We cannot represent the rationals in finite computers. ... defines a minimum range for the representation of each value. ...
    (comp.databases.theory)