1 / 9

Conditional Statements

Conditional Statements. Conditional statements. Form of conditional statement: If p then q (p implies q) Denote by p is called hypothesis , q is called conclusion Ex : If Bobcats win this game, then they will be number one. Truth table for .

noam
Download Presentation

Conditional Statements

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. Conditional Statements

  2. Conditional statements • Form of conditional statement: If p then q (p implies q) Denote by • p is called hypothesis, q is called conclusion • Ex: If Bobcats win this game, then they will be number one.

  3. Truth table for

  4. Logical equivalences including • Example of the first equivalence: “Either Jim works hard or he gets F” is equivalent to “If Jim doesn’t work hard then he gets F”

  5. Variations of a conditional statement Variations of : • Contrapositive: • Converse: • Inverse: • is logically equivalent to its contrapositive • Converse is logically equivalent to inverse

  6. Examples of variations If Bobcats win this game, then they will be number one. • Contrapositive: If Bobcats aren’t #1 then they didn’t win. • Converse: If Bobcats are number one then they won the game. • Inverse: If Bobcats don’t win this game then they will not be #1.

  7. Other conditional statements • “q only if p” means “if not p then not q” or, equivalently, “if q then p” • “q if and only if p” means Other ways to say or to denote it: “biconditional of p and q”, “q iff p”,

  8. Summary of conditional statements

  9. Order of operations

More Related