The philosophy of computation reformulates existing ideas on a new basis ---

Liste des GroupesRevenir à theory 
Sujet : The philosophy of computation reformulates existing ideas on a new basis ---
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : sci.logic comp.theory
Date : 27. Oct 2024, 15:17:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vfli1h$fj8s$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
I am keeping this post in both sci.logic and comp.theory
because it focuses on a similar idea to the Curry/Howard
correspondence between formal systems and computation.
Computation and all of the mathematical and logical operations
of mathematical logic can be construed as finite string
transformation rules applied to finite strings.
The semantics associated with finite string tokens can
be directly accessible to expression in the formal language.
It is basically an enriched type hierarchy called a knowledge
ontology.
A computation can be construed as the tape input to a
Turing machine and its tape output. All of the cases
where the output was construed as a set of final machine
states can be written to the tape.
I am not sure but I think that this may broaden the scope
of a computable function, or not.
The operations of formal systems can thus be directly
performed by a TM. to make things more interesting the
tape alphabet is UTM-32 of a TM equivalent RASP machine.
On 10/27/2024 6:38 AM, Richard Damon wrote:
On 10/26/24 9:22 PM, olcott wrote:
On 10/26/2024 8:04 PM, Richard Damon wrote:
On 10/26/24 5:57 PM, olcott wrote:
On 10/26/2024 10:48 AM, Richard Damon wrote:
On 10/26/24 8:59 AM, olcott wrote:
On 10/26/2024 2:52 AM, Mikko wrote:
On 2024-10-25 14:37:19 +0000, olcott said:
>
On 10/25/2024 3:14 AM, Mikko wrote:
On 2024-10-24 16:07:03 +0000, olcott said:
>
On 10/24/2024 9:06 AM, Mikko wrote:
On 2024-10-22 15:04:37 +0000, olcott said:
>
On 10/22/2024 2:39 AM, Mikko wrote:
On 2024-10-22 02:04:14 +0000, olcott said:
>
On 10/16/2024 11:37 AM, Mikko wrote:
On 2024-10-16 14:27:09 +0000, olcott said:
>
The whole notion of undecidability is anchored in ignoring the fact that
some expressions of language are simply not truth bearers.
>
A formal theory is undecidable if there is no Turing machine that
determines whether a formula of that theory is a theorem of that
theory or not. Whether an expression is a truth bearer is not
relevant. Either there is a valid proof of that formula or there
is not. No third possibility.
>
>
After being continually interrupted by emergencies
interrupting other emergencies...
>
If the answer to the question: Is X a formula of theory Y
cannot be determined to be yes or no then the question
itself is somehow incorrect.
>
There are several possibilities.
>
A theory may be intentionally incomplete. For example, group theory
leaves several important question unanswered. There are infinitely
may different groups and group axioms must be true in every group.
>
Another possibility is that a theory is poorly constructed: the
author just failed to include an important postulate.
>
Then there is the possibility that the purpose of the theory is
incompatible with decidability, for example arithmetic.
>
An incorrect question is an expression of language that
is not a truth bearer translated into question form.
>
When "X a formula of theory Y" is neither true nor false
then "X a formula of theory Y" is not a truth bearer.
>
Whether AB = BA is not answered by group theory but is alwasy
true or false about specific A and B and universally true in
some groups but not all.
>
See my most recent reply to Richard it sums up
my position most succinctly.
>
We already know that your position is uninteresting.
>
>
Don't want to bother to look at it (AKA uninteresting) is not at
all the same thing as the corrected foundation to computability
does not eliminate undecidability.
>
No, but we already know that you don't offer anything interesting
about foundations to computability or undecidabilty.
>
In the same way that ZFC eliminated RP True_Olcott(L,x)
eliminates undecidability. Not bothering to pay attention
is less than no rebuttal what-so-ever.
>
No, not in the same way.
>
Pathological self reference causes an issue in both cases.
This issue is resolved by disallowing it in both cases.
>
Nope, because is set theory, the "self-reference"
>
does exist and is problematic in its several other instances.
Abolishing it in each case DOES ELIMINATE THE FREAKING PROBLEM.
>
>
Yes, IN SET THEORY, the "self-reference" can be banned, by the nature of the contstruction.
>
>
That seems to be the best way.
 It works for sets, but not for Computations, due to the way things are defined.
 
>
In Computation Theory it can not, without making the system less than Turing Complete, as the structure of the Computations fundamentally allow for it,
>
Sure.
 So, you ADMIT that your computation system you are trying to advocate is less than Turing Complete?
 
I never said that.

That means that the Halting Problem isn't a problem.
 
>
and in a way that is potentially undetectable.
>
>
I really don't think so it only seems that way.
 Of course it is.
 The method of assigning meaning to the symbols can be done is a meta- system that the system doesn't know about, and thus its meaning is unknowable to the logic system.
 
When the only way that you learn is to memorize things from books
you make huge mistakes. It is the typical convention to assign
meaning in a way that the systems is unaware of. This is not the
only possible way. It is a ridiculously stupid way that causes
all kinds of undetectable semantic errors.

>
You don't seem to understand that fact, but the fundamental nature of being able to encode your processing in the same sort of strings you process makes this a possibility.
>
>
Not at all. Tarski made this mistake of saying this and
everyone believed him.

It does not make these things undetectable, it merely
allows failing to detect.
 No, it makes things undetectable, unless you allow the system to just reject ALL statements, even if they are not actually "self-referential" to be considered "bad".
 
When we encode natural langugae as formal language
"This sentence is not true"
becomes:
?- LP = not(true(LP)).
LP = not(true(LP)).
?- unify_with_occurs_check(LP, not(true(LP))).
false.
A detected error.

>
Dues to the nature of its relationship to Mathematics and Logic, it turns out that and logic with certain minimal requirements can get into a similar situation.
>
>
I think that I can see deeper than the Curry/Howard Isomorphism.
Computations and formal systems are in their most basic foundational essence finite string transformation rules.
 You don't undertstand what you see.
 Part of the problem is that while Compuation Theory and Formal Logic System do have large parts that are just finite string transformation rules, they have other parts that are not.
 
You won't be able to show this. Try to define any computation
that cannot be expressed as a tape input and a tape output.
A TM takes its tape as input and has a set of final states and
or a tape output. The final states could be written to the tape.
You memorize from textbooks and I see deeper than textbooks say.

>
Your only way to remove it from these fields is to remove that source of "power" in the systems, and the cost of that is just too high for most people, thus you plan just fails.
>
>
Detection then rejection.
 But since detection is impossible, you can not get to rejection.
 
Detection is "impossible" only because of foundational misconceptions.

Once you allow the creation of the statement, you can't reject it later and still have the claim of handling "All".
 
Sure you can. As long as the error is detected before final
output all is well.

>
Of course, you understanding is too crude to see this issue, so it just goes over your head, and your claims just reveal your ignorance of the fields.
>
Sorry, that is just the facts, that you seem to be too stupid to understand.
>
In other words you can correctly explain every single detail
conclusively proving how finite string transformation rules
are totally unrelated to either computation and formal systems.
>
 That isn't what I said, and just proves your stupidity.
 You mind is just too small to handle these discussions.
You can't even form sound rebuttals. The main rebuttal that
you have is essentially anchored in ad hominem. Your rebuttals
never have anything in the ballpark of sound reasoning.
*The form of your best rebuttals*
I memorized X from a book and you are not doing it that way
therefore you are stupid and ignorant.
The philosophy of computation begins with existing ideas and
sees what happens when these ideas are reformulated.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
27 Oct 24 * The philosophy of computation reformulates existing ideas on a new basis ---588olcott
27 Oct 24 `* Re: The philosophy of computation reformulates existing ideas on a new basis ---587Richard Damon
28 Oct 24  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---586olcott
28 Oct 24   `* Re: The philosophy of computation reformulates existing ideas on a new basis ---585Richard Damon
28 Oct 24    `* Re: The philosophy of computation reformulates existing ideas on a new basis ---584olcott
28 Oct 24     `* Re: The philosophy of computation reformulates existing ideas on a new basis ---583Richard Damon
28 Oct 24      `* Re: The philosophy of computation reformulates existing ideas on a new basis ---582olcott
29 Oct 24       `* Re: The philosophy of computation reformulates existing ideas on a new basis ---581Richard Damon
29 Oct 24        +* Re: The philosophy of computation reformulates existing ideas on a new basis ---466olcott
29 Oct 24        i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
29 Oct 24        i`* Re: The philosophy of computation reformulates existing ideas on a new basis ---464Mikko
29 Oct 24        i +* Re: The philosophy of computation reformulates existing ideas on a new basis ---270olcott
29 Oct 24        i i+* Re: The philosophy of computation reformulates existing ideas on a new basis ---242Andy Walker
29 Oct 24        i ii+* Re: The philosophy of computation reformulates existing ideas on a new basis ---9olcott
29 Oct 24        i iii+* Re: The philosophy of computation reformulates existing ideas on a new basis ---7joes
29 Oct 24        i iiii`* Re: The philosophy of computation reformulates existing ideas on a new basis ---6olcott
30 Oct 24        i iiii `* Re: The philosophy of computation reformulates existing ideas on a new basis ---5Richard Damon
30 Oct 24        i iiii  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---4olcott
30 Oct 24        i iiii   `* Re: The philosophy of computation reformulates existing ideas on a new basis ---3Richard Damon
30 Oct 24        i iiii    `* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
31 Oct 24        i iiii     `- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
30 Oct 24        i iii`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
30 Oct 24        i ii`* Re: The philosophy of computation reformulates existing ideas on a new basis ---232Jeff Barnett
30 Oct 24        i ii +* Re: The philosophy of computation reformulates existing ideas on a new basis ---4olcott
30 Oct 24        i ii i`* Re: The philosophy of computation reformulates existing ideas on a new basis ---3Richard Damon
30 Oct 24        i ii i `* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
31 Oct 24        i ii i  `- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
30 Oct 24        i ii `* Re: The philosophy of computation reformulates existing ideas on a new basis ---227Andy Walker
30 Oct 24        i ii  +* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
31 Oct 24        i ii  i`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
31 Oct 24        i ii  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---224Mikko
31 Oct 24        i ii   +* Re: The philosophy of computation reformulates existing ideas on a new basis ---3olcott
1 Nov 24        i ii   i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
1 Nov 24        i ii   i`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Mikko
31 Oct 24        i ii   `* Re: The philosophy of computation reformulates existing ideas on a new basis ---220Andy Walker
31 Oct 24        i ii    `* Re: The philosophy of computation reformulates existing ideas on a new basis ---219olcott
1 Nov 24        i ii     `* Re: The philosophy of computation reformulates existing ideas on a new basis ---218Richard Damon
1 Nov 24        i ii      `* Re: The philosophy of computation reformulates existing ideas on a new basis ---217olcott
1 Nov 24        i ii       +* Re: The philosophy of computation reformulates existing ideas on a new basis ---207olcott
1 Nov 24        i ii       i+* Re: The philosophy of computation reformulates existing ideas on a new basis ---205Mikko
1 Nov 24        i ii       ii`* Re: The philosophy of computation reformulates existing ideas on a new basis ---204olcott
2 Nov 24        i ii       ii +- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
2 Nov 24        i ii       ii `* Re: The philosophy of computation reformulates existing ideas on a new basis ---202Mikko
2 Nov 24        i ii       ii  +* Re: The philosophy of computation reformulates existing ideas on a new basis ---187Andy Walker
2 Nov 24        i ii       ii  i+* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
2 Nov 24        i ii       ii  ii`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
2 Nov 24        i ii       ii  i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
3 Nov 24        i ii       ii  i`* Re: The philosophy of computation reformulates existing ideas on a new basis ---183Mikko
3 Nov 24        i ii       ii  i +* Re: The philosophy of computation reformulates existing ideas on a new basis ---15olcott
3 Nov 24        i ii       ii  i i+* Re: The philosophy of computation reformulates existing ideas on a new basis ---12Mike Terry
3 Nov 24        i ii       ii  i ii`* Re: The philosophy of computation reformulates existing ideas on a new basis ---11olcott
3 Nov 24        i ii       ii  i ii `* Re: The philosophy of computation reformulates existing ideas on a new basis ---10Richard Damon
3 Nov 24        i ii       ii  i ii  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---9olcott
3 Nov 24        i ii       ii  i ii   `* Re: The philosophy of computation reformulates existing ideas on a new basis ---8Richard Damon
3 Nov 24        i ii       ii  i ii    `* Re: The philosophy of computation reformulates existing ideas on a new basis ---7olcott
4 Nov 24        i ii       ii  i ii     `* Re: The philosophy of computation reformulates existing ideas on a new basis ---6Richard Damon
4 Nov 24        i ii       ii  i ii      `* Re: The philosophy of computation reformulates existing ideas on a new basis ---5olcott
4 Nov 24        i ii       ii  i ii       +- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
4 Nov 24        i ii       ii  i ii       `* Re: The philosophy of computation reformulates existing ideas on a new basis ---3joes
5 Nov 24        i ii       ii  i ii        `* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
5 Nov 24        i ii       ii  i ii         `- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
3 Nov 24        i ii       ii  i i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
4 Nov 24        i ii       ii  i i`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Mikko
4 Nov 24        i ii       ii  i `* Re: The philosophy of computation reformulates existing ideas on a new basis ---167Andy Walker
4 Nov 24        i ii       ii  i  +- Re: The philosophy of computation reformulates existing ideas on a new basis ---1olcott
4 Nov 24        i ii       ii  i  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---165Mikko
5 Nov 24        i ii       ii  i   `* Re: The philosophy of computation reformulates existing ideas on a new basis ---164Andy Walker
5 Nov 24        i ii       ii  i    +* Re: The philosophy of computation reformulates existing ideas on a new basis ---3olcott
5 Nov 24        i ii       ii  i    i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
5 Nov 24        i ii       ii  i    i`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Mikko
5 Nov 24        i ii       ii  i    +* Re: The philosophy of computation reformulates existing ideas on a new basis ---3Mikko
6 Nov 24        i ii       ii  i    i`* Re: The philosophy of computation reformulates existing ideas on a new basis ---2Andy Walker
6 Nov 24        i ii       ii  i    i `- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Mikko
6 Nov 24        i ii       ii  i    `* Re: The philosophy of computation reformulates existing ideas on a new basis ---157Alan Mackenzie
6 Nov 24        i ii       ii  i     +* Re: The philosophy of logic reformulates existing ideas on a new basis ---155olcott
6 Nov 24        i ii       ii  i     i+* Re: The philosophy of logic reformulates existing ideas on a new basis ---150Alan Mackenzie
7 Nov 24        i ii       ii  i     ii`* Re: The philosophy of logic reformulates existing ideas on a new basis ---149olcott
8 Nov 24        i ii       ii  i     ii `* Re: The philosophy of logic reformulates existing ideas on a new basis ---148Alan Mackenzie
8 Nov 24        i ii       ii  i     ii  `* Re: The philosophy of logic reformulates existing ideas on a new basis ---147olcott
8 Nov 24        i ii       ii  i     ii   +* Re: The philosophy of logic reformulates existing ideas on a new basis ---145Alan Mackenzie
8 Nov 24        i ii       ii  i     ii   i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---144olcott
8 Nov 24        i ii       ii  i     ii   i +* Re: The philosophy of logic reformulates existing ideas on a new basis ---140Alan Mackenzie
8 Nov 24        i ii       ii  i     ii   i i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---139olcott
8 Nov 24        i ii       ii  i     ii   i i +* Re: The philosophy of logic reformulates existing ideas on a new basis ---137Alan Mackenzie
8 Nov 24        i ii       ii  i     ii   i i i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---136olcott
8 Nov 24        i ii       ii  i     ii   i i i +* Re: The philosophy of logic reformulates existing ideas on a new basis ---128Richard Damon
8 Nov 24        i ii       ii  i     ii   i i i i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---127olcott
8 Nov 24        i ii       ii  i     ii   i i i i `* Re: The philosophy of logic reformulates existing ideas on a new basis ---126Richard Damon
8 Nov 24        i ii       ii  i     ii   i i i i  `* Re: The philosophy of logic reformulates existing ideas on a new basis ---125olcott
8 Nov 24        i ii       ii  i     ii   i i i i   `* Re: The philosophy of logic reformulates existing ideas on a new basis ---124Richard Damon
9 Nov 24        i ii       ii  i     ii   i i i i    `* Re: The philosophy of logic reformulates existing ideas on a new basis ---123olcott
9 Nov 24        i ii       ii  i     ii   i i i i     `* Re: The philosophy of logic reformulates existing ideas on a new basis ---122Richard Damon
9 Nov 24        i ii       ii  i     ii   i i i i      `* Re: The philosophy of logic reformulates existing ideas on a new basis ---121olcott
9 Nov 24        i ii       ii  i     ii   i i i i       +* Re: The philosophy of logic reformulates existing ideas on a new basis ---4Richard Damon
9 Nov 24        i ii       ii  i     ii   i i i i       i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---3olcott
9 Nov 24        i ii       ii  i     ii   i i i i       i `* Re: The philosophy of logic reformulates existing ideas on a new basis ---2Richard Damon
9 Nov 24        i ii       ii  i     ii   i i i i       i  `- Re: The philosophy of logic reformulates existing ideas on a new basis ---1Mikko
9 Nov 24        i ii       ii  i     ii   i i i i       `* Re: The philosophy of logic reformulates existing ideas on a new basis ---116joes
9 Nov 24        i ii       ii  i     ii   i i i i        `* Re: The philosophy of logic reformulates existing ideas on a new basis --- infallibly correct115olcott
9 Nov 24        i ii       ii  i     ii   i i i i         +- Re: The philosophy of logic reformulates existing ideas on a new basis --- infallibly correct1Richard Damon
9 Nov 24        i ii       ii  i     ii   i i i i         +* Re: The philosophy of logic reformulates existing ideas on a new basis --- infallibly correct104Alan Mackenzie
9 Nov 24        i ii       ii  i     ii   i i i i         +* Re: The philosophy of logic reformulates existing ideas on a new basis --- infallibly correct8joes
10 Nov 24        i ii       ii  i     ii   i i i i         `- Re: The philosophy of logic reformulates existing ideas on a new basis --- infallibly correct1Mikko
8 Nov 24        i ii       ii  i     ii   i i i `* Re: The philosophy of logic reformulates existing ideas on a new basis ---7Alan Mackenzie
9 Nov 24        i ii       ii  i     ii   i i `- Re: The philosophy of logic reformulates existing ideas on a new basis ---1Mikko
8 Nov 24        i ii       ii  i     ii   i +- Re: The philosophy of logic reformulates existing ideas on a new basis ---1Richard Damon
8 Nov 24        i ii       ii  i     ii   i `* Re: The philosophy of logic reformulates existing ideas on a new basis ---2joes
9 Nov 24        i ii       ii  i     ii   `- Re: The philosophy of logic reformulates existing ideas on a new basis ---1Mikko
7 Nov 24        i ii       ii  i     i`* Re: The philosophy of logic reformulates existing ideas on a new basis ---4Richard Damon
7 Nov 24        i ii       ii  i     `- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Mikko
2 Nov 24        i ii       ii  +* Re: The philosophy of computation reformulates existing ideas on a new basis ---12olcott
4 Nov 24        i ii       ii  `* Re: The philosophy of computation reformulates existing ideas on a new basis ---2olcott
2 Nov 24        i ii       i`- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
1 Nov 24        i ii       `* Re: The philosophy of computation reformulates existing ideas on a new basis ---9Mikko
29 Oct 24        i i+* Re: The philosophy of computation reformulates existing ideas on a new basis ---16joes
30 Oct 24        i i+- Re: The philosophy of computation reformulates existing ideas on a new basis ---1Richard Damon
30 Oct 24        i i`* Re: The philosophy of computation reformulates existing ideas on a new basis ---10Mikko
29 Oct 24        i `* Re: The philosophy of computation reformulates existing ideas on a new basis ---193olcott
29 Oct 24        `* Re: The philosophy of computation reformulates existing ideas on a new basis ---114olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal