Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

The speed of anything depends on the flow of everything.


devel / comp.theory / Real Number & Restoring Interpretation of Calculus

SubjectAuthor
* Real Number & Restoring Interpretation of Calculuswij
+- Re: Real Number & Restoring Interpretation of CalculusMikko
+* Re: Real Number & Restoring Interpretation of Calculusimmibis
|`* Re: Real Number & Restoring Interpretation of Calculuswij
| `* Re: Real Number & Restoring Interpretation of Calculusimmibis
|  `* Re: Real Number & Restoring Interpretation of Calculuswij
|   +* Re: Real Number & Restoring Interpretation of Calculusimmibis
|   |`* Re: Real Number & Restoring Interpretation of Calculuswij
|   | `* Re: Real Number & Restoring Interpretation of Calculusimmibis
|   |  `* Re: Real Number & Restoring Interpretation of Calculuswij
|   |   `* Re: Real Number & Restoring Interpretation of CalculusFred. Zwarts
|   |    `- Re: Real Number & Restoring Interpretation of CalculusMikko
|   `* Re: Real Number & Restoring Interpretation of CalculusFred. Zwarts
|    +* Re: Real Number & Restoring Interpretation of Calculuswij
|    |+- Re: Real Number & Restoring Interpretation of CalculusFred. Zwarts
|    |+* Re: Real Number & Restoring Interpretation of CalculusRichard Damon
|    ||`* Re: Real Number & Restoring Interpretation of Calculuswij
|    || `* Re: Real Number & Restoring Interpretation of CalculusRichard Damon
|    ||  `* Re: Real Number & Restoring Interpretation of Calculuswij
|    ||   `- Re: Real Number & Restoring Interpretation of CalculusRichard Damon
|    |`- Re: Real Number & Restoring Interpretation of CalculusBen Bacarisse
|    +- Re: Real Number & Restoring Interpretation of CalculusAndy Walker
|    `* Re: Real Number & Restoring Interpretation of CalculusRoss Finlayson
|     `- Re: Real Number & Restoring Interpretation of CalculusRoss Finlayson
`* Re: Real Number & Restoring Interpretation of CalculusBen Bacarisse
 `* Re: Real Number & Restoring Interpretation of Calculuswij
  +* Re: Real Number & Restoring Interpretation of CalculusAndy Walker
  |`- Re: Real Number & Restoring Interpretation of Calculuswij
  `- Re: Real Number & Restoring Interpretation of CalculusBen Bacarisse

Pages:12
Real Number & Restoring Interpretation of Calculus

<aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56461&group=comp.theory#56461

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Real Number & Restoring Interpretation of Calculus
Date: Sun, 24 Mar 2024 22:59:52 +0800
Organization: A noiseless patient Spider
Lines: 115
Message-ID: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Info: dont-email.me; posting-host="3c796ecf7200172a21493b0bf8f19c0d";
logging-data="457964"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184TtcB5sCG4B7vg8VVbGgx"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:AY4aStnQ9dabi7OGNHPRLFIc+Fc=
 by: wij - Sun, 24 Mar 2024 14:59 UTC

The purpose this text is for establishing the bases for computational algorithm.
This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
may be updated anytime.

+-------------+
| Real Number |
+-------------+

n-ary Fixed-Point Number::= Number represented by a string of digits, the
string may contain a plus/minus sign or a point:

<fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
<dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
<dstr2>::= { 0, <nzd> } <nzd>
<nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9) // 'digit' varys depending on n-ary

Two n-ary fixed-point number x,y are equal iff their form as mentioned above
are identical.

Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
of digits of x may be infinitely long }

Note: This definition implies that repeating decimals are irrational number.
Let's list a common magic proof in the way as a brief explanation:
(1) x= 0.999...
(2) 10x= 9+x // 10x= 9.999...
(3) 9x=9
(4) x=1
Ans: There is no axiom or theorem to prove (1) => (2).

Real number is just this simple. The limit theory is a methodology for finding
derivative, nothing to do with what the real number is (otherwise, a definition
like the above must be defined in advance. Otherwise, latter dedution will be
difficult not to contain circular-reasoning).

+-------+
| Limit |
+-------+
Limit::= lim(x->a) f(x)=L
http://www.math.ntu.edu.tw/~mathcal/download/precal/PPT/Chapter%2002_04..pdf
http://www.math.ncu.edu.tw/~yu/ecocal98/boards/lec6_ec_98.pdf
https://en.wikipedia.org/wiki/Limit_(mathematics)
https://en.wikipedia.org/wiki/Limit_of_a_function

L is defined as the limit (a number) while x approaches a (f(a) may not
be defined, although, while f is continuous, L=f(a)). L is a defined value,
not "if something infinitely close ... then equal" (no such logic).

Ex1: A= lim(n->∞) 1-1/n= lim(n->0+) 1-n= lim 0.999...=1
B= lim(n->∞) 1+1/n= lim(n->0+) 1+n= lim 1.000..?=1

Ex2: A=lim(x->ℵ₀) f(x), B=lim(x->ℵ₁) f(x) // ℵ₀,ℵ₁ being proper or not is
// another issue here. But problematic
// for "finally equal" interpretation.

Limit defines A=B, does not mean the contents of the limit are equal. If the
"x approaches..., then equal" notion is adopted, lots of logical issues arise.

Note: The equation of limit may be questionable
lim(x->c) (f(x)*g(x))= (lim(x->c) f(x))*(lim(x->c) g(x)):

Let A=lim(n->∞) (1-1/n)= 1
A*A*..*A= ... = lim(n->∞) (1-1/n)^n // 1=1/e ?

+--------------------------------------+
| Restoring Interpretation of Calculus |
+--------------------------------------+
http://www.math.ntu.edu.tw/~mathcal/download/precal/PPT/Chapter%2002_08.pdf
https://en.wikipedia.org/wiki/Derivative

Assume calculus is basically the area problem of a function: Let F compute the
the area of f. From the meaning of area, we can have:

(F(x+h)-F(x)) ≒ (f(x+h)+f(x))*(h/2) // h is a sufficiently small (test)offset
<=> (F(x+h)-F(x))/h ≒ (f(x+h)+f(x))/2 // the limit(h->0) of rhs is f(x)

Expected property of F: (1)Error |lhs-rhs| strictly decreases with the tiny
(test) offset h (2)When h=0, lhs=rhs.
Because the h in the lhs cannot be 0, the basic problem of calculus is
finding such a F (or f) that satisfies the expected porperty above...Thus,

D(f(x))= lim(h->0) (F(x+h)-F(x))/h = f(x)

Note: Hope that this interpretation can avoid the interpretation of infinity
/infinitesimal, and provide more correct foundation for some theories
, e.g. Zeno paradoxes, repeating decimal,...,and more (exponiential,
Cantor set, infinite series...).

-------------------------------------------------------------------------------

Re: Real Number & Restoring Interpretation of Calculus

<utpjeu$f30a$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56462&group=comp.theory#56462

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mikko.le...@iki.fi (Mikko)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Sun, 24 Mar 2024 18:13:19 +0200
Organization: -
Lines: 19
Message-ID: <utpjeu$f30a$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="22625e93c44a53efab0764cca38c1c63";
logging-data="494602"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188AaoOhIqhn6FpGECXZ3NJ"
User-Agent: Unison/2.2
Cancel-Lock: sha1:HDxbyfMdI4Qr9TaqjXi6pJrf1g8=
 by: Mikko - Sun, 24 Mar 2024 16:13 UTC

On 2024-03-24 14:59:52 +0000, wij said:

> Note: This definition implies that repeating decimals are irrational number.

This contradicts the definition that an irrationa number is not rational.

> Let's list a common magic proof in the way as a brief explanation:
> (1) x= 0.999...
> (2) 10x= 9+x // 10x= 9.999...
> (3) 9x=9
> (4) x=1
> Ans: There is no axiom or theorem to prove (1) => (2).

A theory of numbers should have enough axioms to determine what
the sum or product of any two numbers is.

--
Mikko

Re: Real Number & Restoring Interpretation of Calculus

<utq9qu$kghs$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56475&group=comp.theory#56475

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Sun, 24 Mar 2024 23:35:10 +0100
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <utq9qu$kghs$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 24 Mar 2024 23:35:11 +0100
Injection-Info: dont-email.me; posting-host="8e801f22a185871a10c4eb9ef5094a99";
logging-data="672316"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Zreolyl5+H/fowvKlCL3Y"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:08cbjYl/2OYx+cma4Ccf2/klanQ=
Content-Language: en-US
In-Reply-To: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
 by: immibis - Sun, 24 Mar 2024 22:35 UTC

On 24/03/24 15:59, wij wrote:
> The purpose this text is for establishing the bases for computational algorithm.
> This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> may be updated anytime.
>
> +-------------+
> | Real Number |
> +-------------+
>
> n-ary Fixed-Point Number::= Number represented by a string of digits, the
> string may contain a plus/minus sign or a point:
>
> <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> <dstr2>::= { 0, <nzd> } <nzd>
> <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9) // 'digit' varys depending on n-ary
>
> Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> are identical.
>
> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> of digits of x may be infinitely long }
>
> Note: This definition implies that repeating decimals are irrational number.

So the RATIO of 1 and 7 isn't RATIOnal?

Re: Real Number & Restoring Interpretation of Calculus

<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56476&group=comp.theory#56476

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 07:05:48 +0800
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 00:05:49 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="674665"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/rIQFPgUvJ+gRzPhYqBHQw"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:y6cIInOr2GGu9DStG+dySq9CWgQ=
In-Reply-To: <utq9qu$kghs$1@dont-email.me>
 by: wij - Sun, 24 Mar 2024 23:05 UTC

On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> On 24/03/24 15:59, wij wrote:
> > The purpose this text is for establishing the bases for computational algorithm.
> > This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > may be updated anytime.
> >
> > +-------------+
> > > Real Number |
> > +-------------+
> >
> > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> >     string may contain a plus/minus sign or a point:
> >
> >       <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> >       <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> >       <dstr2>::= { 0, <nzd> } <nzd>
> >       <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> >
> >     Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> >     are identical.
> >
> > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> >     of digits of x may be infinitely long }
> >
> >     Note: This definition implies that repeating decimals are irrational number.
>
> So the RATIO of 1 and 7 isn't RATIOnal?

All rationals p/q are representable by q-ary fixed-point number.

Re: Real Number & Restoring Interpretation of Calculus

<utqfbi$lirb$5@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56481&group=comp.theory#56481

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 01:09:21 +0100
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <utqfbi$lirb$5@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 01:09:22 +0100
Injection-Info: dont-email.me; posting-host="b3fdd84c7b1df5053c46c5442abb22b1";
logging-data="707435"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Hc268gtj3W3ZTdOWdnr//"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:CB1ipSPwQVlEIlQqqmflsKfcg9U=
In-Reply-To: <17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
Content-Language: en-US
 by: immibis - Mon, 25 Mar 2024 00:09 UTC

On 25/03/24 00:05, wij wrote:
> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>> On 24/03/24 15:59, wij wrote:
>>> The purpose this text is for establishing the bases for computational algorithm.
>>> This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>> may be updated anytime.
>>>
>>> +-------------+
>>>> Real Number |
>>> +-------------+
>>>
>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>     string may contain a plus/minus sign or a point:
>>>
>>>       <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>       <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>       <dstr2>::= { 0, <nzd> } <nzd>
>>>       <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>
>>>     Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>     are identical.
>>>
>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>     of digits of x may be infinitely long }
>>>
>>>     Note: This definition implies that repeating decimals are irrational number.
>>
>> So the RATIO of 1 and 7 isn't RATIOnal?
>
> All rationals p/q are representable by q-ary fixed-point number.
>

0.99999... is representable by the following 10-ary fixed-point number: 1.0.

Re: Real Number & Restoring Interpretation of Calculus

<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56482&group=comp.theory#56482

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 08:53:10 +0800
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 01:53:12 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="711661"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+LmZqtm3fF7rIR42JaVLkl"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:ZzrWVKWHVBhSBD91Fb0eumyYHlk=
In-Reply-To: <utqfbi$lirb$5@dont-email.me>
 by: wij - Mon, 25 Mar 2024 00:53 UTC

On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
> On 25/03/24 00:05, wij wrote:
> > On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> > > On 24/03/24 15:59, wij wrote:
> > > > The purpose this text is for establishing the bases for computational algorithm.
> > > > This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > > > may be updated anytime.
> > > >
> > > > +-------------+
> > > > > Real Number |
> > > > +-------------+
> > > >
> > > > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> > > >      string may contain a plus/minus sign or a point:
> > > >
> > > >        <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> > > >        <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> > > >        <dstr2>::= { 0, <nzd> } <nzd>
> > > >        <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> > > >
> > > >      Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> > > >      are identical.
> > > >
> > > > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> > > >      of digits of x may be infinitely long }
> > > >
> > > >      Note: This definition implies that repeating decimals are irrational number.
> > >
> > > So the RATIO of 1 and 7 isn't RATIOnal?
> >
> > All rationals p/q are representable by q-ary fixed-point number.
> >
>
> 0.99999... is representable by the following 10-ary fixed-point number: 1..0.

How?

Re: Real Number & Restoring Interpretation of Calculus

<utqi9a$mbmc$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56483&group=comp.theory#56483

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 01:59:22 +0100
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <utqi9a$mbmc$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 01:59:23 +0100
Injection-Info: dont-email.me; posting-host="a536bf1841cd997a4ea7e56a7da83332";
logging-data="732876"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18HbwfqvMbUpxG7ra+mjYlw"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Ci1NZ3yS8o8ObDjn3WNeqOCdKrs=
Content-Language: en-US
In-Reply-To: <d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
 by: immibis - Mon, 25 Mar 2024 00:59 UTC

On 25/03/24 01:53, wij wrote:
> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>> On 25/03/24 00:05, wij wrote:
>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>> On 24/03/24 15:59, wij wrote:
>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>> This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>> may be updated anytime.
>>>>>
>>>>> +-------------+
>>>>>> Real Number |
>>>>> +-------------+
>>>>>
>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>      string may contain a plus/minus sign or a point:
>>>>>
>>>>>        <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>        <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>        <dstr2>::= { 0, <nzd> } <nzd>
>>>>>        <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>
>>>>>      Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>      are identical.
>>>>>
>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>      of digits of x may be infinitely long }
>>>>>
>>>>>      Note: This definition implies that repeating decimals are irrational number.
>>>>
>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>
>>> All rationals p/q are representable by q-ary fixed-point number.
>>>
>>
>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>
> How?

By the proof you already showed and rejected, they are two ways of
writing the same number. At least in the real numbers. If you make up a
new number system, it won't be the same as the real numbers and you
shouldn't call it the real numbers.

Re: Real Number & Restoring Interpretation of Calculus

<2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56484&group=comp.theory#56484

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 09:31:34 +0800
Organization: A noiseless patient Spider
Lines: 67
Message-ID: <2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utqi9a$mbmc$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 02:31:36 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="711661"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184x6Pq0bj05u9kBdxgbXFd"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:GpcXIOpDORZYy99H3eFkHcPr4o8=
In-Reply-To: <utqi9a$mbmc$1@dont-email.me>
 by: wij - Mon, 25 Mar 2024 01:31 UTC

On Mon, 2024-03-25 at 01:59 +0100, immibis wrote:
> On 25/03/24 01:53, wij wrote:
> > On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
> > > On 25/03/24 00:05, wij wrote:
> > > > On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> > > > > On 24/03/24 15:59, wij wrote:
> > > > > > The purpose this text is for establishing the bases for computational algorithm.
> > > > > > This file
> > > > > > https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > > > > > may be updated anytime.
> > > > > >
> > > > > > +-------------+
> > > > > > > Real Number |
> > > > > > +-------------+
> > > > > >
> > > > > > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> > > > > >       string may contain a plus/minus sign or a point:
> > > > > >
> > > > > >         <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> > > > > >         <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> > > > > >         <dstr2>::= { 0, <nzd> } <nzd>
> > > > > >         <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> > > > > >
> > > > > >       Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> > > > > >       are identical.
> > > > > >
> > > > > > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> > > > > >       of digits of x may be infinitely long }
> > > > > >
> > > > > >       Note: This definition implies that repeating decimals are irrational number.
> > > > >
> > > > > So the RATIO of 1 and 7 isn't RATIOnal?
> > > >
> > > > All rationals p/q are representable by q-ary fixed-point number.
> > > >
> > >
> > > 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
> >
> > How?
>
> By the proof you already showed and rejected, they are two ways of
> writing the same number. At least in the real numbers. If you make up a
> new number system, it won't be the same as the real numbers and you
> shouldn't call it the real numbers.

It not 'make-up', instead, your math. theory is fabricated, in way worst than mine, at least.

If you like to stick to the theory that the universe revolves around the earth, that is fine.
One thing to be sure, such theory won't survive.

Re: Real Number & Restoring Interpretation of Calculus

<utqnin$nfj0$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56486&group=comp.theory#56486

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: new...@immibis.com (immibis)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 03:29:43 +0100
Organization: A noiseless patient Spider
Lines: 56
Message-ID: <utqnin$nfj0$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utqi9a$mbmc$1@dont-email.me>
<2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 03:29:44 +0100
Injection-Info: dont-email.me; posting-host="a536bf1841cd997a4ea7e56a7da83332";
logging-data="769632"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+2XZ9Xv2Qc139DjV6Qrz7A"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:5AOWb6nepxCiGmJ4Oz3p0T4j4Pk=
Content-Language: en-US
In-Reply-To: <2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>
 by: immibis - Mon, 25 Mar 2024 02:29 UTC

On 25/03/24 02:31, wij wrote:
> On Mon, 2024-03-25 at 01:59 +0100, immibis wrote:
>> On 25/03/24 01:53, wij wrote:
>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>> On 25/03/24 00:05, wij wrote:
>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>>>> This file
>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>> may be updated anytime.
>>>>>>>
>>>>>>> +-------------+
>>>>>>>> Real Number |
>>>>>>> +-------------+
>>>>>>>
>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>       string may contain a plus/minus sign or a point:
>>>>>>>
>>>>>>>         <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>         <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>         <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>         <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>>>
>>>>>>>       Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>>>       are identical.
>>>>>>>
>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>       of digits of x may be infinitely long }
>>>>>>>
>>>>>>>       Note: This definition implies that repeating decimals are irrational number.
>>>>>>
>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>
>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>
>>>>
>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>
>>> How?
>>
>> By the proof you already showed and rejected, they are two ways of
>> writing the same number. At least in the real numbers. If you make up a
>> new number system, it won't be the same as the real numbers and you
>> shouldn't call it the real numbers.
>
> It not 'make-up', instead, your math. theory is fabricated, in way worst than mine, at least.
>
> If you like to stick to the theory that the universe revolves around the earth, that is fine.
> One thing to be sure, such theory won't survive.

If two real numbers defined by Dedekind cuts are different, there is a
number in between them. This is obvious from the Dedekind cut
definition. If you invent a different system, you can do that but it's a
different system.

Re: Real Number & Restoring Interpretation of Calculus

<ea719d22239d451f071585602d67c8b3cf7ac36f.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56487&group=comp.theory#56487

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 11:11:26 +0800
Organization: A noiseless patient Spider
Lines: 81
Message-ID: <ea719d22239d451f071585602d67c8b3cf7ac36f.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utqi9a$mbmc$1@dont-email.me>
<2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>
<utqnin$nfj0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 04:11:28 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="772954"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BLLfs8ccUCRxPL5mSWszG"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:J7udobZOHa0v6T7GzXO8IC/o8mY=
In-Reply-To: <utqnin$nfj0$1@dont-email.me>
 by: wij - Mon, 25 Mar 2024 03:11 UTC

On Mon, 2024-03-25 at 03:29 +0100, immibis wrote:
> On 25/03/24 02:31, wij wrote:
> > On Mon, 2024-03-25 at 01:59 +0100, immibis wrote:
> > > On 25/03/24 01:53, wij wrote:
> > > > On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
> > > > > On 25/03/24 00:05, wij wrote:
> > > > > > On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> > > > > > > On 24/03/24 15:59, wij wrote:
> > > > > > > > The purpose this text is for establishing the bases for computational algorithm.
> > > > > > > > This file
> > > > > > > > https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > > > > > > > may be updated anytime.
> > > > > > > >
> > > > > > > > +-------------+
> > > > > > > > > Real Number |
> > > > > > > > +-------------+
> > > > > > > >
> > > > > > > > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> > > > > > > >        string may contain a plus/minus sign or a point:
> > > > > > > >
> > > > > > > >          <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> > > > > > > >          <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> > > > > > > >          <dstr2>::= { 0, <nzd> } <nzd>
> > > > > > > >          <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> > > > > > > >
> > > > > > > >        Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> > > > > > > >        are identical.
> > > > > > > >
> > > > > > > > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> > > > > > > >        of digits of x may be infinitely long }
> > > > > > > >
> > > > > > > >        Note: This definition implies that repeating decimals are irrational number.
> > > > > > >
> > > > > > > So the RATIO of 1 and 7 isn't RATIOnal?
> > > > > >
> > > > > > All rationals p/q are representable by q-ary fixed-point number..
> > > > > >
> > > > >
> > > > > 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
> > > >
> > > > How?
> > >
> > > By the proof you already showed and rejected, they are two ways of
> > > writing the same number. At least in the real numbers. If you make up a
> > > new number system, it won't be the same as the real numbers and you
> > > shouldn't call it the real numbers.
> >
> > It not 'make-up', instead, your math. theory is fabricated, in way worst than mine, at least.
> >
> > If you like to stick to the theory that the universe revolves around the earth, that is fine.
> > One thing to be sure, such theory won't survive.
>
> If two real numbers defined by Dedekind cuts are different, there is a
> number in between them. This is obvious from the Dedekind cut
> definition. If you invent a different system, you can do that but it's a
> different system.
>

Let's say yes (if you'd like me to put this way), I am inventing a system to replace your obsolete
system.

Re: Real Number & Restoring Interpretation of Calculus

<utrdfj$vkn8$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56488&group=comp.theory#56488

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 09:43:32 +0100
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <utrdfj$vkn8$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 09:43:32 +0100
Injection-Info: dont-email.me; posting-host="76db67d2e2885e22dd683b3f86d77f94";
logging-data="1037032"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19NzBLuzm0h/VutharIEk/8"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:uN2XxIsTt+Npu4fnLh/p2w3sRpU=
In-Reply-To: <d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
Content-Language: en-GB
 by: Fred. Zwarts - Mon, 25 Mar 2024 08:43 UTC

Op 25.mrt.2024 om 01:53 schreef wij:
> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>> On 25/03/24 00:05, wij wrote:
>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>> On 24/03/24 15:59, wij wrote:
>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>> This file https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>> may be updated anytime.
>>>>>
>>>>> +-------------+
>>>>>> Real Number |
>>>>> +-------------+
>>>>>
>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>      string may contain a plus/minus sign or a point:
>>>>>
>>>>>        <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>        <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>        <dstr2>::= { 0, <nzd> } <nzd>
>>>>>        <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>
>>>>>      Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>      are identical.
>>>>>
>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>      of digits of x may be infinitely long }
>>>>>
>>>>>      Note: This definition implies that repeating decimals are irrational number.
>>>>
>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>
>>> All rationals p/q are representable by q-ary fixed-point number.
>>>
>>
>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>
> How?

1.0 = 3*(1/3) = 3*0.33333... = 0.99999...

If not (if there is a difference), which number expresses the difference
between 1.0 and 0.99999... ?

Re: Real Number & Restoring Interpretation of Calculus

<utrdn6$vkn8$2@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56489&group=comp.theory#56489

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 09:47:34 +0100
Organization: A noiseless patient Spider
Lines: 66
Message-ID: <utrdn6$vkn8$2@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utqi9a$mbmc$1@dont-email.me>
<2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com>
<utqnin$nfj0$1@dont-email.me>
<ea719d22239d451f071585602d67c8b3cf7ac36f.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 09:47:34 +0100
Injection-Info: dont-email.me; posting-host="76db67d2e2885e22dd683b3f86d77f94";
logging-data="1037032"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+SxcVwCjr3mepEOI0tV6Ne"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:WeAVBQj+GSV8AQtWmoLxO5rNFAM=
Content-Language: en-GB
In-Reply-To: <ea719d22239d451f071585602d67c8b3cf7ac36f.camel@gmail.com>
 by: Fred. Zwarts - Mon, 25 Mar 2024 08:47 UTC

Op 25.mrt.2024 om 04:11 schreef wij:
> On Mon, 2024-03-25 at 03:29 +0100, immibis wrote:
>> On 25/03/24 02:31, wij wrote:
>>> On Mon, 2024-03-25 at 01:59 +0100, immibis wrote:
>>>> On 25/03/24 01:53, wij wrote:
>>>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>>>> On 25/03/24 00:05, wij wrote:
>>>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>>>>>> This file
>>>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>>>> may be updated anytime.
>>>>>>>>>
>>>>>>>>> +-------------+
>>>>>>>>>> Real Number |
>>>>>>>>> +-------------+
>>>>>>>>>
>>>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>>>        string may contain a plus/minus sign or a point:
>>>>>>>>>
>>>>>>>>>          <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>>>          <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>>>          <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>>>          <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>>>>>
>>>>>>>>>        Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>>>>>        are identical.
>>>>>>>>>
>>>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>>>        of digits of x may be infinitely long }
>>>>>>>>>
>>>>>>>>>        Note: This definition implies that repeating decimals are irrational number.
>>>>>>>>
>>>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>>>
>>>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>>>
>>>>>>
>>>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>>>
>>>>> How?
>>>>
>>>> By the proof you already showed and rejected, they are two ways of
>>>> writing the same number. At least in the real numbers. If you make up a
>>>> new number system, it won't be the same as the real numbers and you
>>>> shouldn't call it the real numbers.
>>>
>>> It not 'make-up', instead, your math. theory is fabricated, in way worst than mine, at least.
>>>
>>> If you like to stick to the theory that the universe revolves around the earth, that is fine.
>>> One thing to be sure, such theory won't survive.
>>
>> If two real numbers defined by Dedekind cuts are different, there is a
>> number in between them. This is obvious from the Dedekind cut
>> definition. If you invent a different system, you can do that but it's a
>> different system.
>>
>
> Let's say yes (if you'd like me to put this way), I am inventing a system to replace your obsolete
> system.

A system becomes obsolete only if a new system has been worked out and
it is proved to have an advantage. As long as a new system is being
invented and no advantage has been proved, the old system is not obsolete.

Re: Real Number & Restoring Interpretation of Calculus

<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56490&group=comp.theory#56490

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 17:11:14 +0800
Organization: A noiseless patient Spider
Lines: 64
Message-ID: <cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 10:11:16 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="1046386"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18x3RQnz22yTPdrJm5kKafI"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:ovmOTfIKkcrp8pH/je7Rm9wZRUc=
In-Reply-To: <utrdfj$vkn8$1@dont-email.me>
 by: wij - Mon, 25 Mar 2024 09:11 UTC

On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
> Op 25.mrt.2024 om 01:53 schreef wij:
> > On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
> > > On 25/03/24 00:05, wij wrote:
> > > > On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> > > > > On 24/03/24 15:59, wij wrote:
> > > > > > The purpose this text is for establishing the bases for computational algorithm.
> > > > > > This file
> > > > > > https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > > > > > may be updated anytime.
> > > > > >
> > > > > > +-------------+
> > > > > > > Real Number |
> > > > > > +-------------+
> > > > > >
> > > > > > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> > > > > >       string may contain a plus/minus sign or a point:
> > > > > >
> > > > > >         <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> > > > > >         <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> > > > > >         <dstr2>::= { 0, <nzd> } <nzd>
> > > > > >         <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> > > > > >
> > > > > >       Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> > > > > >       are identical.
> > > > > >
> > > > > > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> > > > > >       of digits of x may be infinitely long }
> > > > > >
> > > > > >       Note: This definition implies that repeating decimals are irrational number.
> > > > >
> > > > > So the RATIO of 1 and 7 isn't RATIOnal?
> > > >
> > > > All rationals p/q are representable by q-ary fixed-point number.
> > > >
> > >
> > > 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
> >
> > How?
>
> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
>
What is that? Refutation by assertion?

> If not (if there is a difference), which number expresses the difference
> between 1.0 and 0.99999... ?

Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and b. (dense property)

Re: Real Number & Restoring Interpretation of Calculus

<utrfdj$10cog$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56491&group=comp.theory#56491

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mikko.le...@iki.fi (Mikko)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 11:16:35 +0200
Organization: -
Lines: 84
Message-ID: <utrfdj$10cog$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com> <utq9qu$kghs$1@dont-email.me> <17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com> <utqfbi$lirb$5@dont-email.me> <d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com> <utqi9a$mbmc$1@dont-email.me> <2cffc14ba29460993b793b0df8b7d664a941ef74.camel@gmail.com> <utqnin$nfj0$1@dont-email.me> <ea719d22239d451f071585602d67c8b3cf7ac36f.camel@gmail.com> <utrdn6$vkn8$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 10:16:36 +0100
Injection-Info: dont-email.me; posting-host="6d1bd850d904c30079eadb044e07e806";
logging-data="1061648"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5GXIs9tM2xUCcRar3ZwtM"
User-Agent: Unison/2.2
Cancel-Lock: sha1:t/GDpUDTOLzVm9Cl43L6fAEs5Bc=
 by: Mikko - Mon, 25 Mar 2024 09:16 UTC

On 2024-03-25 08:47:34 +0000, Fred. Zwarts said:

> Op 25.mrt.2024 om 04:11 schreef wij:
>> On Mon, 2024-03-25 at 03:29 +0100, immibis wrote:
>>> On 25/03/24 02:31, wij wrote:
>>>> On Mon, 2024-03-25 at 01:59 +0100, immibis wrote:
>>>>> On 25/03/24 01:53, wij wrote:
>>>>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>>>>> On 25/03/24 00:05, wij wrote:
>>>>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>>>>> The purpose this text is for establishing the bases for computational
>>>>>>>>>> algorithm.
>>>>>>>>>> This file
>>>>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>>>>>
>>>>>>>>>> may be updated anytime.
>>>>>>>>>>
>>>>>>>>>> +-------------+
>>>>>>>>>>> Real Number |
>>>>>>>>>> +-------------+
>>>>>>>>>>
>>>>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>>>>        string may contain a plus/minus sign or a point:
>>>>>>>>>>
>>>>>>>>>>          <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>>>>          <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>>>>          <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>>>>          <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys
>>>>>>>>>> depending on n-ary
>>>>>>>>>>
>>>>>>>>>>        Two n-ary fixed-point number x,y are equal iff their form as
>>>>>>>>>> mentioned above
>>>>>>>>>>        are identical.
>>>>>>>>>>
>>>>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>>>>        of digits of x may be infinitely long }
>>>>>>>>>>
>>>>>>>>>>        Note: This definition implies that repeating decimals are
>>>>>>>>>> irrational number.
>>>>>>>>>
>>>>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>>>>
>>>>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>>>>
>>>>>>>
>>>>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>>>>
>>>>>> How?
>>>>>
>>>>> By the proof you already showed and rejected, they are two ways of
>>>>> writing the same number. At least in the real numbers. If you make up a
>>>>> new number system, it won't be the same as the real numbers and you
>>>>> shouldn't call it the real numbers.
>>>>
>>>> It not 'make-up', instead, your math. theory is fabricated, in way
>>>> worst than mine, at least.
>>>>
>>>> If you like to stick to the theory that the universe revolves around
>>>> the earth, that is fine.
>>>> One thing to be sure, such theory won't survive.
>>>
>>> If two real numbers defined by Dedekind cuts are different, there is a
>>> number in between them. This is obvious from the Dedekind cut
>>> definition. If you invent a different system, you can do that but it's a
>>> different system.
>>>
>>
>> Let's say yes (if you'd like me to put this way), I am inventing a
>> system to replace your obsolete
>> system.
>
> A system becomes obsolete only if a new system has been worked out and
> it is proved to have an advantage.

And even then not always. What makes the new system better for some
purposes may make it worse for other purposes. For example, Riemannian
geometry covers everything Euclidean geometry covers and more but
Euclidean geometry is still used as it is easier to use where it
can be used.

--
Mikko

Re: Real Number & Restoring Interpretation of Calculus

<utrhn1$10q50$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56492&group=comp.theory#56492

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 10:55:45 +0100
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <utrhn1$10q50$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 10:55:45 +0100
Injection-Info: dont-email.me; posting-host="76db67d2e2885e22dd683b3f86d77f94";
logging-data="1075360"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/jrQ7nNNauNDHhkiJqib1b"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:LCmU9I19QkeCEzxCCj8IXvsMBlg=
In-Reply-To: <cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
Content-Language: en-GB
 by: Fred. Zwarts - Mon, 25 Mar 2024 09:55 UTC

Op 25.mrt.2024 om 10:11 schreef wij:
> On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
>> Op 25.mrt.2024 om 01:53 schreef wij:
>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>> On 25/03/24 00:05, wij wrote:
>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>>>> This file
>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>> may be updated anytime.
>>>>>>>
>>>>>>> +-------------+
>>>>>>>> Real Number |
>>>>>>> +-------------+
>>>>>>>
>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>       string may contain a plus/minus sign or a point:
>>>>>>>
>>>>>>>         <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>         <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>         <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>         <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>>>
>>>>>>>       Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>>>       are identical.
>>>>>>>
>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>       of digits of x may be infinitely long }
>>>>>>>
>>>>>>>       Note: This definition implies that repeating decimals are irrational number.
>>>>>>
>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>
>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>
>>>>
>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>
>>> How?
>>
>> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
>>
> What is that? Refutation by assertion?
>
>> If not (if there is a difference), which number expresses the difference
>> between 1.0 and 0.99999... ?
>
> Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and b. (dense property)
>

I did not ask about a number between a and b, but about the difference
between a and b. How do you write a-b? Is that -0.00000...? Do you think
it is not equal to 0.0?

Re: Real Number & Restoring Interpretation of Calculus

<utrifl$110va$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56493&group=comp.theory#56493

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: anw...@cuboid.co.uk (Andy Walker)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 10:08:53 +0000
Organization: Not very much
Lines: 41
Message-ID: <utrifl$110va$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 25 Mar 2024 11:08:54 +0100
Injection-Info: dont-email.me; posting-host="df94fa32b1a91c2e60b547863b6de3a6";
logging-data="1082346"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/leHh5r9BfMdaXZP4DxIv0"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:WPVjyRYka1TzzNGUhE0lQDay0qE=
In-Reply-To: <utrdfj$vkn8$1@dont-email.me>
Content-Language: en-GB
 by: Andy Walker - Mon, 25 Mar 2024 10:08 UTC

On 25/03/2024 08:43, Fred. Zwarts wrote:
> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...

Just to point out that all such "visual" proofs are flawed.
We normally multiply from the right, with the rules about "carries".
With infinite strings, we have to multiply from the left, meaning
that at any given stage, we have a range of possible answers. Thus
3 * 0.3xyz... lies between 0.90 and 1.02, and we can't write down
the start of the answer until we inspect x; if x < 3, then the
answer starts 0.9; if x > 3, it starts 1.0; sadly, if x = 3, then
we have made no progress until we inspect y and then z. If they are
all 3's, then we continually have to defer starting the answer, and
we never find out whether 3 * 0.333... is 0.999... or 1.000.... I
suspect that most people who are happy with the above would be less
happy with "1.0 = 7*(1/7) = 7*0.1428561428... = 0.99999..." where you
clearly have to worry about the carries.

[Of course, there are satisfactory proofs that in the reals
0.999... = 1 using standard results about limits. But these are much
harder to explain to non-mathematicians. Inevitably, they depend on
the Archimedean axiom, which is not (at least in the UK) routinely
taught to children as they learn about numbers.]

> If not (if there is a difference), which number expresses the
> difference between 1.0 and 0.99999... ?

In [for example] the surreals and the hyperreals, there are
numbers that are strictly less than 1 and strictly greater than any
member of 0.9, 0.99, 0.999, .... Some such system of numbers would
surely meet Wij's needs better than a half-baked attempt to describe
an incoherent extension to the reals.

[Wiki on both of the above is a decent introduction once you
are past the first couple of paragraphs; but I suspect that most
Wij-alikes give up on reading "In mathematics, the surreal number
system is a totally ordered proper class ...".]

--
Andy Walker, Nottingham.
Andy's music pages: www.cuboid.me.uk/andy/Music
Composer of the day: www.cuboid.me.uk/andy/Music/Composers/Bizet

Re: Real Number & Restoring Interpretation of Calculus

<87il1awqwp.fsf@bsb.me.uk>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56494&group=comp.theory#56494

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ben.use...@bsb.me.uk (Ben Bacarisse)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 10:24:06 +0000
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <87il1awqwp.fsf@bsb.me.uk>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 11:24:07 +0100
Injection-Info: dont-email.me; posting-host="a01f7b0aac97228cd1e26a638ab69391";
logging-data="1093663"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18QgVke7ToarDHk10hD9riYoat0LAFz5jc="
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:KBnDaoqfaRg6xQCoLcwPDsvjEFE=
sha1:hyODJaKQaWFxlOYxHeZRQZNWqPk=
X-BSB-Auth: 1.677892db2a063bea4743.20240325102406GMT.87il1awqwp.fsf@bsb.me.uk
 by: Ben Bacarisse - Mon, 25 Mar 2024 10:24 UTC

wij <wyniijj5@gmail.com> writes:

> +-------------+
> | Real Number |
> +-------------+
>
> n-ary Fixed-Point Number::= Number represented by a string of digits, the
> string may contain a plus/minus sign or a point:
>
> <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> <dstr2>::= { 0, <nzd> } <nzd>
> <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9) // 'digit' varys depending
> on n-ary

So neither 0 nor 10 are Fixed_point numbers. OK. That's going to limit
the usefulness of these numbers.

> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point
> number. The string of digits of x may be infinitely long }

That's ill-defined as there are two {0, <nzd>} parts in the grammar. I
think you intended only one of them to be permitted to be not finite.

(And as has been pointed out, this is not a model of set to the real
numbers. You need to choose a different name.)

As usual, you don't really care about the details, do you? It's all
about looking technical rather than being precise.

--
Ben.

Re: Real Number & Restoring Interpretation of Calculus

<utrmau$306gp$1@i2pn2.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56495&group=comp.theory#56495

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 07:14:38 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <utrmau$306gp$1@i2pn2.org>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 11:14:38 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3152409"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
In-Reply-To: <cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
 by: Richard Damon - Mon, 25 Mar 2024 11:14 UTC

On 3/25/24 5:11 AM, wij wrote:
> On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
>> Op 25.mrt.2024 om 01:53 schreef wij:
>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>> On 25/03/24 00:05, wij wrote:
>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>>>> This file
>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>> may be updated anytime.
>>>>>>>
>>>>>>> +-------------+
>>>>>>>> Real Number |
>>>>>>> +-------------+
>>>>>>>
>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>       string may contain a plus/minus sign or a point:
>>>>>>>
>>>>>>>         <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>         <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>         <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>         <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>>>
>>>>>>>       Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>>>       are identical.
>>>>>>>
>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>       of digits of x may be infinitely long }
>>>>>>>
>>>>>>>       Note: This definition implies that repeating decimals are irrational number.
>>>>>>
>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>
>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>
>>>>
>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>
>>> How?
>>
>> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
>>
> What is that? Refutation by assertion?
>
>> If not (if there is a difference), which number expresses the difference
>> between 1.0 and 0.99999... ?
>
> Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and b. (dense property)
>

But the density property requires a and b to be DIFFERENT numbers before
it asserts that there is a number between them, otherwise c is just the
same number as a and b.

Re: Real Number & Restoring Interpretation of Calculus

<e5bc4823399ec756a54b7c189d9fa74e0a4b030c.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56496&group=comp.theory#56496

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 19:54:55 +0800
Organization: A noiseless patient Spider
Lines: 76
Message-ID: <e5bc4823399ec756a54b7c189d9fa74e0a4b030c.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
<utrmau$306gp$1@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 12:54:56 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="1094110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bgsnDDeDi7B58GedO20Fk"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:pWW9LNNfTSLjzZnO1oWwpalIQto=
In-Reply-To: <utrmau$306gp$1@i2pn2.org>
 by: wij - Mon, 25 Mar 2024 11:54 UTC

On Mon, 2024-03-25 at 07:14 -0400, Richard Damon wrote:
> On 3/25/24 5:11 AM, wij wrote:
> > On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
> > > Op 25.mrt.2024 om 01:53 schreef wij:
> > > > On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
> > > > > On 25/03/24 00:05, wij wrote:
> > > > > > On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
> > > > > > > On 24/03/24 15:59, wij wrote:
> > > > > > > > The purpose this text is for establishing the bases for computational algorithm.
> > > > > > > > This file
> > > > > > > > https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> > > > > > > > may be updated anytime.
> > > > > > > >
> > > > > > > > +-------------+
> > > > > > > > > Real Number |
> > > > > > > > +-------------+
> > > > > > > >
> > > > > > > > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> > > > > > > >        string may contain a plus/minus sign or a point:
> > > > > > > >
> > > > > > > >          <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> > > > > > > >          <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> > > > > > > >          <dstr2>::= { 0, <nzd> } <nzd>
> > > > > > > >          <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
> > > > > > > >
> > > > > > > >        Two n-ary fixed-point number x,y are equal iff their form as mentioned above
> > > > > > > >        are identical.
> > > > > > > >
> > > > > > > > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
> > > > > > > >        of digits of x may be infinitely long }
> > > > > > > >
> > > > > > > >        Note: This definition implies that repeating decimals are irrational number.
> > > > > > >
> > > > > > > So the RATIO of 1 and 7 isn't RATIOnal?
> > > > > >
> > > > > > All rationals p/q are representable by q-ary fixed-point number..
> > > > > >
> > > > >
> > > > > 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
> > > >
> > > > How?
> > >
> > > 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
> > >
> > What is that? Refutation by assertion?
> >
> > > If not (if there is a difference), which number expresses the difference
> > > between 1.0 and 0.99999... ?
> >
> > Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and b. (dense property)
> >
>
> But the density property requires a and b to be DIFFERENT numbers before
> it asserts that there is a number between them, otherwise c is just the
> same number as a and b.

The premise of this thread said "If not" (means IF 0.999...!=1)

Re: Real Number & Restoring Interpretation of Calculus

<08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56497&group=comp.theory#56497

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 20:04:52 +0800
Organization: A noiseless patient Spider
Lines: 53
Message-ID: <08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<87il1awqwp.fsf@bsb.me.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 13:04:54 +0100
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="1094110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/4Pf0AN4eSyY0XDQal9EZ"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:rBNf+IJweERWybRo/mfJslQdu6s=
In-Reply-To: <87il1awqwp.fsf@bsb.me.uk>
 by: wij - Mon, 25 Mar 2024 12:04 UTC

On Mon, 2024-03-25 at 10:24 +0000, Ben Bacarisse wrote:
> wij <wyniijj5@gmail.com> writes:
>
> > +-------------+
> > > Real Number |
> > +-------------+
> >
> > n-ary Fixed-Point Number::= Number represented by a string of digits, the
> >    string may contain a plus/minus sign or a point:
> >
> >      <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
> >      <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
> >      <dstr2>::= { 0, <nzd> } <nzd>
> >      <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending
> >      on n-ary
>
> So neither 0 nor 10 are Fixed_point numbers.  OK.  That's going to limit
> the usefulness of these numbers.
>
Good catch. I will fix these grammar things, latter.

> > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point
> > number. The string of digits of x may be infinitely long }
>
> That's ill-defined as there are two {0, <nzd>} parts in the grammar.  I
> think you intended only one of them to be permitted to be not finite.
>
ditto

> (And as has been pointed out, this is not a model of set to the real
> numbers.  You need to choose a different name.)
>
IMO, these all boil down to the question "what is number?". I find it better
(so far) to define 'number' on symbols and the associated ops.
Because I feel computation (TM, algorithm,program,..) can and should be a large
part of the basics of mathematics. E.g. I feel infinity may be nothing but a
manifest of procedural loop. (This article tries to grasp this kind of idea
https://sourceforge.net/projects/cscall/files/MisFiles/logic_en.txt/download )

> As usual, you don't really care about the details, do you?  It's all
> about looking technical rather than being precise.
>
“Premature optimization is the root of all evil”

Re: Real Number & Restoring Interpretation of Calculus

<utrrs1$130aj$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56498&group=comp.theory#56498

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: anw...@cuboid.co.uk (Andy Walker)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 12:49:04 +0000
Organization: Not very much
Lines: 39
Message-ID: <utrrs1$130aj$1@dont-email.me>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<87il1awqwp.fsf@bsb.me.uk>
<08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 13:49:05 +0100 (CET)
Injection-Info: dont-email.me; posting-host="df94fa32b1a91c2e60b547863b6de3a6";
logging-data="1147219"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Z5oOtTf/0c6kn1mOB1mG3"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:kiBb7IbpqF/kgjWVFfSyL05U8sQ=
Content-Language: en-GB
In-Reply-To: <08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>
 by: Andy Walker - Mon, 25 Mar 2024 12:49 UTC

On 25/03/2024 12:04, wij wrote:
> IMO, these all boil down to the question "what is number?".

Yes, but you persist in calling your answer "real number".
Sorry, but that concept is taken. Either "Wij-number" and "real
number" are the same [in which case a lot of what you say is plain
wrong, as wrong as a cartload of wrong things], or they differ, in
which case you need to find another name [and "surreal", "hyperreal",
"superreal" and others are also already taken].

> I find it better
> (so far) to define 'number' on symbols and the associated ops.
> Because I feel computation (TM, algorithm,program,..) can and should be a large
> part of the basics of mathematics.

Sure, but that has been true "forever", and has been largely
formalised and analysed [NA, symbolic computation, ...] for several
decades. I don't see anything new or even interesting in what you
have been writing.

> E.g. I feel infinity may be nothing but a
> manifest of procedural loop.

Lots of clever people have been grappling with infinities and
infinitesimals over the past 2500 or so years. You are going to have
to work a lot harder to produce anything interesting that evaded
Archimedes, Newton, Euler, ....

[Ben:]
>> As usual, you don't really care about the details, do you?  It's all
>> about looking technical rather than being precise.
> “Premature optimization is the root of all evil”

Yes, but arm-waving is little better.

--
Andy Walker, Nottingham.
Andy's music pages: www.cuboid.me.uk/andy/Music
Composer of the day: www.cuboid.me.uk/andy/Music/Composers/Bizet

Re: Real Number & Restoring Interpretation of Calculus

<87cyriwizb.fsf@bsb.me.uk>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56499&group=comp.theory#56499

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ben.use...@bsb.me.uk (Ben Bacarisse)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 13:15:20 +0000
Organization: A noiseless patient Spider
Lines: 67
Message-ID: <87cyriwizb.fsf@bsb.me.uk>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<87il1awqwp.fsf@bsb.me.uk>
<08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 14:15:21 +0100 (CET)
Injection-Info: dont-email.me; posting-host="a01f7b0aac97228cd1e26a638ab69391";
logging-data="1174800"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18kCxflVjmS5GjXOm0it1es1CK0LCSNE3I="
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:L5u7j/bcImh5qNAuHkwuAztQX5k=
sha1:NKl84iicbEcGSt7+9u94Plcw9yI=
X-BSB-Auth: 1.484ba1a734e1124e4a92.20240325131520GMT.87cyriwizb.fsf@bsb.me.uk
 by: Ben Bacarisse - Mon, 25 Mar 2024 13:15 UTC

wij <wyniijj5@gmail.com> writes:

> On Mon, 2024-03-25 at 10:24 +0000, Ben Bacarisse wrote:
>> wij <wyniijj5@gmail.com> writes:
>>
>> > +-------------+
>> > > Real Number |
>> > +-------------+
>> >
>> > n-ary Fixed-Point Number::= Number represented by a string of digits, the
>> >    string may contain a plus/minus sign or a point:
>> >
>> >      <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>> >      <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>> >      <dstr2>::= { 0, <nzd> } <nzd>
>> >      <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending
>> >      on n-ary
>>
>> So neither 0 nor 10 are Fixed_point numbers.  OK.  That's going to limit
>> the usefulness of these numbers.
>>
> Good catch. I will fix these grammar things, latter.
>
>> > Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point
>> > number. The string of digits of x may be infinitely long }
>>
>> That's ill-defined as there are two {0, <nzd>} parts in the grammar.  I
>> think you intended only one of them to be permitted to be not finite.
>>
> ditto
>
>> (And as has been pointed out, this is not a model of set to the real
>> numbers.  You need to choose a different name.)
>>
> IMO, these all boil down to the question "what is number?".

No, it boils down to what words are already taken for certain classes of
number. You know this. You did not pick "real number" because you
didn't know what it means. You picked it because you did know and you
wanted to imply that everyone else has been using it wrongly.

> I find it
> better (so far) to define 'number' on symbols and the associated ops.

That is fine way to do things but you have not even taken the first step
since your definition excludes 10.

> Because I feel computation (TM, algorithm,program,..) can and should
> be a large part of the basics of mathematics. E.g. I feel infinity may
> be nothing but a manifest of procedural loop. (This article tries to
> grasp this kind of idea
> https://sourceforge.net/projects/cscall/files/MisFiles/logic_en.txt/download
> )
>
>> As usual, you don't really care about the details, do you?  It's all
>> about looking technical rather than being precise.
>>
> “Premature optimization is the root of all evil”

Getting your base definition right so that it includes 0 as a number is
not and optimisation and it would not be premature. Telling people they
have been using the wrong concept of "real number" when you can can't
even get the basic syntax right for your proposed alternative is
premature publication.

--
Ben.

Re: Real Number & Restoring Interpretation of Calculus

<874jcuwhv4.fsf@bsb.me.uk>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56500&group=comp.theory#56500

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ben.use...@bsb.me.uk (Ben Bacarisse)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 13:39:27 +0000
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <874jcuwhv4.fsf@bsb.me.uk>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 25 Mar 2024 14:39:29 +0100 (CET)
Injection-Info: dont-email.me; posting-host="a01f7b0aac97228cd1e26a638ab69391";
logging-data="1184600"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19f0qN7jnG0ulYSaJEGtquknT4dNJb269k="
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:1UUtvWzveLv/X01GzPS3tX1ytqU=
sha1:3CjTbIEbDF87di/xGwkXuTXfm2U=
X-BSB-Auth: 1.64e82b1809b4ef35a68d.20240325133927GMT.874jcuwhv4.fsf@bsb.me.uk
 by: Ben Bacarisse - Mon, 25 Mar 2024 13:39 UTC

wij <wyniijj5@gmail.com> writes:

> On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
....
>> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
....
>> If not (if there is a difference), which number expresses the difference
>> between 1.0 and 0.99999... ?
>
> Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and
> b. (dense property)

Since you have not yet taken even the first step in defining your
numbers you have the luxury of pretending that (a+b)/2 might be anything
you'd like it to be. But the computational processes you want to
represent numbers don't permit what you are imagining. If + and / are
defined as processes on infinite strings then with a=0.999... and b=1

c=(a+b)/2 = 0.999... = a.

Stop pretending and do the work. (1) Define your numbers. (2) Define
=, +, -, * and / on them and only /then/ start telling the world that
they have been wrong for centuries.

--
Ben.

Re: Real Number & Restoring Interpretation of Calculus

<d682fea73c6518618325b1adaeb64de993ff479f.camel@gmail.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56501&group=comp.theory#56501

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wynii...@gmail.com (wij)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 22:40:23 +0800
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <d682fea73c6518618325b1adaeb64de993ff479f.camel@gmail.com>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<87il1awqwp.fsf@bsb.me.uk>
<08dcda46d2e7202e0e43c78dcd0300255b339a97.camel@gmail.com>
<utrrs1$130aj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Mon, 25 Mar 2024 15:40:24 +0100 (CET)
Injection-Info: dont-email.me; posting-host="b596f7d27ec0b3f13b5af57f1c61aed8";
logging-data="1212132"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+UXg82hkpwIRTDKYjsDcu3"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:+8fXNPsMehWkOmzc8fW4idb6ssE=
In-Reply-To: <utrrs1$130aj$1@dont-email.me>
 by: wij - Mon, 25 Mar 2024 14:40 UTC

On Mon, 2024-03-25 at 12:49 +0000, Andy Walker wrote:
> On 25/03/2024 12:04, wij wrote:
> > IMO, these all boil down to the question "what is number?".
>
> Yes, but you persist in calling your answer "real number".
> Sorry, but that concept is taken.  Either "Wij-number" and "real
> number" are the same [in which case a lot of what you say is plain
> wrong, as wrong as a cartload of wrong things], or they differ, in
> which case you need to find another name [and "surreal", "hyperreal",
> "superreal" and others are also already taken].
>
> > I find it better
> > (so far) to define 'number' on symbols and the associated ops.
> > Because I feel computation (TM, algorithm,program,..) can and should be a large
> > part of the basics of mathematics.
>
> Sure, but that has been true "forever", and has been largely
> formalised and analysed [NA, symbolic computation, ...] for several
> decades.  I don't see anything new or even interesting in what you
> have been writing.
>
> >      E.g. I feel infinity may be nothing but a
> > manifest of procedural loop.
>
> Lots of clever people have been grappling with infinities and
> infinitesimals over the past 2500 or so years.  You are going to have
> to work a lot harder to produce anything interesting that evaded
> Archimedes, Newton, Euler, ....
>
> [Ben:]
> > > As usual, you don't really care about the details, do you?  It's all
> > > about looking technical rather than being precise.
> > “Premature optimization is the root of all evil”
>
> Yes, but arm-waving is little better.
>

I think there is no need to discuss much. Time will tell.

Re: Real Number & Restoring Interpretation of Calculus

<utt27u$32apk$1@i2pn2.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=56523&group=comp.theory#56523

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory
Subject: Re: Real Number & Restoring Interpretation of Calculus
Date: Mon, 25 Mar 2024 19:43:58 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <utt27u$32apk$1@i2pn2.org>
References: <aa46aa94ca941e782aee0362298470c30383bdd5.camel@gmail.com>
<utq9qu$kghs$1@dont-email.me>
<17f18a9d623f95c6cdbaecd7c6359ac90e1b674b.camel@gmail.com>
<utqfbi$lirb$5@dont-email.me>
<d7407e700f382914ebaaa60b1f4ab7178b230ae8.camel@gmail.com>
<utrdfj$vkn8$1@dont-email.me>
<cffba3d03e352f2f875296912da3018cd58900a4.camel@gmail.com>
<utrmau$306gp$1@i2pn2.org>
<e5bc4823399ec756a54b7c189d9fa74e0a4b030c.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 25 Mar 2024 23:43:58 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3222324"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <e5bc4823399ec756a54b7c189d9fa74e0a4b030c.camel@gmail.com>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Mon, 25 Mar 2024 23:43 UTC

On 3/25/24 7:54 AM, wij wrote:
> On Mon, 2024-03-25 at 07:14 -0400, Richard Damon wrote:
>> On 3/25/24 5:11 AM, wij wrote:
>>> On Mon, 2024-03-25 at 09:43 +0100, Fred. Zwarts wrote:
>>>> Op 25.mrt.2024 om 01:53 schreef wij:
>>>>> On Mon, 2024-03-25 at 01:09 +0100, immibis wrote:
>>>>>> On 25/03/24 00:05, wij wrote:
>>>>>>> On Sun, 2024-03-24 at 23:35 +0100, immibis wrote:
>>>>>>>> On 24/03/24 15:59, wij wrote:
>>>>>>>>> The purpose this text is for establishing the bases for computational algorithm.
>>>>>>>>> This file
>>>>>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>>>>> may be updated anytime.
>>>>>>>>>
>>>>>>>>> +-------------+
>>>>>>>>>> Real Number |
>>>>>>>>> +-------------+
>>>>>>>>>
>>>>>>>>> n-ary Fixed-Point Number::= Number represented by a string of digits, the
>>>>>>>>>        string may contain a plus/minus sign or a point:
>>>>>>>>>
>>>>>>>>>          <fixed_point_number>::= [-,+] <dstr1> [ . <dstr2> ]
>>>>>>>>>          <dstr1>::= <nzd> [{ 0, <nzd> } <nzd>]
>>>>>>>>>          <dstr2>::= { 0, <nzd> } <nzd>
>>>>>>>>>          <nzd> ::= (1, 2, 3, 4, 5, 6, 7, 8, 9)  // 'digit' varys depending on n-ary
>>>>>>>>>
>>>>>>>>>        Two n-ary fixed-point number x,y are equal iff their form as mentioned above
>>>>>>>>>        are identical.
>>>>>>>>>
>>>>>>>>> Real Nunmber(ℝ)::= {x| x is represented by n-ary fixed-point number. The string
>>>>>>>>>        of digits of x may be infinitely long }
>>>>>>>>>
>>>>>>>>>        Note: This definition implies that repeating decimals are irrational number.
>>>>>>>>
>>>>>>>> So the RATIO of 1 and 7 isn't RATIOnal?
>>>>>>>
>>>>>>> All rationals p/q are representable by q-ary fixed-point number.
>>>>>>>
>>>>>>
>>>>>> 0.99999... is representable by the following 10-ary fixed-point number: 1.0.
>>>>>
>>>>> How?
>>>>
>>>> 1.0 = 3*(1/3) = 3*0.33333... = 0.99999...
>>>>
>>> What is that? Refutation by assertion?
>>>
>>>> If not (if there is a difference), which number expresses the difference
>>>> between 1.0 and 0.99999... ?
>>>
>>> Let a=0.999..., b=1, c=(a+b)/2, c is the number between a and b. (dense property)
>>>
>>
>> But the density property requires a and b to be DIFFERENT numbers before
>> it asserts that there is a number between them, otherwise c is just the
>> same number as a and b.
>
> The premise of this thread said "If not" (means IF 0.999...!=1)
>

False premise -> Unsound conclusions.

If you want 0.999(9) to be different than 1.00 you need to move beyond
the Real Numbers into some form of extended Reals, and understand what
that does to what logic you can use.

If going into some alternate or extended number system IS your goal,
then you shouldn't call your numbers "The Reals", as that name is taken.

Pages:12
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor