Comprehensive Reviewer on Proofs (ICS2603-02)
Argument β A sequence of statements leading to a conclusion.
Valid Argument β Conclusion logically follows from true hypotheses.
Proof β A valid argument.
Fallacy β An invalid argument.
Axiom (Postulate, Law) β A statement assumed to be true.
Conjecture β A statement proposed to be true.
Theorem β A statement proven to be true.
Lemma β A preliminary theorem.
Corollary β A theorem that follows directly from another theorem.
If pβqp \to q and pp is true, then qq is true.
Example: If it rains, it floods. It rains. Therefore, it floods.
If "All xx have property PP", and aa is an xx, then aa has property PP.
Example: All dogs go to heaven. Poochie is a dog. Poochie will go to heaven.
If "All xx have property PP", but aa does not have PP, then aa is not an xx.
Example: It is hard to teach old dogs new tricks. Poochie learns tricks easily. Poochie is not an old dog.
Vacuous Proof β Proving pβqp \to q by showing pp is false.
Trivial Proof β Proving pβqp \to q by showing qq is always true.
Direct Proof β Assuming pp and logically deriving qq.
Indirect Proof (Contraposition) β Proving pβqp \to q by proving Β¬qβΒ¬p\neg q \to \neg p.
Proof by Contradiction β Assuming pp is false and deriving a contradiction.
Proof of Equivalence β Proving pβqp \leftrightarrow q by proving both pβqp \to q and qβpq \to p.
Proof by Counterexample β Showing that a universal claim is false by finding a counterexample.
Proof of Existence
Constructive Proof β Explicitly finding an example.
Non-Constructive Proof β Proving existence without identifying an example.
Uniqueness Proof β Proving that a solution exists and is unique.
Exhaustive Proof β Checking all possible cases.
Proof by Cases β Breaking a proof into multiple scenarios.
Pigeonhole Principle β If k+1k+1 objects are placed into kk containers, at least one container has more than one object.
Prove that the sum of two odd numbers is even.
Prove that 2\sqrt{2} is irrational.
Show that at least 4 of 22 different days fall on the same weekday.
This reviewer covers key concepts and proof techniques essential for mastering mathematical proofs. Keep practicing the exercises to solidify your understanding!