Example
Prove that the difference of two consecutive squares between 30 and 100 is odd
- The squares between 30 and 100 are 36, 49, 64 and 81 1.1. Case 1: which is odd 1.2. Case 2: which is odd 1.3. Case 3: which is odd
- Therefore, the difference of two consecutive squares between 30 and 100 is odd
Note
- Also known as proof by cases, or proof by brute force
- This is suitable when the number of cases is finite