1 / 6

Chapter 1

Chapter 1. Section 1.4 More on Conditionals. There are three statements that are related to a conditional statement. They are called the converse , inverse and contrapositive statements. Converse Interchanges the hypothesis and conclusion: q → p

Download Presentation

Chapter 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 1 Section 1.4 More on Conditionals

  2. There are three statements that are related to a conditional statement. They are called the converse, inverse and contrapositive statements. Converse Interchanges the hypothesis and conclusion: q→p Original Statement: If you pay your electric bill on time then the power company will keep your electricity on. Converse Statement: If the power company keeps your electricity on then you pay your electric bill on time. Inverse Negates the hypothesis and conclusion: (~p) → (~q) Original Statement: If you pay your electric bill on time then the power company will keep your electricity on. Inverse Statement: If you do not pay your electric bill on time then the power company will not keep your electricity on. Contrapositive Negates and Interchanges the hypothesis and conclusion: (~q) → (~p) Original Statement: If you pay your electric bill on time then the power company will keep your electricity on. Contrapositive Statement: If the power company is not keeping your electricity on then you do not pay your electric bill on time.

  3. The Biconditional Statement This is a statement that acts like an equal sign for logical statements. It is true when the two statements have the same truth value. It is often formed with the “if and only if” sentence construction. Uses the symbol p↔ q. You pay you electric bill on time if and only if the power company keeps your electricity on. The truth table to the right shows that the biconditional statement is logically equivalent to the conjunction of the statement and its converse. Notice the last columns of each of the truth tables above are the same which means the statements p↔ q and (p→ q) Λ (q → p) are logically equivalent. We use the symbol ≡ like and equal sign for numbers. We can "replace" the statement (p→ q) Λ (q → p) by p↔ q: (p→ q) Λ (q → p) ≡ p↔ q

  4. Consider the truth table for each of the examples below. I. Truth Table for: pV (~p) II. Truth Table for: pΛ(qΛ(~q)) T T F F F T F T T F T F F F T T F T F F F F F T F F Notice that the statement above will always evaluate to be true no matter what initial values of p we start with (look at the last column). This type of statement that evaluates to be true (T) no matter what values we start with is called a tautology. Notice: pV (~p)≡ T Notice that the statement above will always evaluate to false no matter what the initial values for p and q you start with (look at the last column). This type of statement evaluates to be false (F) no matter what values we start with is called a contradiction. Notice: pΛ(qΛ(~q))≡ F

  5. Law of Double Negation The statements p and the ~(~p) are logically equivalent. We can see this by looking at the truth tables below: We can "replace" p by ~(~p) or in terms of logic: p≡ ~(~p) Law of Contraposition The statements p q and ~q ~p are also logically equivalent. We can "replace" p q by ~q  ~p or in terms of logic: p  q≡ ~q  ~p

  6. DeMorgan's Laws DeMorgan's Laws are ways to "distribute" a negation inside parenthesis where the statements inside are being connected by an "and" (Λ) or and "or" (V). This says that: ~(pΛq) ≡ (~p) V (~q) It is also true that: ~(pV q) ≡ (~p) Λ (~q) Conditionals The implication statement pq is equivalent to the statement (~p) V q. Which says that pq  (~p) V q. Rewrite the conditional statement "If you can read then you can learn". Let p: You can read. q: You can learn. pq: If you can read then you can learn. (~p) V q: You can not read or you can learn.

More Related