Mathematical proofs help us understand why mathematical statements are true or false through logical reasoning.
Proof by counter example is a powerful method where we disprove a statement by finding just one case where it fails. For instance, to disprove "all prime numbers are odd," we can use 2 as a counter example since it's an even prime number. This single example is enough to show the statement is false.
Proof by exhaustion involves testing every possible case to prove a statement. While this can be time-consuming, it's very reliable for statements with a finite number of cases. For example, to prove that the sum of two odd numbers is always even, we could check: odd + odd = even (1+1=2, 1+3=4, 3+3=6, etc.) until we've covered all possibilities. Completing the square is another important proof technique, especially in algebra and geometry. This method involves rewriting quadratic expressions by adding and subtracting terms to create a perfect square trinomial. For example, x² + 6x can be rewritten as (x + 3)² - 9 by adding and subtracting 9. This technique helps prove relationships between expressions and solve quadratic equations.
These proof methods are essential tools in mathematics because they help us understand why mathematical rules work, not just how to use them. Proof by counter example teaches us to think critically by finding exceptions to rules. Proof by exhaustion shows us how to be thorough in checking all possibilities. Completing the square demonstrates how rearranging expressions can reveal hidden patterns and relationships. Together, these methods build a strong foundation for mathematical reasoning and problem-solving skills.