"A decision was wise, even though it led to disastrous consequences, if the evidence at hand indicated it was the best one to make, and a decision was foolish, even though it led to the happiest possible consequences, if it was unreasonable to expect those consequences."We would like to evaluate its truth functionality. To make that task easier, let's simplify it slightly as: Proposition 1 A decision is good even though the consequences are bad, if the evidence for the deciusion was good and conversely, a decision is bad even though the consequences be good, if the evidence for taking that decision was bad.
| Symbol | Name | Meaning |
| ∧ | 'and' | Conjunction |
| ∨ | 'or' | Disjunction |
| ¬ | 'not' | Negation |
| ⊃ | 'hook' | Implication |
| C | the consequences are good |
| ¬C | the consequences are bad |
| D | the decision was good |
| ¬D | the decision was bad |
| E | the evidence was good |
| ¬E | the evidence was bad |
|
| (1) | ||||
|
| (2) |
|
| (3) | ||||
|
| (4) |
| (5) |
| E | C | ¬C | E ∧¬C | |
| 1 | True | True | False | False |
| 2 | True | False | True | True |
| 3 | False | True | False | False |
| 4 | False | False | True | False |
| p | q | p ⊃ q | |
| 1 | True | True | True |
| 2 | True | False | False |
| 3 | False | True | True |
| 4 | False | False | True |
| A | D | A ⊃ D | |
| 1 | True | True | True |
| 2 | True | False | False |
| 3 | False | True | True |
| 4 | False | False | True |
| (6) |
| (7) |
| E | C | D | H1 | H2 | H | |
| 1 | True | True | False | True | True | True |
| 2 | False | True | False | True | True | True |
| 3 | True | False | False | False | True | False |
| 4 | False | False | False | True | True | True |
| 5 | True | True | True | True | True | True |
| 6 | False | True | True | True | False | False |
| 7 | True | False | True | True | True | True |
| 8 | False | False | True | True | True | True |
| E | C | D | H1 | H2 | H | |
| 1 | True | True | False | True | True | True |
| 2 | False | True | False | True | True | True |
| 3 | ||||||
| 4 | False | False | False | True | True | True |
| 5 | True | True | True | True | True | True |
| 6 | ||||||
| 7 | True | False | True | True | True | True |
| 8 | False | False | True | True | True | True |
| 1. | H is true when the evidence was best, the consequences were the happiest but the decision was unwise. |
| 4. | H is true when the evidence was worst, the consequences were the unhappiest but the decision was wise. |
| 8. | H is true when the evidence was worst, the consequences were the unhappiest but the decision was wise. |
| (8) |
| (9) |
| (10) |
| (11) |
| E | C | (E∧¬C) | D | H1 | (¬E ∧C) | ¬D | H2 | |
| 1 | True | True | False | False | True | False | True | True |
| 2 | ||||||||
| 3 | ||||||||
| 4 | False | False | False | False | True | False | True | True |
| 5 | ||||||||
| 6 | ||||||||
| 7 | ||||||||
| 8 | False | False | False | True | True | False | False | True |
| E | C | D | H1 | H2 | H | Reason | |
| 1 | True | True | False | True | True | True | Anything and ¬D |
| 2 | False | True | False | True | True | True | Herodotus |
| 3 | |||||||
| 4 | False | False | False | True | True | True | Anything and Anything |
| 5 | True | True | True | True | True | True | Obvious truism |
| 6 | |||||||
| 7 | True | False | True | True | True | True | Herodotus |
| 8 | False | False | True | True | True | True | D and Anything |
| (12) |
This astounding proposition was the source of a huge fight between Ludwig Wittgenstein and the younger Alan Turing, who was attending the former's lectures on the foundations of mathematics in the 1930's. Wittgenstein took the position that you can just ignore the Anything part, because p and ¬p are like two gear wheels that become stuck. Today we might say, the computer program becomes "wedged." Turing, on the other hand, found this intolerable. He complained that if you have the possibility of a contradiction (e.g., in arithmetic) and you just ignore it, how do you know that the bridge you are building won't fall down? Today we might say, the computer program produces an error or has a "bug" which goes unnoticed (until it's too late). Ultimately, Turing voted with his feet and quit attending the remainder of Wittgenstein's lectures [3]. Looked at from the standpoint of modern computers, it seems that both were right. Computer programs exhibit both these problems all the time. Moreover, in my view, this bone of contention about the implication of a contradiction may be at the root of why modern computers (the electronic circuits) are too brittle to represent "intelligence" in the way promised by AI advocates, including Turing, since the 1950's.Anything follows from a contradiction.
If George Bush is elected to a third Presidential term, I'll be a monkey's uncle, otherwise there is life on Mars.As with Herodotus, we assign the propositions as shown in Table 10.
| p | George Bush will be elected to a third Presidential term |
| q | I'll be a monkey's uncle |
| A | there is life on Mars |
| (13) |