Deutsch   English   Français   Italiano  
<vci50d$nip1$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: sci.math
Subject: Re: How many different unit fractions are lessorequal than all unit
 fractions?
Date: Thu, 19 Sep 2024 14:27:41 -0700
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <vci50d$nip1$1@dont-email.me>
References: <vb4rde$22fb4$2@solani.org> <vbnuqq$2it4a$2@dont-email.me>
 <vbp9dk$2u3sh$1@dont-email.me> <vbq4ve$31fu6$10@dont-email.me>
 <fd09e9afa6b0c3041b90c5d788681bb2c92f9d2e@i2pn2.org>
 <vbs9v8$3l368$3@dont-email.me>
 <405557f7289631d63264c712d137244c940b9926@i2pn2.org>
 <vbsroa$3mvi7$2@dont-email.me> <vbt0fs$3pr1d$1@dont-email.me>
 <vbt15n$3qapk$1@dont-email.me> <btbO__HYVIMPfoOcmXp4_whV8-8@jntp>
 <vbums6$8kdn$1@dont-email.me> <vbv9i7$bpjh$2@dont-email.me>
 <13c08e96ad635f8142b38d89863a80caf17a32a8@i2pn2.org>
 <vc1mfe$u3ec$2@dont-email.me>
 <4faa63d0ff8c163f01a38736aeb5732184218a29@i2pn2.org>
 <vc1uu8$u3ec$9@dont-email.me> <vc2gfb$130uk$1@dont-email.me>
 <vc44uu$1gc40$1@dont-email.me>
 <c94d6140f000f75c5e95e1acc785ebff9894a18b@i2pn2.org>
 <vc58cf$1o4dp$3@dont-email.me> <87jzfchnxc.fsf@bsb.me.uk>
 <vc7d61$2b1ga$1@dont-email.me>
 <4b617ec8573746a45483060acdd082653f14fda5@i2pn2.org>
 <vcehvl$2bop$1@dont-email.me> <vcfa23$67rd$3@dont-email.me>
 <vcfrdb$8l94$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 19 Sep 2024 23:27:42 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f6b9f7d0497036a8b3806d28136c09f7";
	logging-data="772897"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18RQUffWkx/1HuRq+t3tN5FsJvEy4d0Hr8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:TGn7SZnrQ0J73YDBwDhXftp9Krk=
In-Reply-To: <vcfrdb$8l94$1@dont-email.me>
Content-Language: en-US
Bytes: 3218

On 9/18/2024 5:31 PM, Moebius wrote:
> Am 18.09.2024 um 21:35 schrieb Chris M. Thomasson:
>> On 9/18/2024 5:44 AM, WM wrote:
> 
>>> Define an interval comprising [exactly] 9182024 points, starting at 
>>> zero.
>>
>> p0 = (0, 0)
>> p1 = (1, 0)
>> pdif = p1 - p0;
>> pnormal_base = 1.f / 9182024;
>>
>> // add one more point to make it all the way to p1...
> 
> No good idea, since in this case your program will deliver 9182024 + 1 
> points, right?
> 
>> for (i = 0; i < 9182024 + 1; ++i)
>> {
>>     pnormal = pnormal_base * i;
>>     p2 = p0 + pdif * pnormal;
>>     plot(p2);
>> }
>>
>> ?
> 
> Nope. The (real) interval [0, 1] consists of more points than just 
> 9182024 (or 9182024 +1).

Of course. However, we can gain any finite granularity we want to simply 
because it is infinitely dense to being with. :^)

Think of the granularity between the naturals and the unit fractions. 
Then the reals that are infinitely dense. They are uncountable because 
they are so dense.



> 
> Actually, of (uncountably) infinitely many points.
> 
> Hint: WM -this fucking asshole full of shit- is always talking nonsense.
>