Presentation is loading. Please wait.

Presentation is loading. Please wait.

If-then statements April 4, 2008. What is an if-then statement? One of the postulates we looked at earlier stated: If B is between A and C, then AB +

Similar presentations


Presentation on theme: "If-then statements April 4, 2008. What is an if-then statement? One of the postulates we looked at earlier stated: If B is between A and C, then AB +"— Presentation transcript:

1 If-then statements April 4, 2008

2 What is an if-then statement? One of the postulates we looked at earlier stated: If B is between A and C, then AB + BC = AC. This type of statement is known as an if- then statement for obvious reasons. We also refer to them as conditional statements or just conditionals.

3 All about conditionals A conditional consists of two parts; a hypothesis and a conclusion. The hypothesis is the part of the statement immediately after the “if,” which we will represent by the letter p. The conclusion is the part of the statement after the “then,” which we will represent by the letter q.

4 Writing if then statements using p and q You can write the conditional statement, “if p then q” like this: p → q

5 What is the converse? The converse of a conditional is formed by interchanging the hypothesis and the conclusion. So, instead of if p then q, the converse is if q then p. We can write this as q → p

6 If the conditional is true, is the converse true? If you are in Ameena’s math class, then you attend CMC. What is the converse? To prove a conditional statement false all we need to do is find one counterexample.

7 What if both the conditional and the converse are true? If both a conditional and its converse are true (we never said it wasn't possible!) we can combine them into a single statement using the words "if and only if."

8 What is the inverse? If we negate the hypothesis and the conclusion we get the inverse. Instead of if p, then q, we have if not p, then not q. We can write this as: ~p → ~q

9 What is the contrapositive? Finally, if we interchange and negate the hypothesis and conclusion we get the contrapositive. The contrapositive of "If p, then q" is "If not q, then not p.“ We write this as: ~q→~p

10 What is logical equivalence? When two statements always have the same truth value we say that they are logically equivalent. So a conditional and its contrapositive are logically equivalent as are the converse and the inverse..

11 What kinds of logical equivalence are possible? All four may be true or all four may be false. Two of the statements might be true and two might be false but these are the only possibilities. It is not possible for three of the statements to be true and the last one false or for three of the statements to be false and the last one true.

12 To review Conditional: p→q converse: q→p inverse: ~p→~q contrapositive: ~q→~p


Download ppt "If-then statements April 4, 2008. What is an if-then statement? One of the postulates we looked at earlier stated: If B is between A and C, then AB +"

Similar presentations


Ads by Google