Learning Objectives
After completing this section, you should be able to:
- Use and apply the conditional to construct a truth table.
- Use and apply the biconditional to construct a truth table.
- Use truth tables to determine the validity of conditional and biconditional statements.
Computer languages use if-then or if-then-else statements as decision statements:
- If the hypothesis is true, then do something.
- Or, if the hypothesis is true, then do something; else do something else.
For example, the following representation of computer code creates an if-then-else decision statement:
Check value of variable .
If , then print "Hello, World!" else print "Goodbye".
In this imaginary program, the if-then statement evaluates and acts on the value of the variable . For instance, if , the program would consider the statement as true and “Hello, World!” would appear on the computer screen. If instead, , the program would consider the statement as false (because 3 is greater than 1), and print “Goodbye” on the screen.
In this section, we will apply similar reasoning without the use of computer programs.
People in Mathematics
The Countess of Lovelace, Ada Lovelace, is credited with writing the first computer program. She wrote an algorithm to work with Charles Babbage’s Analytical Engine that could compute the Bernoulli numbers in 1843. In doing so, she became the first person to write a program for a machine that would produce more than just a simple calculation. The computer programming language ADA is named after her.
Reference: Posamentier, Alfred and Spreitzer Christian, “Chapter 34 Ada Lovelace: English (1815-1852)” pp. 272-278, Math Makers: The Lives and Works of 50 Famous Mathematicians, Prometheus Books, 2019.
Use and Apply the Conditional to Construct a Truth Table
A conditional is a logical statement of the form if , then . The conditional statement in logic is a promise or contract. The only time the conditional, is false is when the contract or promise is broken.
For example, consider the following scenario. A child’s parent says, “If you do your homework, then you can play your video games.” The child really wants to play their video games, so they get started right away, finish within an hour, and then show their parent the completed homework. The parent thanks the child for doing a great job on their homework and allows them to play video games. Both the parent and child are happy. The contract was satisfied; true implies true is true.
Now, suppose the child does not start their homework right away, and then struggles to complete it. They eventually finish and show it to their parent. The parent again thanks the child for completing their homework, but then informs the child that it is too late in the evening to play video games, and that they must begin to get ready for bed. Now, the child is really upset. They held up their part of the contract, but they did not receive the promised reward. The contract was broken; true implies false is false.
So, what happens if the child does not do their homework? In this case, the hypothesis is false. No contract has been entered, therefore, no contract can be broken. If the conclusion is false, the child does not get to play video games and might not be happy, but this outcome is expected because the child did not complete their end of the bargain. They did not complete their homework. False implies false is true. The last option is not as intuitive. If the parent lets the child play video games, even if they did not do their homework, neither parent nor child are going to be upset. False implies true is true.
The truth table for the conditional statement below summarizes these results.
T | T | T |
T | F | F |
F | T | T |
F | F | T |
Checkpoint
Notice that the only time the conditional statement, is false is when the hypothesis, , is true and the conclusion, , is false.
Example 2.18
Constructing Truth Tables for Conditional Statements
Assume both of the following statements are true: : My sibling washed the dishes, and : My parents paid them $5.00. Create a truth table to determine the truth value of each of the following conditional statements.
Solution
- Because is true and is true, the statement is, “If my sibling washed the dishes, then my parents paid them $5.00.” My sibling did wash the dishes, since is true, and the parents did pay the sibling $5.00, so the contract was entered and completed. The conditional statement is true, as indicated by the truth table representing this case:
T → T = T.T T T - translates to the statement, “If my sibling washed the dishes, then my parents did not pay them $5.00.” is true, but is false. The sibling completed their end of the contract, but they did not get paid. The contract was broken by the parents. The conditional statement is false, as indicated by the truth table representing this case:
T → F = F.T T F F - translates to the statement, “If my sibling did not wash the dishes, then my parents paid them $5.00.” is false, but is true. The sibling did not do the dishes. No contract was entered, so it could not be broken. The parents decided to pay them $5.00 anyway. The conditional statement is true, as indicated by the truth table representing this case: F → T = T.
T T F T
Your Turn 2.18
Example 2.19
Determining Validity of Conditional Statements
Construct a truth table to analyze all possible outcomes for each of the following statements then determine whether they are valid.
Solution
- Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , and Because there are only two basic propositions, and , the table will have rows of truth values to account for all the possible outcomes. The statement is not valid because the last column is not all true.
T T T F F T F F T T F T F F T F F F T T - Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , and Because there are only two basic propositions, and , the table will have rows of truth values to account for all the possible outcomes. The statement is not valid because the last column is not all true.
T T F T T T F F F F F T T T T F F T T T
Your Turn 2.19
Use and Apply the Biconditional to Construct a Truth Table
The biconditional, , is a two way contract; it is equivalent to the statement A biconditional statement, is true whenever the truth value of the hypothesis matches the truth value of the conclusion, otherwise it is false.
The truth table for the biconditional is summarized below.
T | T | T |
T | F | F |
F | T | F |
F | F | T |
Example 2.20
Constructing Truth Tables for Biconditional Statements
Assume both of the following statements are true: : The plumber fixed the leak, and : The homeowner paid the plumber $150.00. Create a truth table to determine the truth value of each of the following biconditional statements.
Solution
- Because is true and is true, the statement is “The plumber fixed the leak if and only if the homeowner paid them $150.00.” Because both and are true, the leak was fixed and the plumber was paid, meaning both parties satisfied their end of the bargain. The biconditional statement is true, as indicated by the truth table representing this case: T ↔ T = T.
T T T - translates to the statement, “The plumber fixed the leak if and only if the homeowner did not pay them $150.” If the plumber fixed the leak and the homeowner did not pay them, the homeowner will have broken their end of the contract. The biconditional statement is false, as indicated by the truth table representing this case:
T ↔ F = F.T T F F - translates to the statement, “The plumber did not fix the leak if and only if the homeowner did not pay them $150.” In this case, neither party—the plumber nor the homeowner—entered into the contract. The leak was not repaired, and the plumber was not paid. No agreement was broken. The biconditional statement is true, as indicated by the truth table representing this case: F ↔ F = T.
T T F F T
Your Turn 2.20
Checkpoint
The biconditional, is true whenever the truth values of and match, otherwise it is false.
Example 2.21
Determining Validity of Biconditional Statements
Construct a truth table to analyze all possible outcomes for each of the following statements, then determine whether they are valid.
Solution
- Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , and Because there are only two basic propositions, and , the table will have rows of truth values to account for all the possible outcomes. The statement is not valid because the last column is not all true.
T T T F F F T F F T T F F T F F F T F F F T F T - Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , and Because there are only two basic propositions, and , the table will have rows of truth values to account for all the possible outcomes. The statement is not valid because the last column is not all true.
T T T F T T T F T F F F F T T T T T F F F T T F - Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , , and Because there are only two basic propositions, and the table will have rows of truth values to account for all the possible outcomes. The statement is valid because the last column is all true.
T T T F F T T T F F T F F T F T T F T T T F F T T T T T - Applying the dominance of connectives, the statement is equivalent to So, the columns of the truth table will include , , , , and Because there are three basic propositions, , , and , the table will have rows of truth values to account for all the possible outcomes. The statement is not valid because the last column is not all true.
T T T F T F T T T T F T T T F T T F T F F T F F T F F T F T F F F T T F F T F F F T F T F T F F F F T F F T F F F F F T F T F F