Lecture 10 - Exercises
Part A - Direct Proof
Use direct proof to prove each of the following statements.
- Suppose \(x, y \in \mathbb{Z}\). If
\(x\) is even, then \(xy\) is even.
- Suppose \(a\), \(b\) and \(c\) are integers. If \(a|b\) and \(a|c\), then \(a|(b+c)\).
Part B - Cases
Use direct proof to prove each of the following statments.
- If two integers have the same parity, then their sum is even.
- If two integers have opposite parity, then their sum is odd.
Part C - More
- Let \(x\) and \(y\) be positive numbers. If \(x \le y\), then \(\sqrt{x} \le \sqrt{y}\).
- Any odd number is the difference of two squares. (For example, \(7 = 4^2 - 3^2\).)