Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

There can be no twisted thought without a twisted molecule. -- R. W. Gerard


devel / comp.theory / Godel EXTENDED Proof

SubjectAuthor
* Godel EXTENDED ProofGraham Cooper
`* Godel EXTENDED ProofJeffrey Rubard
 `- Godel EXTENDED ProofJeffrey Rubard

1
Godel EXTENDED Proof

<8a47d2ae-eb51-44fe-b7dd-073e431c358bn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:620a:2b1b:b0:743:5540:8595 with SMTP id do27-20020a05620a2b1b00b0074355408595mr1006033qkb.12.1678226079445;
Tue, 07 Mar 2023 13:54:39 -0800 (PST)
X-Received: by 2002:a05:6871:6a93:b0:16e:f30:1c12 with SMTP id
zf19-20020a0568716a9300b0016e0f301c12mr4268549oab.4.1678226079199; Tue, 07
Mar 2023 13:54:39 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.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: Tue, 7 Mar 2023 13:54:39 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2001:8004:1160:3bf:f922:e6a0:6c8:41fa;
posting-account=EsDGawkAAAAN6xcF2fi-X0yb3ECD-3_I
NNTP-Posting-Host: 2001:8004:1160:3bf:f922:e6a0:6c8:41fa
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8a47d2ae-eb51-44fe-b7dd-073e431c358bn@googlegroups.com>
Subject: Godel EXTENDED Proof
From: grahamco...@gmail.com (Graham Cooper)
Injection-Date: Tue, 07 Mar 2023 21:54:39 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1965
 by: Graham Cooper - Tue, 7 Mar 2023 21:54 UTC

GODELS PROOF
The Incompleteness Theorem

g = NOT(EXIST(p) PROOF(p g))
ASSUME g<->FALSE ...[1]
EXIST(p) PROOF(p g)
g<->TRUE ...[2]
CONTRADICTION [1]<-/->[2]
g<->TRUE
NOT(EXIST(p) PROOF(p g))

NOT(EXIST(proof of TRUE statement))

CONCLUSION: There exists true mathematical statements that have no proof

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

EXTENDED GODELS PROOF

(1) g = NOT(EXIST(p) PROOF(p g))

(2) ASSUME g<->FALSE
(3) EXIST(p) PROOF(p g) .....[2-->1]
(4) g<->TRUE .....[BY 3]
(5) CONTRADICTION .....[2]<-/->[4]

(6) ASSUME g<->TRUE
(7) EXIST(P) PROOF(G) .....[BY 6]
(8) NOT(EXIST(p) PROOF(p g)) .....[6-->1]
(9) CONTRADICTION .....[7]<-/->[8]

g IS NEITHER TRUE NOR FALSE
g HAS BOTH TRUTH VALUES
g IS SELF-CONTRADICTORY

(10) g<->FALSE .....[BY SPECIFICATION OF THEOREM PROVER]

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

Re: Godel EXTENDED Proof

<208de9a4-7b68-425b-a961-9b6f365a8eeen@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
X-Received: by 2002:ac8:40cb:0:b0:3bf:ad86:3bb6 with SMTP id f11-20020ac840cb000000b003bfad863bb6mr4211506qtm.5.1678232818744;
Tue, 07 Mar 2023 15:46:58 -0800 (PST)
X-Received: by 2002:a54:4612:0:b0:383:fad3:d19 with SMTP id
p18-20020a544612000000b00383fad30d19mr5300698oip.9.1678232818424; Tue, 07 Mar
2023 15:46:58 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.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: Tue, 7 Mar 2023 15:46:58 -0800 (PST)
In-Reply-To: <8a47d2ae-eb51-44fe-b7dd-073e431c358bn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=208.71.200.86; posting-account=0pheVgoAAACKj674Kl3qdRoiYysIz_ok
NNTP-Posting-Host: 208.71.200.86
References: <8a47d2ae-eb51-44fe-b7dd-073e431c358bn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <208de9a4-7b68-425b-a961-9b6f365a8eeen@googlegroups.com>
Subject: Re: Godel EXTENDED Proof
From: jeffreyd...@gmail.com (Jeffrey Rubard)
Injection-Date: Tue, 07 Mar 2023 23:46:58 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2419
 by: Jeffrey Rubard - Tue, 7 Mar 2023 23:46 UTC

On Tuesday, March 7, 2023 at 1:54:40 PM UTC-8, Graham Cooper wrote:
> GODELS PROOF
> The Incompleteness Theorem
>
> g = NOT(EXIST(p) PROOF(p g))
> ASSUME g<->FALSE ...[1]
> EXIST(p) PROOF(p g)
> g<->TRUE ...[2]
> CONTRADICTION [1]<-/->[2]
> g<->TRUE
> NOT(EXIST(p) PROOF(p g))
>
> NOT(EXIST(proof of TRUE statement))
>
> CONCLUSION: There exists true mathematical statements that have no proof
>
>
> ---------------------------------------------------------------------
>
> EXTENDED GODELS PROOF
>
> (1) g = NOT(EXIST(p) PROOF(p g))
>
> (2) ASSUME g<->FALSE
> (3) EXIST(p) PROOF(p g) .....[2-->1]
> (4) g<->TRUE .....[BY 3]
> (5) CONTRADICTION .....[2]<-/->[4]
>
> (6) ASSUME g<->TRUE
> (7) EXIST(P) PROOF(G) .....[BY 6]
> (8) NOT(EXIST(p) PROOF(p g)) .....[6-->1]
> (9) CONTRADICTION .....[7]<-/->[8]
>
> g IS NEITHER TRUE NOR FALSE
> g HAS BOTH TRUTH VALUES
> g IS SELF-CONTRADICTORY
>
> (10) g<->FALSE .....[BY SPECIFICATION OF THEOREM PROVER]
>
> ---------------------------------------------------------------------

"I think this is really not a good enough proof of the theorem."

Re: Godel EXTENDED Proof

<c5b9f4dd-c731-4f6b-9020-95f4a851f344n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
X-Received: by 2002:ac8:14e:0:b0:3c0:3ba6:9263 with SMTP id f14-20020ac8014e000000b003c03ba69263mr2831378qtg.7.1678401604398;
Thu, 09 Mar 2023 14:40:04 -0800 (PST)
X-Received: by 2002:a05:6808:298a:b0:37a:ec66:a1f with SMTP id
ex10-20020a056808298a00b0037aec660a1fmr7866293oib.8.1678401604029; Thu, 09
Mar 2023 14:40:04 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.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: Thu, 9 Mar 2023 14:40:03 -0800 (PST)
In-Reply-To: <208de9a4-7b68-425b-a961-9b6f365a8eeen@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=208.71.200.86; posting-account=0pheVgoAAACKj674Kl3qdRoiYysIz_ok
NNTP-Posting-Host: 208.71.200.86
References: <8a47d2ae-eb51-44fe-b7dd-073e431c358bn@googlegroups.com> <208de9a4-7b68-425b-a961-9b6f365a8eeen@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c5b9f4dd-c731-4f6b-9020-95f4a851f344n@googlegroups.com>
Subject: Re: Godel EXTENDED Proof
From: jeffreyd...@gmail.com (Jeffrey Rubard)
Injection-Date: Thu, 09 Mar 2023 22:40:04 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2740
 by: Jeffrey Rubard - Thu, 9 Mar 2023 22:40 UTC

On Tuesday, March 7, 2023 at 3:46:59 PM UTC-8, Jeffrey Rubard wrote:
> On Tuesday, March 7, 2023 at 1:54:40 PM UTC-8, Graham Cooper wrote:
> > GODELS PROOF
> > The Incompleteness Theorem
> >
> > g = NOT(EXIST(p) PROOF(p g))
> > ASSUME g<->FALSE ...[1]
> > EXIST(p) PROOF(p g)
> > g<->TRUE ...[2]
> > CONTRADICTION [1]<-/->[2]
> > g<->TRUE
> > NOT(EXIST(p) PROOF(p g))
> >
> > NOT(EXIST(proof of TRUE statement))
> >
> > CONCLUSION: There exists true mathematical statements that have no proof
> >
> >
> > ---------------------------------------------------------------------
> >
> > EXTENDED GODELS PROOF
> >
> > (1) g = NOT(EXIST(p) PROOF(p g))
> >
> > (2) ASSUME g<->FALSE
> > (3) EXIST(p) PROOF(p g) .....[2-->1]
> > (4) g<->TRUE .....[BY 3]
> > (5) CONTRADICTION .....[2]<-/->[4]
> >
> > (6) ASSUME g<->TRUE
> > (7) EXIST(P) PROOF(G) .....[BY 6]
> > (8) NOT(EXIST(p) PROOF(p g)) .....[6-->1]
> > (9) CONTRADICTION .....[7]<-/->[8]
> >
> > g IS NEITHER TRUE NOR FALSE
> > g HAS BOTH TRUTH VALUES
> > g IS SELF-CONTRADICTORY
> >
> > (10) g<->FALSE .....[BY SPECIFICATION OF THEOREM PROVER]
> >
> > ---------------------------------------------------------------------
> "I think this is really not a good enough proof of the theorem."

"That's the point."
"The point is that you don't know how to do a mathematical proof?"

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor