Proof Techniques Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Name four proof techniques, give a one-sentence description of each, and identify which is best suited to prove: 'For all n1n \ge 1, 3(n3n)3 \mid (n^3 - n).'

Solution

  1. 1
    1. Direct proof: assume the hypothesis and derive the conclusion by logical steps.
  2. 2
    2. Proof by contradiction: assume the negation of the goal and derive a contradiction.
  3. 3
    3. Proof by contrapositive: prove ¬q¬p\neg q \Rightarrow \neg p instead of pqp \Rightarrow q.
  4. 4
    4. Mathematical induction: prove a base case and an inductive step for statements indexed by N\mathbb{N}.
  5. 5
    Best technique for 3(n3n)3 \mid (n^3-n): direct proof. Factor: n3n=n(n1)(n+1)n^3-n = n(n-1)(n+1) — three consecutive integers, so one is divisible by 3. Done.

Answer

n3n=n(n1)(n+1); direct proof via consecutive integers works bestn^3-n=n(n-1)(n+1);\text{ direct proof via consecutive integers works best}
Knowing multiple proof techniques and choosing the most efficient one for a given claim is a key mathematical skill. Factoring n3nn^3-n reveals the consecutive-integer structure, making a direct proof immediate.

About Proof Techniques

Proof techniques are standard strategies for establishing mathematical claims under different structures.

Learn more about Proof Techniques →

More Proof Techniques Examples