Truth Table for If P then Q [duplicate]

$\begingroup$

Possible Duplicate:
In classical logic, why is (p -> q) True if both p and q are False?

The Logic table for If P then Q is as follows:

P Q If P then Q
T T T
T F F
F T T
F F T

What I don't understand is, How can there be a truth table for this?

As far as I understand, If p then Q means "if P is true, Q has to be true. Any other case, I don't know"

So, from what I understand, the first 2 rows of the truth table state that "If P is true and Q is true, the outcome is correct and If P is true and Q is false, the outcome is incorrect (F)"

What about the last 2 rows?

$\endgroup$ 1

4 Answers

$\begingroup$

Think of the truth table as describing when the statement "If $P$ then $Q$" is true. If $P$ is false, then the statement "If $P$ then $Q$" doesn't claim anything, so how could it be false? Since it doesn't claim anything, we make the convention that "If $P$ then $Q$" should be true.

One could argue that if "If $P$ then $Q$" doesn't claim anything, then how could it be true either? Well, we accept a basic axiom of logic that tell us that every statement is either true or false, so we have to pick one. In mathematics, we find it more useful to take it to be true, but this is not necessary. Often times in Philosophy one takes the opposite convention. This may be confusing as far as notation goes, but it does not actually cause any problems.

$\endgroup$ 6 $\begingroup$

You are saying that the truth table for $A\longrightarrow B$ does not fully capture the ordinary language meaning of "if $A$ then $B$." In ordinary language, often some causal connection is understood. And in ordinary language, one would probably not assert that "if $A$ then $B$" when $A$ is clearly false. These assertions about ordinary language are correct.

However, the language of formal logic is not ordinary language. The standard truth-functional interpretation of $A\longrightarrow B$ does make sense if we insist that $A\longrightarrow B$ be assigned a truth value that depends only on the truth values of $A$ and $B$. Certainly alternative truth-functional interpretations of $A\longrightarrow B$ would be intuitively less appropriate than the standard one.

$\endgroup$ 1 $\begingroup$

You might find this hand-out for beginning logic students helpful too,

$\endgroup$ $\begingroup$

The material conditional is a common source of confusion to new logic students, and their worries have also been raised by philosophers of logic and language. The Stanford Encyclopedia of Philosophy has an extensive article on conditionals which addresses the main issues, including the so-called paradoxes of material implication.

$\endgroup$

You Might Also Like