Logo
Published on

Contradiction with a + b <= 5

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Prove by contradiction that if a,ba, b are integers and a+b5a + b \leq 5, then a2a \leq 2 or b2b \leq 2.


Hints

Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.


Solutions

Proof by Contradiction

Step 1: Assume the negation of the conclusion

We want to prove: If a+b5a + b \leq 5, then a2a \leq 2 or b2b \leq 2.

Assume the conclusion is false. The negation of ``a2a \leq 2 or b2b \leq 2'' is:

a>2ANDb>2a > 2 \quad \text{AND} \quad b > 2

Step 2: Apply the integer constraint

Since aa and bb are integers with a>2a > 2 and b>2b > 2, we must have:

a3andb3a \geq 3 \quad \text{and} \quad b \geq 3

(The smallest integer greater than 2 is 3.)

Step 3: Derive a contradiction

Adding these inequalities:

a+b3+3a+b6\begin{aligned} a + b &\geq 3 + 3 \\ a + b &\geq 6 \end{aligned}

But this contradicts our hypothesis that a+b5a + b \leq 5.

We cannot have both a+b6a + b \geq 6 and a+b5a + b \leq 5 simultaneously.

Conclusion

Since assuming the negation of the conclusion leads to a contradiction, the conclusion must be true.

Therefore, if a,ba, b are integers with a+b5a + b \leq 5, then a2a \leq 2 or b2b \leq 2.

\hfill \square


Takeaways

  • **Negating Or'' Statements:** The negation of PP or QQ'' is ``not PP AND not QQ''
  • Integer Constraints: For integers, a>2a > 2 implies a3a \geq 3 (no integers strictly between 2 and 3)
  • Contradiction Structure: Derive statement that directly contradicts a hypothesis (here: a+b6a+b \geq 6 vs a+b5a+b \leq 5)
  • Logical Form: Statement has form (P    QR)(P \implies Q \lor R); negate conclusion to get ¬Q¬R\neg Q \land \neg R

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills:


Connect with me

If you're eager for more HSC Maths insights, be sure to check out my GitHub. For deeper dives and regular tips, join my Substack. Let's tackle these challenging math problems together! You can also catch my daily math content on Website - Vu's Maths Hub.