This page does not represent the most current semester of this course; it is present merely as an archive.
If
and related words are used in many logical and beyond-logic ways. This writeup is an effort to explore them.
R \rightarrow W
Raining? | Wet? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | Yes |
Yes | No | No |
Yes | Yes | Yes |
There’s a temporal connotation (rain starts shortly before wetness) which propositional logic cannot encode.
There’s a causal connotation (rain creates the wetness) which propositional logic cannot encode.
E \leftrightarrow A
Earned 93? | Get A? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | No |
Yes | No | No |
Yes | Yes | Yes |
There’s a temporal connotation (you get the 93% before you get the A) which propositional logic cannot encode.
The \leftarrow part is fuzzy
: a 92.8% might get an A, but a 81% won’t. The \rightarrow part is implicitly or more
: an A+ would not be a problem. Propositional logic cannot encode this fuzz
.
C \leftarrow Q
It crashes? | Ctrl+Q? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | No |
Yes | No | Yes |
Yes | Yes | Yes |
There’s a temporal connotation (you type Ctrl+Q before it crashes) which propositional logic cannot encode.
There’s a causal connotation (typing Ctrl+Q triggers the crash) which propositional logic cannot encode.
L \leftarrow R
I love it? | It rains? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | No |
Yes | No | Yes |
Yes | Yes | Yes |
Whenconnotes that the truth of R comes and goes. It also connotes that rain will happen eventually;
ifin this phrase would have the same logical meaning, but would imply doubt that rain would ever occur.
\top
I sing? | Showering? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | Yes |
Yes | No | Yes |
Yes | Yes | Yes |
there exists some timeidea with first-order logic (i.e. \exist t \;.\; S(t) \land H(t)) but not with propositional logic.
R \rightarrow N
It rains? | It’s night? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | Yes |
Yes | No | No |
Yes | Yes | Yes |
L \leftrightarrow S
I love it? | It’s my spouse? | Consistent with phrase? |
---|---|---|
No | No | Yes |
No | Yes | No |
Yes | No | No |
Yes | Yes | Yes |
onlyimplies
lovemeans something more specific than it would in a phrase like
I love cakeand possibly more specific than even
I love my spouse.