Conditional P->Q: If P is True, then Q is also True.
Truth table
P Q P->Q
T T T
T F F
F T T
F F T
BiConditional P<->Q: If P is True, then Q is also True; If Q is True,
then P is also True.
P Q P<->Q
T T T
T F F
F T F
F F T
The motivation for the truth-value assignments made for the con-ditional is the fact that, as intuitively understood, P->Q is true if Q is deducible from P in some sort of way.
So, if P is true and Q is false, we want P->Q to be false, which accounts for the second line of the table.
My understanding of this is as follows: We are asserting that IF P is TRUE then Q also is TRUE; therefore if Q happens to be False for a True P, then our assertion is FALSE. But remember here that we are giving/inserting real values to P and Q and then determining/evaluating the validity of P->Q (our assertion).
Next, suppose that Q is true. Then, independently of P and its truth value, it is plausible to assert that P->Q is true. This reasoning sug- gests the assignments made in the first and third lines of the table.
Wo! How?? What reasoning!!! He hasn't reasoned anything! The weasel! He just made a supposition and then a bloody assertion!
To justify the fourth line, consider the statement (P A Q) -> P. We expect this to be true regardless of the choice of P and Q. But, if P and Q are both false, then P A Q is false, and we are led to the conclusion that if both antecedent and consequent are false, a conditional is true.
What? He's saying: IF (P AND Q is TRUE) then P is also true. How the heck can that statement be independent of the values assigned to P and Q?? Still he says "We expect this to be true.." I don't expect it!! What's going on!!
I tried thinking of this another way:
P->Q implies: IF P is TRUE then Q also is TRUE
P<->Q implies: IF P is TRUE then Q also is TRUE; AND
IF Q is TRUE then P also is TRUE
Let's say we make an assertion P->Q = [IF P is TRUE then Q also is TRUE] If we insert values:
T T then our assertion P->Q is T
T F then our assertion P->Q is False
F T Not Applicable since we can't derive a Q value from a False P!
F F Not Applicable since we can't derive a Q value from a False P!
For the Biconditional (making our assertion in both directions)
T T T
T F F
F T F
F F Not Applicable since we can't determine if both values are False
Why is Stoll right?????