1 / 5

3.3 – The Conditional

3.3 – The Conditional. A conditional statement is a compound statement that uses the connective if … then . The conditional is written with an arrow, so “if p then q ” is symbolized. The conditional is read as “ p implies q ” or “if p then q .”.

amal
Download Presentation

3.3 – The Conditional

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. 3.3 – The Conditional A conditional statement is a compound statement that uses the connective if…then. The conditional is written with an arrow, so “if p then q” is symbolized The conditional is read as “p implies q” or “if p then q.” The statement p is the antecedent, while q is the consequent.

  2. 3.3 – The Conditional Special Characteristics of Conditional Statementsfor a Truth Table Teacher: “If you participate in class, then you will get extra points."  When the antecedent is true and the consequent is true,p → q is true. If you participate in class (true) and you get extra points (true) then, The teacher's statement is true. When the antecedent is true and the consequent is false, p → q is false. If you participate in class (true) and you do not get extra points(false), then, The teacher’s statement is false.

  3. 3.3 – The Conditional Special Characteristics of Conditional Statementsfor a Truth Table “If you participate in class, then you will get extra points."  If the antecedent is false, then p → qis automatically true. If you do not participate in class (false), the truthof the teacher's statement cannot be judged. The teacher did not state what would happen if you did NOT participate in class.  Therefore, the statement has to be “true”. If you do not participate in class (false), then you get extra points. If you do not participate in class (false), then you do not get extra points. The teacher's statement is true in both cases.

  4. 3.3 – The Conditional Truth Table for The Conditional If p,then q A tautology is a statement that is always true, no matter what the truth values of the components are.

  5. 3.3 – The Conditional Examples: Decide whether each statement is True or False (T represents a true statement, F a false statement). F → (3 ≠ 9) T → (4 < 2) (8 = 1) → F F → T T → F F → F T F T

More Related