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!