Logicians,
Can you explain a seemingly curious facet of Modus Ponens?
Given Modus Ponens is expressed as:
$$p \to q $$
Supported by this Truth Table:
Line | $p$ | $q$ | $p \to q$ |
---|---|---|---|
1 | T | T | T |
2 | T | F | F |
3 | F | T | T |
4 | F | F | T |
QUESTION: Why does Line 3 resolve to $T$? It seems that $F \to T$ should resolve to $F$. No?
Your assistance in understanding this apparent contradiction is requested with gratitude.