|
|
|
|
|
by bitL
3383 days ago
|
|
Isn't Gödel's incompleteness a consequence of overly ambitious material implication properties? When you look at the truth table: A | B | A -> B 0 | 0 | 1 0 | 1 | 1 1 | 0 | 0 1 | 1 | 1 I fail to see why all except for 1 -> 0 = 0 aren't undefined. I understand reasoning behind why this was done, but mixing unrelated predicates seems like a generally bad idea, even if it allows mechanical proofs. Aren't there already "complete" systems like relevance logic? Now with computers we can perhaps make proofs we need "relevant" instead of being based on fundamentally incomplete though "simpler" logic? |
|
Also, if I understand you correctly you're trying to 'fix' incompleteness by making A -> B undecidable, which seems like it would achieve the opposite.