Simple Proof Methods
Fun class activities:
- Prove that if the integers $a$ and $b$ are each divisible by $d$, then $a + b$ is also divisible by $d$.
- Prove that if $m$ is a multiple of $4$, then $m^2$ is a multiple of $16$.
- Prove that if $m$ is a multiple of $4$, then $m$ is a multiple of $2$, too.
- Prove that $n^4 - n^2$ is even for all $n \in \mathbb{N}$ (hint: use a proof by cases: (1) $n$ is even, and (2) $n$ is odd.)
- Prove the triangle inequality: $|x + y| \le |x| + |y|$ for any $x, y \in \mathbb{R}$ (hint: use a proof by cases.)
- Prove that $|xy| = |x|\cdot|y|$ for any $x, y \in \mathbb{R}$ (hint: use a proof by cases.)
- Prove that $|x| = \sqrt{x^2}$ for any $x \in \mathbb{R}$ (hint: use a proof by cases.)
We have two more proof methods to cover before finishing Topic 3: proof by contradiction and proof by contrapositive.