Unit 2: Reasoning and Proof · ~15–30 min
Apply the Law of Detachment and the Law of Syllogism to draw logically valid conclusions from true conditional statements.
Deductive reasoning uses accepted facts, definitions, and postulates to reach a conclusion that must be true. That's different from the inductive reasoning of Lesson 2.1, which only spots a pattern that's likely true. Deductive reasoning is how conjectures get turned into proven theorems — and it runs on two core laws.
If a conditional p → q is true, and its hypothesis p is also true, then the conclusion q must be true. In other words: once you know the “if” part happened, the “then” part is guaranteed.
If p → q is true and q → r is true, then p → r is true. Two conditionals chain together into a new one, as long as the conclusion of the first matches the hypothesis of the second.
Two true conditionals chain into a third: p→q and q→r combine into p→r.