Geometry Notes ๐Ÿ“ - Conditional Statements

  1. What is a conditional statement? A logical statement that has two parts: a hypothesis and a conclusion.

  2. P = hypothesis, Q = conclusion: Itโ€™s often written in the form: if p, then q.

  3. What are the forms of conditional statement? Converse: If q, then p; Inverse: if not p, then not q; Contrapositive: if not q, then not p.

  4. What is a counterexample? An example that proves the conditional statement to be false.

  5. What is a biconditional statement? A biconditional statement is written when both a conditional and its converse are true.