Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


tech / sci.math / Re: Contemplating mathematical infinity

SubjectAuthor
* Contemplating mathematical infinityDan Christensen
`- Re: Contemplating mathematical infinitymitchr...@gmail.com

1
Contemplating mathematical infinity

<1c6a64c1-6d40-42df-a93f-2c761581de50n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a37:c50:: with SMTP id 77mr2677515qkm.717.1640291184421;
Thu, 23 Dec 2021 12:26:24 -0800 (PST)
X-Received: by 2002:a25:4cc5:: with SMTP id z188mr5633711yba.248.1640291184277;
Thu, 23 Dec 2021 12:26:24 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.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: Thu, 23 Dec 2021 12:26:24 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=163.182.226.42; posting-account=OWfgwwgAAADQpH2XgMDMe2wuQ7OFPXlE
NNTP-Posting-Host: 163.182.226.42
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1c6a64c1-6d40-42df-a93f-2c761581de50n@googlegroups.com>
Subject: Contemplating mathematical infinity
From: Dan_Chri...@sympatico.ca (Dan Christensen)
Injection-Date: Thu, 23 Dec 2021 20:26:24 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 36
 by: Dan Christensen - Thu, 23 Dec 2021 20:26 UTC

Imagine a collections of dots connected by one-way arrows, starting at one dot (the left-most) as here:

o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> ...

Each dot has exactly one SUCCESSOR as indicated by a one-way arrow in this diagram. Each dot has at most one PREDECESSOR, also indicated by a one-way arrow. The diagram represents an endless succession of dots. The left-most dot has no predecessor.

We can formalize this structure using the language of ordinary set theory. Let D be a non-empty set (the collection of "dots"). Let S be a function on D, i.e.

ALL(a):[a in D => S(a) in D]

S(x)=y means the successor of x is y, and that the predecessor of y is x.

The functionality of S guarantees that every element of D has a unique successor, as required.

To ensure that every element of D has at most one predecessor, we have:

ALL(a):[a in D => ALL(b):ALL(c):[b in D & c in D => [S(b)=a & S(c)=a => b=c]]]

Or equivalently:

ALL(a):ALL(b):[a in D & b in D => [S(a)=S(b) => a=b] (i.e. s is injective on D)

To ensure that an element of D has no predecessor, we have:

EXIST(a):[a in D & ALL(b):[b in D => ~f(b)=a] (i.e. s is not surjective)

Thus, if we have set D and function S: D --> D where S is injective and not surjective, then we can say that D is INFINITE.

Comments?

Dan

Download my DC Proof 2.0 freeware at http://www.dcproof.com
Visit my Math Blog at http://www.dcproof.wordpress.com

Re: Contemplating mathematical infinity

<cd20a578-8287-4090-b408-6178c878868dn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:100a:: with SMTP id d10mr3291060qte.548.1640293228855;
Thu, 23 Dec 2021 13:00:28 -0800 (PST)
X-Received: by 2002:a25:4d84:: with SMTP id a126mr5850817ybb.654.1640293228641;
Thu, 23 Dec 2021 13:00:28 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.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: Thu, 23 Dec 2021 13:00:28 -0800 (PST)
In-Reply-To: <1c6a64c1-6d40-42df-a93f-2c761581de50n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:1c0:c803:ab80:f8bd:5d70:24d1:2274;
posting-account=Dg6LkgkAAABl5NRBT4_iFEO1VO77GchW
NNTP-Posting-Host: 2601:1c0:c803:ab80:f8bd:5d70:24d1:2274
References: <1c6a64c1-6d40-42df-a93f-2c761581de50n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cd20a578-8287-4090-b408-6178c878868dn@googlegroups.com>
Subject: Re: Contemplating mathematical infinity
From: mitchrae...@gmail.com (mitchr...@gmail.com)
Injection-Date: Thu, 23 Dec 2021 21:00:28 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 38
 by: mitchr...@gmail.com - Thu, 23 Dec 2021 21:00 UTC

On Thursday, December 23, 2021 at 12:26:29 PM UTC-8, Dan Christensen wrote:
> Imagine a collections of dots connected by one-way arrows, starting at one dot (the left-most) as here:
>
> o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> o--> ...
>
> Each dot has exactly one SUCCESSOR as indicated by a one-way arrow in this diagram. Each dot has at most one PREDECESSOR, also indicated by a one-way arrow. The diagram represents an endless succession of dots. The left-most dot has no predecessor.
>
> We can formalize this structure using the language of ordinary set theory. Let D be a non-empty set (the collection of "dots"). Let S be a function on D, i.e.
>
> ALL(a):[a in D => S(a) in D]
>
> S(x)=y means the successor of x is y, and that the predecessor of y is x.
>
> The functionality of S guarantees that every element of D has a unique successor, as required.
>
> To ensure that every element of D has at most one predecessor, we have:
>
> ALL(a):[a in D => ALL(b):ALL(c):[b in D & c in D => [S(b)=a & S(c)=a => b=c]]]
>
> Or equivalently:
>
> ALL(a):ALL(b):[a in D & b in D => [S(a)=S(b) => a=b] (i.e. s is injective on D)
>
> To ensure that an element of D has no predecessor, we have:
>
> EXIST(a):[a in D & ALL(b):[b in D => ~f(b)=a] (i.e. s is not surjective)
>
> Thus, if we have set D and function S: D --> D where S is injective and not surjective, then we can say that D is INFINITE.
>
> Comments?
>
> Dan
>
> Download my DC Proof 2.0 freeware at http://www.dcproof.com
> Visit my Math Blog at http://www.dcproof.wordpress.com

Put endless finite together in concept and it suggests the "infinity" completed...

Mitchell Raemsch

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor