Objectives: Conditional Statements
In this section weβll get comfortable with βifβthenβ statements and how to work with them.
-
introduce ifβthen, or conditional, statements: name the parts (P, Q) and write them in symbols with a clear domain
-
decide when βif P then Qβ is true or false (including vacuous truth) using a truth table or a quick counterexample
-
prove conditionals three waysβdirect, by contrapositive, or by contradiction
-
apply logic to real rules (check P-cases and not-Q cases) and avoid common pitfalls with negations and scope
By the end, youβll understand, test, and prove βifβthenβ (and simple βiffβ) statements with confidence.
