Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Kirk to Enterprise -- beam down yeoman Rand and a six-pack.


devel / comp.theory / Re: NO MISSING SUBSET IN {TF?}^N

SubjectAuthor
* NO MISSING SUBSET IN {TF?}^NGraham Cooper
`- NO MISSING SUBSET IN {TF?}^NRichard Damon

1
NO MISSING SUBSET IN {TF?}^N

<01dd8a81-9008-4f09-9ea4-104d589b35e4n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a0c:da85:0:b0:537:702d:4db8 with SMTP id z5-20020a0cda85000000b00537702d4db8mr697598qvj.47.1676750441088;
Sat, 18 Feb 2023 12:00:41 -0800 (PST)
X-Received: by 2002:a05:6808:3099:b0:37d:8732:7906 with SMTP id
bl25-20020a056808309900b0037d87327906mr571664oib.73.1676750440855; Sat, 18
Feb 2023 12:00:40 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Sat, 18 Feb 2023 12:00:40 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2001:8004:1160:1662:5d02:fa0f:4b00:9edd;
posting-account=EsDGawkAAAAN6xcF2fi-X0yb3ECD-3_I
NNTP-Posting-Host: 2001:8004:1160:1662:5d02:fa0f:4b00:9edd
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <01dd8a81-9008-4f09-9ea4-104d589b35e4n@googlegroups.com>
Subject: NO MISSING SUBSET IN {TF?}^N
From: grahamco...@gmail.com (Graham Cooper)
Injection-Date: Sat, 18 Feb 2023 20:00:41 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2527
 by: Graham Cooper - Sat, 18 Feb 2023 20:00 UTC

S is a SET of SUBSETS

S = {TF?}^N

each m n in N

m e S_n
OR
m !e S_n
OR
m e? S_n

not( m e T ) = m !e T
not( m !e T ) = m e T
not( m e? T ) = m e? T

===================

eg

PRIMES = {1? 2 3 5 7....}
1 e? PRIMES

not( 1 e? PRIMES }
= 1 e? PRIMES

====================

Any enumeration of a powerset(N) is incomplete

let LIST(f(x y z..)) be some list of some or all of the elements of f(x y z..)

POWERSET PROOF
-----------------------------
ALL L
L = LIST( {T F}^N )
->
| {T F}^N - L | > 0

HOWEVER

EXIST L
L = LIST( {T F ?}^N)
^ {T F ?}^N = L

The Total Powerset can be listed

eg PRIMES
{1? 2 3 5 7...} e {T F ?}^N

| {T F ?}^N - {T F}^N | > 0

{T F}^N C {T F ?}^N

========================

CANTORS METHOD IS JUST

[ M_1=!S_1_1 ] ^ [ M_2=!S_2_2 ] ^ [ M_3=!S_3_3 ] ...
->
[ M_1!=S_1_1 ] ^ [ M_2!=S_2_2 ] ^ [ M_3!=S_3_3 ] ...

its a PHANTOM construction
equal to any RANDOM sequence using different permutations of S
it is non-computable

> > N <BIJECTS> {T F ?}^N
> Show the Bijection!
>
> Show me how to determine the numeric lable you are assigning to any
> arbitrary subset of your set.

N <BIJECTS> ALL_TM <BIJECTS> ALL_SUBSETS

Not only do you get ALL SUBSETS of N

1 {1 2 3}
2 {3 6? 9 12?}
3 {2 3? 5 7...}
....

you get ALL possible combinations of UNKNOWN SET MEMBERSHIP

M = CANTORS MISSING SET

M = {2 3? .. }

WHICH IS IN {TF?}^N ABOVE

http://paint3.com/powercube.gif

Re: NO MISSING SUBSET IN {TF?}^N

<3maIL.977150$iU59.693936@fx14.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx14.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.7.2
Subject: Re: NO MISSING SUBSET IN {TF?}^N
Content-Language: en-US
Newsgroups: comp.theory
References: <01dd8a81-9008-4f09-9ea4-104d589b35e4n@googlegroups.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <01dd8a81-9008-4f09-9ea4-104d589b35e4n@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 112
Message-ID: <3maIL.977150$iU59.693936@fx14.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sat, 18 Feb 2023 15:15:59 -0500
X-Received-Bytes: 2871
 by: Richard Damon - Sat, 18 Feb 2023 20:15 UTC

On 2/18/23 3:00 PM, Graham Cooper wrote:
> S is a SET of SUBSETS
>
> S = {TF?}^N
>
> each m n in N
>
> m e S_n
> OR
> m !e S_n
> OR
> m e? S_n
>
> not( m e T ) = m !e T
> not( m !e T ) = m e T
> not( m e? T ) = m e? T
>
> ===================
>
> eg
>
> PRIMES = {1? 2 3 5 7....}
> 1 e? PRIMES
>
> not( 1 e? PRIMES }
> =
> 1 e? PRIMES
>
> ====================
>
> Any enumeration of a powerset(N) is incomplete
>
> let LIST(f(x y z..)) be some list of some or all of the elements of f(x y z..)
>
>
> POWERSET PROOF
> -----------------------------
> ALL L
> L = LIST( {T F}^N )
> ->
> | {T F}^N - L | > 0
>
>
> HOWEVER
>
> EXIST L
> L = LIST( {T F ?}^N)
> ^
> {T F ?}^N = L
>
> The Total Powerset can be listed
>
> eg PRIMES
> {1? 2 3 5 7...} e {T F ?}^N
>
> | {T F ?}^N - {T F}^N | > 0
>
> {T F}^N C {T F ?}^N
>
> ========================
>
> CANTORS METHOD IS JUST
>
> [ M_1=!S_1_1 ] ^ [ M_2=!S_2_2 ] ^ [ M_3=!S_3_3 ] ...
> ->
> [ M_1!=S_1_1 ] ^ [ M_2!=S_2_2 ] ^ [ M_3!=S_3_3 ] ...
>
>
> its a PHANTOM construction
> equal to any RANDOM sequence using different permutations of S
> it is non-computable
>
>>> N <BIJECTS> {T F ?}^N
>> Show the Bijection!
>>
>> Show me how to determine the numeric lable you are assigning to any
>> arbitrary subset of your set.
>
>
> N <BIJECTS> ALL_TM <BIJECTS> ALL_SUBSETS
>
> Not only do you get ALL SUBSETS of N
>
> 1 {1 2 3}
> 2 {3 6? 9 12?}
> 3 {2 3? 5 7...}
> ...
>
> you get ALL possible combinations of UNKNOWN SET MEMBERSHIP

Nope, because "unknown" is not a valid membership state.

>
> M = CANTORS MISSING SET
>
> M = {2 3? .. }
>
> WHICH IS IN {TF?}^N ABOVE
>
>
>
> http://paint3.com/powercube.gif
>
>
>

You are just proving that YOUR KNOWLEDGE is in the unknown set.

I don;t think you have a real formal definition of this "Unknown
membership" critera, and it seems to just lead to contradictory statements.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor