Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Somebody's terminal is dropping bits. I found a pile of them over in the corner.


tech / sci.math / Re: Rational number and positional number are mutually convertible

SubjectAuthor
* Rational number and positional number are mutually convertiblewij
+* Re: Rational number and positional number are mutually convertibleTimothy Golden
|`- Re: Rational number and positional number are mutually convertiblewij
`* Re: Rational number and positional number are mutually convertibleFromTheRafters
 `- Re: Rational number and positional number are mutually convertiblewij

1
Rational number and positional number are mutually convertible

<eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94444&group=sci.math#94444

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:1386:b0:67e:46c1:1b33 with SMTP id k6-20020a05620a138600b0067e46c11b33mr12699402qki.53.1647930066367;
Mon, 21 Mar 2022 23:21:06 -0700 (PDT)
X-Received: by 2002:a25:e08c:0:b0:629:264a:d85e with SMTP id
x134-20020a25e08c000000b00629264ad85emr25668392ybg.198.1647930066019; Mon, 21
Mar 2022 23:21:06 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 21 Mar 2022 23:21:05 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=58.115.187.102; posting-account=QJ9iEwoAAACyjkKjQAWQOwSEULNvZZkc
NNTP-Posting-Host: 58.115.187.102
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com>
Subject: Rational number and positional number are mutually convertible
From: wyni...@gmail.com (wij)
Injection-Date: Tue, 22 Mar 2022 06:21:06 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: wij - Tue, 22 Mar 2022 06:21 UTC

Snippet from https://sourceforge.net/projects/cscall/files/MisFiles/NumberView-en.txt/download

Number::= Symbol of an expression of computation (calculation algorithm).

Positional Number::= Usual number notation, like decimal, an abbreviation of
restricted polynomial.
ℙosNum(B)::= dn*B^n +d(n-1)*B^(n-1) +...+d0 + f1*B^(-1)+ f2*B^(-2)+...+fm*B^(-m)
where B,m,n∈ℕ, B>1, ∀m,n, dn<B, fm<B

Lemma: Rational number and positional number are mutually convertible, I.e.
∀q,∃B, q∈ℚ <=> q∈ℙosNum(B)
Proof: Omitted (easy to see)

[Note] This lemma also agrees that repeating fractionals are irrational since
repeating fractionals ∉ ℙosNum(B).
------
This may be another way to see that 0.999...≠1.

Re: Rational number and positional number are mutually convertible

<19c3324b-5278-45d4-90ab-a4c1d1c0d6d6n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94456&group=sci.math#94456

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:1a27:b0:2e0:64c2:7469 with SMTP id f39-20020a05622a1a2700b002e064c27469mr20813766qtb.187.1647961085379;
Tue, 22 Mar 2022 07:58:05 -0700 (PDT)
X-Received: by 2002:a81:6d3:0:b0:2e5:a089:867e with SMTP id
202-20020a8106d3000000b002e5a089867emr29399438ywg.516.1647961085144; Tue, 22
Mar 2022 07:58:05 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Tue, 22 Mar 2022 07:58:04 -0700 (PDT)
In-Reply-To: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=137.103.113.40; posting-account=n26igQkAAACeF9xA2Ms8cKIdBH40qzwr
NNTP-Posting-Host: 137.103.113.40
References: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <19c3324b-5278-45d4-90ab-a4c1d1c0d6d6n@googlegroups.com>
Subject: Re: Rational number and positional number are mutually convertible
From: timbandt...@gmail.com (Timothy Golden)
Injection-Date: Tue, 22 Mar 2022 14:58:05 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 50
 by: Timothy Golden - Tue, 22 Mar 2022 14:58 UTC

On Tuesday, March 22, 2022 at 2:21:13 AM UTC-4, wij wrote:
> Snippet from https://sourceforge.net/projects/cscall/files/MisFiles/NumberView-en.txt/download
>
> Number::= Symbol of an expression of computation (calculation algorithm).
>
> Positional Number::= Usual number notation, like decimal, an abbreviation of
> restricted polynomial.
> ℙosNum(B)::= dn*B^n +d(n-1)*B^(n-1) +...+d0 + f1*B^(-1)+ f2*B^(-2)+...+fm*B^(-m)
> where B,m,n∈ℕ, B>1, ∀m,n, dn<B, fm<B
>
> Lemma: Rational number and positional number are mutually convertible, I.e.
> ∀q,∃B, q∈ℚ <=> q∈ℙosNum(B)
> Proof: Omitted (easy to see)
>
> [Note] This lemma also agrees that repeating fractionals are irrational since
> repeating fractionals ∉ ℙosNum(B).
> ------
> This may be another way to see that 0.999...≠1.

Choose B = 12. B is a positional number. Since the definition is self referential there is a problem.

The first idea as well is bad. Number is what we do calculations with. Operators and values are distinct.
Without the number the 'calculation algorithm' will not compute.
To me number and value are one and the same. Not being tricky here.
Thereby the rational number is not fundamental as is accepted by modern and pre-modern mathematicians.
3/5
is two values and an operator; two numbers and an operator.
Your positional value has greater integrity in that the prior use of the radix to develop the natural number representation using radix 10 numbers is in use. This reuse of the radix within the decimal notation is not even an accurate statement. Pull the decimal point and the value literally is a natural value. Ignore sign, please. The usage of forever numbers (0.333...) can be shelved when epsilon/delta is absorbed. Close enough is good enough. Claims of infinite precision on any value that is real; as in physical; is dubious. In hindsight even our selection of unity on the continuum is arbitrary.
That the ordinary decimal value such as 2.01 carries this gray sense by engineers, but not by mathematicians: this problem deserves further scrutiny. I don't see that your 'positional number' is doing anything to alleviate these ambiguities. To me this bottoms out as an interpretation of the continuum as gray rather than so keenly defined as the mathematician claims.

Re: Rational number and positional number are mutually convertible

<t1crg5$5c3$1@dont-email.me>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94461&group=sci.math#94461

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: erra...@nomail.afraid.org (FromTheRafters)
Newsgroups: sci.math
Subject: Re: Rational number and positional number are mutually convertible
Date: Tue, 22 Mar 2022 11:54:03 -0400
Organization: Peripheral Visions
Lines: 22
Message-ID: <t1crg5$5c3$1@dont-email.me>
References: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com>
Reply-To: erratic.howard@gmail.com
Mime-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 22 Mar 2022 15:54:45 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="d84e5dceda18db9e806d2310fad369b3";
logging-data="5507"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18pF5DSw+SslGV79dJV20TMz5BZFSbTNS4="
Cancel-Lock: sha1:JmvpVo+ypj3yn5K/nVw022TAJi8=
X-Newsreader: MesNews/1.08.06.00-gb
X-ICQ: 1701145376
 by: FromTheRafters - Tue, 22 Mar 2022 15:54 UTC

wij formulated on Tuesday :
> Snippet from
> https://sourceforge.net/projects/cscall/files/MisFiles/NumberView-en.txt/download
>
> Number::= Symbol of an expression of computation (calculation algorithm).
>
> Positional Number::= Usual number notation, like decimal, an abbreviation of
> restricted polynomial.
> ℙosNum(B)::= dn*B^n +d(n-1)*B^(n-1) +...+d0 + f1*B^(-1)+
> f2*B^(-2)+...+fm*B^(-m) where B,m,n∈ℕ, B>1, ∀m,n, dn<B, fm<B
>
> Lemma: Rational number and positional number are mutually convertible, I.e.
> ∀q,∃B, q∈ℚ <=> q∈ℙosNum(B)
> Proof: Omitted (easy to see)
>
> [Note] This lemma also agrees that repeating fractionals are irrational
> since repeating fractionals ∉ ℙosNum(B).
> ------
> This may be another way to see that 0.999...≠1.

IIUC your restricted polynomials are only a countable proper subset of
the reals anyway.

Re: Rational number and positional number are mutually convertible

<5186eb81-f162-4c62-afaa-a535539fdc55n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94469&group=sci.math#94469

  copy link   Newsgroups: sci.math
X-Received: by 2002:ae9:e411:0:b0:67e:616f:400a with SMTP id q17-20020ae9e411000000b0067e616f400amr11176311qkc.645.1647968286153;
Tue, 22 Mar 2022 09:58:06 -0700 (PDT)
X-Received: by 2002:a25:da86:0:b0:633:82cf:1784 with SMTP id
n128-20020a25da86000000b0063382cf1784mr29002022ybf.29.1647968285860; Tue, 22
Mar 2022 09:58:05 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Tue, 22 Mar 2022 09:58:05 -0700 (PDT)
In-Reply-To: <19c3324b-5278-45d4-90ab-a4c1d1c0d6d6n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=58.115.187.102; posting-account=QJ9iEwoAAACyjkKjQAWQOwSEULNvZZkc
NNTP-Posting-Host: 58.115.187.102
References: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com> <19c3324b-5278-45d4-90ab-a4c1d1c0d6d6n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5186eb81-f162-4c62-afaa-a535539fdc55n@googlegroups.com>
Subject: Re: Rational number and positional number are mutually convertible
From: wyni...@gmail.com (wij)
Injection-Date: Tue, 22 Mar 2022 16:58:06 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 61
 by: wij - Tue, 22 Mar 2022 16:58 UTC

On Tuesday, 22 March 2022 at 22:58:11 UTC+8, timba...@gmail.com wrote:
> On Tuesday, March 22, 2022 at 2:21:13 AM UTC-4, wij wrote:
> > Snippet from https://sourceforge.net/projects/cscall/files/MisFiles/NumberView-en.txt/download
> >
> > Number::= Symbol of an expression of computation (calculation algorithm).
> >
> > Positional Number::= Usual number notation, like decimal, an abbreviation of
> > restricted polynomial.
> > ℙosNum(B)::= dn*B^n +d(n-1)*B^(n-1) +...+d0 + f1*B^(-1)+ f2*B^(-2)+...+fm*B^(-m)
> > where B,m,n∈ℕ, B>1, ∀m,n, dn<B, fm<B
> >
> > Lemma: Rational number and positional number are mutually convertible, I.e.
> > ∀q,∃B, q∈ℚ <=> q∈ℙosNum(B)
> > Proof: Omitted (easy to see)
> >
> > [Note] This lemma also agrees that repeating fractionals are irrational since
> > repeating fractionals ∉ ℙosNum(B).
> > ------
> > This may be another way to see that 0.999...≠1.
> Choose B = 12. B is a positional number. Since the definition is self referential there is a problem.
>
> The first idea as well is bad. Number is what we do calculations with. Operators and values are distinct.
> Without the number the 'calculation algorithm' will not compute.

12= 11+1 = 10+1+1= 9+1+1+1= ...
= 1+1+1+1+1+1+1+1+1+1+1+1= S(S(S(S(S(S(S(S(S(S(S(S(0))))))))))))
= inc()+...+inc()

It's OK if you don't see what number really is. Anyway, there may be many
different theories at the fundamental level.

> To me number and value are one and the same. Not being tricky here.
> Thereby the rational number is not fundamental as is accepted by modern and pre-modern mathematicians.
> 3/5
> is two values and an operator; two numbers and an operator.
> Your positional value has greater integrity in that the prior use of the radix to develop the natural number representation using radix 10 numbers is in use. This reuse of the radix within the decimal notation is not even an accurate statement. Pull the decimal point and the value literally is a natural value. Ignore sign, please. The usage of forever numbers (0.333...) can be shelved when epsilon/delta is absorbed. Close enough is good enough. Claims of infinite precision on any value that is real; as in physical; is dubious. In hindsight even our selection of unity on the continuum is arbitrary.
> That the ordinary decimal value such as 2.01 carries this gray sense by engineers, but not by mathematicians: this problem deserves further scrutiny.. I don't see that your 'positional number' is doing anything to alleviate these ambiguities. To me this bottoms out as an interpretation of the continuum as gray rather than so keenly defined as the mathematician claims.

ℙosNum==ℚ ? (may be difficult for modern Pythagoreans)

Re: Rational number and positional number are mutually convertible

<f2fdb225-dc29-460c-a4fa-6485e3875f8cn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94470&group=sci.math#94470

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:3d3:b0:2e2:1294:5817 with SMTP id k19-20020a05622a03d300b002e212945817mr8597937qtx.638.1647968415768;
Tue, 22 Mar 2022 10:00:15 -0700 (PDT)
X-Received: by 2002:a25:8e11:0:b0:629:1815:bad9 with SMTP id
p17-20020a258e11000000b006291815bad9mr27690906ybl.355.1647968415491; Tue, 22
Mar 2022 10:00:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Tue, 22 Mar 2022 10:00:15 -0700 (PDT)
In-Reply-To: <t1crg5$5c3$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=58.115.187.102; posting-account=QJ9iEwoAAACyjkKjQAWQOwSEULNvZZkc
NNTP-Posting-Host: 58.115.187.102
References: <eb6ea223-ac11-47ba-8168-b6164b1af7cbn@googlegroups.com> <t1crg5$5c3$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f2fdb225-dc29-460c-a4fa-6485e3875f8cn@googlegroups.com>
Subject: Re: Rational number and positional number are mutually convertible
From: wyni...@gmail.com (wij)
Injection-Date: Tue, 22 Mar 2022 17:00:15 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 32
 by: wij - Tue, 22 Mar 2022 17:00 UTC

On Tuesday, 22 March 2022 at 23:54:55 UTC+8, FromTheRafters wrote:
> wij formulated on Tuesday :
> > Snippet from
> > https://sourceforge.net/projects/cscall/files/MisFiles/NumberView-en.txt/download
> >
> > Number::= Symbol of an expression of computation (calculation algorithm).
> >
> > Positional Number::= Usual number notation, like decimal, an abbreviation of
> > restricted polynomial.
> > ℙosNum(B)::= dn*B^n +d(n-1)*B^(n-1) +...+d0 + f1*B^(-1)+
> > f2*B^(-2)+...+fm*B^(-m) where B,m,n∈ℕ, B>1, ∀m,n, dn<B, fm<B
> >
> > Lemma: Rational number and positional number are mutually convertible, I.e.
> > ∀q,∃B, q∈ℚ <=> q∈ℙosNum(B)
> > Proof: Omitted (easy to see)
> >
> > [Note] This lemma also agrees that repeating fractionals are irrational
> > since repeating fractionals ∉ ℙosNum(B).
> > ------
> > This may be another way to see that 0.999...≠1.
> IIUC your restricted polynomials are only a countable proper subset of
> the reals anyway.

What is not 'countable'? You think card(Dedekind cuts of [0,1]) is not?
How many Cauchy sequences can be defined in [0,1]?
Note the main point is ℙosNum==ℚ.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor