Most active commenters
  • tossandthrow(6)
  • jijijijij(4)
  • svnt(3)

←back to thread

229 points geetee | 21 comments | | HN request time: 0.912s | source | bottom
Show context
tgv ◴[] No.45100192[source]
This makes little sense to me. Ontologies and all that have been tried and have always been found to be too brittle. Take the examples from the front page (which I expect to be among the best in their set): human_activity => climate_change. Those are such a broad concepts that it's practically useless. Or disease => death. There's no nuance at all. There isn't even a definition of what "disease" is, let alone a way to express that myxomatosis is lethal for only European rabbits, not humans, nor gold fish.
replies(15): >>45100256 #>>45100368 #>>45100385 #>>45100399 #>>45100512 #>>45100673 #>>45100711 #>>45100804 #>>45101092 #>>45101484 #>>45103042 #>>45103397 #>>45104046 #>>45108308 #>>45114204 #
1. tossandthrow ◴[] No.45100399[source]
Ontology, not ontologies, have been tried.

We have quite a good understanding that a system cannot be both sound a complete, regardless people went straight in to make a single model of the world.

replies(3): >>45101077 #>>45101306 #>>45104682 #
2. Xmd5a ◴[] No.45101077[source]
Could you define sound and complete in this context ? IIRC Rust's borrow checker is sound (will not mark something dysfunctional as functional) but not complete: some programs would take too long to verify, the checker times out, and compilation fails even though the program is potentially correct.
replies(1): >>45101833 #
3. kachnuv_ocasek ◴[] No.45101306[source]
> a system cannot be both sound a complete

Huh, what do you mean by this? There are many sound and complete systems – propositional logic, first-order logic, Presburger arithmetic, the list goes on. These are the basic properties you want from a logical or typing system. (Though, of course, you may compromise if you have other priorities.)

replies(3): >>45101505 #>>45103901 #>>45124177 #
4. lemonwaterlime ◴[] No.45101505[source]
My take is that the GP was implicitly referring to Gödel’s Incompleteness Theorems with the implication being that a system that reasons completely about all the human topics and itself is not possible. Therefore, you’d need multiple such systems (plural) working in concert.
replies(3): >>45101729 #>>45102980 #>>45106128 #
5. eru ◴[] No.45101729{3}[source]
That doesn't make much sense.

If you take multiple systems and make them work in concert, you just get a bigger system.

replies(3): >>45101809 #>>45103157 #>>45103427 #
6. tossandthrow ◴[] No.45101809{4}[source]
Concerts - again plural. And naturally you only bring in appropriate instruments.
replies(1): >>45103806 #
7. tossandthrow ◴[] No.45101833[source]
The meaning of the word person is ~sound (ie. Well defined) when two lawyers speak.

But when a doctor tells the lawyer that they operated a person, the lawyer can reasonably say "huh" - the concept of a person has shifted with the context.

8. jijijijij ◴[] No.45102980{3}[source]
I believe, neither the expansion of Gödel's theorems to "everything", non-formalized systems, nor the conclusion of a resolution by harnessing multiple systems in concert, are sound reasoning. I think, it's a fallacious reductionism.
replies(1): >>45103383 #
9. jijijijij ◴[] No.45103157{4}[source]
> If you take multiple systems and make them work in concert, you just get a bigger system.

The conclusion may be wrong, but a "bigger system" can be larger than the sum of its constituents. So a system can have functions, give rise to complexity, neither of its subsystems feature. An example would be the thinking brain, which is made out of neurons/cells incapable of thought, which are made out of molecules incapable of reproduction, which are made from atoms incapable of catalyzing certain chemical reactions and so on.

replies(1): >>45104021 #
10. tossandthrow ◴[] No.45103383{4}[source]
What is a non-formalized system?

I am very curious on this. In particular, if you are able to split systems into formalized and non formalized, then I thinks there are quite some praise and a central spot in all future history books for you!

replies(1): >>45104042 #
11. CuriouslyC ◴[] No.45103427{4}[source]
Sort of, the guardrail here IMO is you have an ontology processor that basically routes to a submodule, and if there isn't a submodule present it errors out. It is one large system, but it's bounded by an understanding of its own knowledge.
12. svnt ◴[] No.45103806{5}[source]
Turtles all the way down?
13. tossandthrow ◴[] No.45103901[source]
Yep - when you use a multiplum of systems, then some systems can be regarded complete while other systems are sound.

This is in contrast to just one system that attempts to be sound and complete.

14. svnt ◴[] No.45104021{5}[source]
This is just emergence, though? How is emergence related to completeness?

This happens over and over with the relatively new popularization of a theory: the theory is proposed to be the solution to every missing thing in the same rough conceptual vector.

It takes a lot more than just pointing in the general direction of complexity to propose the creation of a complete system, something which with present systems of understanding appears to be impossible.

replies(1): >>45104171 #
15. jijijijij ◴[] No.45104042{5}[source]
I am not a native speaker, so please don't get hung up on particular expressions.

I meant, the colloquial philosophies and general ontology are not subject of Gödel's work. I think, the forgone expansion is similar to finding evidence for telepathy in the pop-sci descriptions of quantum entanglement. Gödel's theorems cover axiomatic, formal systems in mathematics. To apply it to whatever, you first have to formalize whatever. Otherwise, it's an intuition/speculation, not sound reasoning. At least, that's my understanding.

Further reading: https://en.wikipedia.org/wiki/G%C3%B6del's_incompleteness_th...

replies(2): >>45104205 #>>45104544 #
16. jijijijij ◴[] No.45104171{6}[source]
> How is emergence related to completeness?

I didn't make that argument. I think, the original conclusion above isn't reasonable. However, "a concert" isn't "just" a bigger system either, which is my point.

replies(1): >>45105307 #
17. ◴[] No.45104205{6}[source]
18. ◴[] No.45104682[source]
19. svnt ◴[] No.45105307{7}[source]
It just depends on your definition of system, doesn’t it?
20. Jeff_Brown ◴[] No.45106128{3}[source]
A collection of systems is itself a system. The theorem would not recognize the distinction.
21. tossandthrow ◴[] No.45124177[source]
None of these systems are both sound and complete.

first-order logic is sound, but not complete (Ie. I can express a set of strings you can not recognize in first-order logic).