Logic Basics: Learn It 4

Implications

When we discussed conditions earlier, we discussed the type where we take an action based on the value of the condition. We are now going to talk about a more general version of a conditional, sometimes called an implication.

implications

Implications are logical conditional sentences stating that a statement [latex]p[/latex], called the antecedent, implies a statement [latex]q[/latex], called the consequence.

 

Implications are commonly written as [latex]p\rightarrow{q}[/latex] and is translated as “if [latex]p[/latex], then [latex]q[/latex] .”

Implications are similar to the conditional statements we looked at earlier; [latex]p\rightarrow{q}[/latex] is typically written as “if [latex]p[/latex] then [latex]q[/latex],” or “[latex]p[/latex] therefore [latex]q[/latex].” The difference between implications and conditionals is that conditionals we discussed earlier suggest an action—if the condition is true, then we take some action as a result. Implications are a logical statement that suggest that the consequence must logically follow if the antecedent is true.

The English statement “If it is raining, then there are clouds is the sky” is a logical implication. Is this a valid argument, why or why not?

Notice that the statement tells us nothing of what to expect if it is not raining. If the antecedent is false, then the implication becomes irrelevant.

A friend tells you that “If you upload that picture to Facebook, you’ll lose your job.” Describe the possible outcomes related to this statement, and determine whether your friend’s statement is invalid.

In traditional logic, an implication is considered valid (true) as long as there are no cases in which the antecedent is true and the consequence is false. It is important to keep in mind that symbolic logic cannot capture all the intricacies of the English language.

truth values for implications

[latex]p[/latex] [latex]q[/latex] [latex]p → q[/latex]
T T T
T F F
F T T
F F T

Again, if the antecedent [latex]p[/latex] is false, we cannot prove that the statement is a lie, so the result of the third and fourth rows is true.

Construct a truth table for the statement [latex]\left(m\wedge\sim{p}\right)\rightarrow{r}[/latex]

For any implication, there are three related statements, the converse, the inverse, and the contrapositive.

related statements

The original implication is “if [latex]p[/latex] then [latex]q[/latex]”: [latex]p\rightarrow{q}[/latex]

 

The converse is “if [latex]q[/latex] then [latex]p[/latex]”: [latex]q\rightarrow{p}[/latex]

 

The inverse is “if not [latex]p[/latex] then not [latex]q[/latex]”: [latex]\sim{p}\rightarrow\sim{q}[/latex]

 

The contrapositive is “if not [latex]q[/latex] then not [latex]p[/latex]”: [latex]\sim{q}\rightarrow\sim{p}[/latex]

Consider again the valid implication “If it is raining, then there are clouds in the sky.” Write the related converse, inverse, and contrapositive statements.