{"id":3374,"date":"2023-05-24T15:15:22","date_gmt":"2023-05-24T15:15:22","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/?post_type=chapter&#038;p=3374"},"modified":"2024-10-18T20:50:12","modified_gmt":"2024-10-18T20:50:12","slug":"logic-basics-learn-it-4","status":"web-only","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/chapter\/logic-basics-learn-it-4\/","title":{"raw":"Logic Basics: Learn It 4","rendered":"Logic Basics: Learn It 4"},"content":{"raw":"<h2>Implications<\/h2>\r\n<p>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 <strong>implication<\/strong>.<\/p>\r\n<section class=\"textbox keyTakeaway\">\r\n<div>\r\n<h3>implications<\/h3>\r\n<p><strong>Implications<\/strong> are logical conditional sentences stating that a statement [latex]p[\/latex], called the <strong>antecedent<\/strong>, implies a statement [latex]q[\/latex], called the <strong>consequence<\/strong>.<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>Implications are commonly written as [latex]p\\rightarrow{q}[\/latex] and is translated as \"if [latex]p[\/latex], then [latex]q[\/latex] .\"<\/p>\r\n<\/div>\r\n<\/section>\r\n<p>Implications are similar to the conditional statements we looked at earlier; [latex]p\\rightarrow{q}[\/latex] is typically written as \u201cif [latex]p[\/latex] then [latex]q[\/latex],\u201d or \u201c[latex]p[\/latex] therefore [latex]q[\/latex].\u201d The difference between implications and conditionals is that conditionals we discussed earlier suggest an action\u2014if 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.<\/p>\r\n<section class=\"textbox example\">The English statement \u201cIf it is raining, then there are clouds is the sky\u201d is a logical implication. Is this a valid argument, why or why not?<br \/>\r\n[reveal-answer q=\"913754\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"913754\"]It is a valid argument because if the antecedent \u201cit is raining\u201d is true, then the consequence \u201cthere are clouds in the sky\u201d must also be true.[\/hidden-answer]<\/section>\r\n<p>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.<\/p>\r\n<section class=\"textbox example\">A friend tells you that \u201cIf you upload that picture to Facebook, you\u2019ll lose your job.\u201d Describe the possible outcomes related to this statement, and determine whether your friend's statement is invalid.<br \/>\r\n[reveal-answer q=\"463067\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"463067\"]There are four possible outcomes:\r\n\r\n<ol>\r\n\t<li>You upload the picture and keep your job.<\/li>\r\n\t<li>You upload the picture and lose your job.<\/li>\r\n\t<li>You don\u2019t upload the picture and keep your job.<\/li>\r\n\t<li>You don\u2019t upload the picture and lose your job.<\/li>\r\n<\/ol>\r\n<p>There is only one possible case where your friend was lying\u2014the first option where you upload the picture and keep your job. In the last two cases, your friend didn\u2019t say anything about what would happen if you didn\u2019t upload the picture, so you can\u2019t conclude their statement is invalid, even if you didn\u2019t upload the picture and still lost your job.<\/p>\r\n<p>[\/hidden-answer]<\/p>\r\n<\/section>\r\n<p>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.<\/p>\r\n<section class=\"textbox keyTakeaway\">\r\n<div>\r\n<h3>truth values for implications<\/h3>\r\n<table width=\"40%\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]q[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]p \u2192 q[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/section>\r\n<p>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.<\/p>\r\n<section class=\"textbox example\">Construct a truth table for the statement [latex]\\left(m\\wedge\\sim{p}\\right)\\rightarrow{r}[\/latex][reveal-answer q=\"6001\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"6001\"]We start by constructing a truth table for the antecedent.\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\">[latex]m[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]\\sim{p}[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]m\\wedge\\sim{p}[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p>&nbsp;<\/p>\r\n<p>Now we can build the truth table for the implication.<\/p>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\">[latex]m[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]\\sim{p}[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]m\\wedge\\sim{p}[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]r[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]\\left(m\\wedge\\sim{p}\\right)\\rightarrow{r}[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">F<\/td>\r\n<td style=\"text-align: center;\">T<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p>&nbsp;<\/p>\r\n<p>In this case, when [latex]m[\/latex] is true, [latex]p[\/latex] is false, and [latex]r[\/latex] is false, then the antecedent [latex]m\\wedge\\sim{p}[\/latex] will be true but the consequence false, resulting in an invalid implication; every other case gives a valid implication.<\/p>\r\n<p>[\/hidden-answer]<\/p>\r\n<\/section>\r\n<section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]7063[\/ohm2_question]<\/section>\r\n<p>For any implication, there are three related statements, the <strong>converse<\/strong>, the <strong>inverse<\/strong>, and the <strong>contrapositive<\/strong>.<\/p>\r\n<section class=\"textbox keyTakeaway\">\r\n<div>\r\n<h3>related statements<\/h3>\r\n<p>The original implication is \u201cif [latex]p[\/latex] then [latex]q[\/latex]\u201d: [latex]p\\rightarrow{q}[\/latex]<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>The <strong>converse<\/strong> is \u201cif [latex]q[\/latex] then [latex]p[\/latex]\u201d: [latex]q\\rightarrow{p}[\/latex]<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>The <strong>inverse <\/strong>is \u201cif not [latex]p[\/latex] then not [latex]q[\/latex]\u201d: [latex]\\sim{p}\\rightarrow\\sim{q}[\/latex]<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>The <strong>contrapositive<\/strong> is \u201cif not [latex]q[\/latex] then not [latex]p[\/latex]\u201d: [latex]\\sim{q}\\rightarrow\\sim{p}[\/latex]<\/p>\r\n<\/div>\r\n<\/section>\r\n<section class=\"textbox example\">Consider again the valid implication \u201cIf it is raining, then there are clouds in the sky.\u201d Write the related converse, inverse, and contrapositive statements.<br \/>\r\n[reveal-answer q=\"746956\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"746956\"]The converse would be \u201cIf there are clouds in the sky, it is raining.\u201d This is certainly not always true. The inverse would be \u201cIf it is not raining, then there are not clouds in the sky.\u201d Likewise, this is not always true. The contrapositive would be \u201cIf there are not clouds in the sky, then it is not raining.\u201d This statement is valid, and is equivalent to the original implication.[\/hidden-answer]<\/section>\r\n<section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]7064[\/ohm2_question]<\/section>","rendered":"<h2>Implications<\/h2>\n<p>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 <strong>implication<\/strong>.<\/p>\n<section class=\"textbox keyTakeaway\">\n<div>\n<h3>implications<\/h3>\n<p><strong>Implications<\/strong> are logical conditional sentences stating that a statement [latex]p[\/latex], called the <strong>antecedent<\/strong>, implies a statement [latex]q[\/latex], called the <strong>consequence<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>Implications are commonly written as [latex]p\\rightarrow{q}[\/latex] and is translated as &#8220;if [latex]p[\/latex], then [latex]q[\/latex] .&#8221;<\/p>\n<\/div>\n<\/section>\n<p>Implications are similar to the conditional statements we looked at earlier; [latex]p\\rightarrow{q}[\/latex] is typically written as \u201cif [latex]p[\/latex] then [latex]q[\/latex],\u201d or \u201c[latex]p[\/latex] therefore [latex]q[\/latex].\u201d The difference between implications and conditionals is that conditionals we discussed earlier suggest an action\u2014if 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.<\/p>\n<section class=\"textbox example\">The English statement \u201cIf it is raining, then there are clouds is the sky\u201d is a logical implication. Is this a valid argument, why or why not?<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q913754\">Show Solution<\/button><\/p>\n<div id=\"q913754\" class=\"hidden-answer\" style=\"display: none\">It is a valid argument because if the antecedent \u201cit is raining\u201d is true, then the consequence \u201cthere are clouds in the sky\u201d must also be true.<\/div>\n<\/div>\n<\/section>\n<p>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.<\/p>\n<section class=\"textbox example\">A friend tells you that \u201cIf you upload that picture to Facebook, you\u2019ll lose your job.\u201d Describe the possible outcomes related to this statement, and determine whether your friend&#8217;s statement is invalid.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q463067\">Show Solution<\/button><\/p>\n<div id=\"q463067\" class=\"hidden-answer\" style=\"display: none\">There are four possible outcomes:<\/p>\n<ol>\n<li>You upload the picture and keep your job.<\/li>\n<li>You upload the picture and lose your job.<\/li>\n<li>You don\u2019t upload the picture and keep your job.<\/li>\n<li>You don\u2019t upload the picture and lose your job.<\/li>\n<\/ol>\n<p>There is only one possible case where your friend was lying\u2014the first option where you upload the picture and keep your job. In the last two cases, your friend didn\u2019t say anything about what would happen if you didn\u2019t upload the picture, so you can\u2019t conclude their statement is invalid, even if you didn\u2019t upload the picture and still lost your job.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<p>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.<\/p>\n<section class=\"textbox keyTakeaway\">\n<div>\n<h3>truth values for implications<\/h3>\n<table style=\"width: 40%;\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]q[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]p \u2192 q[\/latex]<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/section>\n<p>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.<\/p>\n<section class=\"textbox example\">Construct a truth table for the statement [latex]\\left(m\\wedge\\sim{p}\\right)\\rightarrow{r}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q6001\">Show Solution<\/button><\/p>\n<div id=\"q6001\" class=\"hidden-answer\" style=\"display: none\">We start by constructing a truth table for the antecedent.<\/p>\n<table>\n<tbody>\n<tr>\n<td style=\"text-align: center;\">[latex]m[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]\\sim{p}[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]m\\wedge\\sim{p}[\/latex]<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>Now we can build the truth table for the implication.<\/p>\n<table>\n<tbody>\n<tr>\n<td style=\"text-align: center;\">[latex]m[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]p[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]\\sim{p}[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]m\\wedge\\sim{p}[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]r[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]\\left(m\\wedge\\sim{p}\\right)\\rightarrow{r}[\/latex]<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">F<\/td>\n<td style=\"text-align: center;\">T<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>In this case, when [latex]m[\/latex] is true, [latex]p[\/latex] is false, and [latex]r[\/latex] is false, then the antecedent [latex]m\\wedge\\sim{p}[\/latex] will be true but the consequence false, resulting in an invalid implication; every other case gives a valid implication.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm7063\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=7063&theme=lumen&iframe_resize_id=ohm7063&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<p>For any implication, there are three related statements, the <strong>converse<\/strong>, the <strong>inverse<\/strong>, and the <strong>contrapositive<\/strong>.<\/p>\n<section class=\"textbox keyTakeaway\">\n<div>\n<h3>related statements<\/h3>\n<p>The original implication is \u201cif [latex]p[\/latex] then [latex]q[\/latex]\u201d: [latex]p\\rightarrow{q}[\/latex]<\/p>\n<p>&nbsp;<\/p>\n<p>The <strong>converse<\/strong> is \u201cif [latex]q[\/latex] then [latex]p[\/latex]\u201d: [latex]q\\rightarrow{p}[\/latex]<\/p>\n<p>&nbsp;<\/p>\n<p>The <strong>inverse <\/strong>is \u201cif not [latex]p[\/latex] then not [latex]q[\/latex]\u201d: [latex]\\sim{p}\\rightarrow\\sim{q}[\/latex]<\/p>\n<p>&nbsp;<\/p>\n<p>The <strong>contrapositive<\/strong> is \u201cif not [latex]q[\/latex] then not [latex]p[\/latex]\u201d: [latex]\\sim{q}\\rightarrow\\sim{p}[\/latex]<\/p>\n<\/div>\n<\/section>\n<section class=\"textbox example\">Consider again the valid implication \u201cIf it is raining, then there are clouds in the sky.\u201d Write the related converse, inverse, and contrapositive statements.<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q746956\">Show Solution<\/button><\/p>\n<div id=\"q746956\" class=\"hidden-answer\" style=\"display: none\">The converse would be \u201cIf there are clouds in the sky, it is raining.\u201d This is certainly not always true. The inverse would be \u201cIf it is not raining, then there are not clouds in the sky.\u201d Likewise, this is not always true. The contrapositive would be \u201cIf there are not clouds in the sky, then it is not raining.\u201d This statement is valid, and is equivalent to the original implication.<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm7064\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=7064&theme=lumen&iframe_resize_id=ohm7064&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":15,"menu_order":14,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":24,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapters\/3374"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/wp\/v2\/users\/15"}],"version-history":[{"count":28,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapters\/3374\/revisions"}],"predecessor-version":[{"id":15069,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapters\/3374\/revisions\/15069"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/parts\/24"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapters\/3374\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/wp\/v2\/media?parent=3374"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/pressbooks\/v2\/chapter-type?post=3374"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/wp\/v2\/contributor?post=3374"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-json\/wp\/v2\/license?post=3374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}