Test Flight Problem Set
1. Say whether the following is true or false and support your answer by a proof
Answer: The statement is false. There do not exist natural numbers
Proof:
Assume for contradiction that
Let
Suppose
. .
For
Testing
(invalid).
For
(invalid).
No valid
2. Say whether the following is true or false and support your answer by a proof: The sum of any five consecutive integers is divisible by 5 (without remainder).
Answer: The statement is true.
Proof by Induction:
Base Case (
Inductive Hypothesis: Assume that for some integer
Inductive Step (
Conclusion: By induction, the sum of any five consecutive integers is divisible by
3. For any integer n, consider the expression
Answer: The statement is true.
Proof by Induction (for non-negative integers
- Base Case:
: - Inductive Step: Assume
is odd for some integer . For : By hypothesis, is odd, and is even.
Odd + Even = Odd, sois odd.
By induction, the statement holds for all. For negative integers, parity (even/odd) is preserved, so the case analysis above suffices.
Conclusion: The statement is true for all integers
4. Prove that every odd natural number is of one of the forms 4n + 1 or 4n + 3, where n is an integer.
Proof: We aim to show that every odd natural number is of one of the forms
By the Division Algorithm (or Remainder Theorem), for any integer a and a positive integer b = 4, there exist unique integers q and r such that:
Here, r is the remainder when a is divided by 4, and r can take one of the values 0, 1, 2, or 3.
Now, consider the possible cases for r:
Case r = 0:
This is an even number because it is divisible by 2.Case r = 1:
This is an odd number because it is not divisible by 2.Case r = 2:
This is an even number because it is divisible by 2.Case r = 3:
This is an odd number because it is not divisible by 2.
Since a is an odd natural number, it cannot be of the form
Letting n = q, we conclude that every odd natural number is of one of the forms
QED
5. Prove that for any integer n, at least one of the integers n, n + 2, n + 4 is divisible by 3.
Proof: We aim to prove that for any integer n, at least one of the integers n, n+2, or n+4 is divisible by 3.
By the Division Algorithm, any integer n can be expressed as:
- If
, then n is divisible by 3. - If
, then: so n+2 is divisible by 3. - If
, then: so n+4 is divisible by 3.
In each case, at least one of the integers n, n+2, or n+4 is divisible by 3.
Conclusion: For any integer n, at least one of the integers n, n+2, or n+4 is divisible by 3.
QED
6. A classic unsolved problem in number theory asks if there are infinitely many pairs of ‘twin primes’, pairs of primes separated by 2, such as 3 and 5, 11 and 13, or 71 and 73. Prove that the only prime triple (i.e. three primes, each 2 from the next) is 3, 5, 7.
Proof: Assume, for contradiction, that there exists an integer n>3 such that n, n + 2, and n+4 are all prime.
For any integer n, it must satisfy one of the following modulo 3:
Analyzing each case:
- If
, then n is divisible by 3. - If
, then , so n + 2 is divisible by 3. - If
, then , so n + 4 is divisible by 3.
Thus, one of n, n + 2, or n+4 must be divisible by 3. Since n>3, this number would be greater than 3 and therefore composite (as primes divisible by 3 must equal 3). This contradicts the assumption that all three numbers are prime.
Hence, no such n>3 exists. The only valid prime triple is (3, 5, 7).
QED
7. Prove that for any natural number,
Proof by Mathematical Induction:
We aim to prove that for any natural number n:
For n = 1:
Thus, the formula holds for n = 1.
Assume that the formula holds for some arbitrary k:
We need to show that the formula holds for k + 1, i.e.,
Using the inductive hypothesis:
Simplifying:
Conclusion
By the principle of mathematical induction, the formula
QED
8. Prove (from the definition of a limit of a sequence) that if the sequence
Proof:
Using the definition of a limit, we will show that if
By the definition of convergence, for every
To prove
Factor out
Let
From the assumption, there exists
Multiply both sides by
Thus, for
For any fixed
QED
9. Given an infinite collection
Proof: We consider the sequence of nested open intervals:
We need to show that
Since
Since
By definition,
For any
Taking the limit as
Thus,
The given sequence of intervals satisfies the required conditions, proving that their intersection is empty.
10. Give an example of a family of intervals
Proof: Consider the sequence of closed intervals:
We first verify that
so every element in
Now, we compute the intersection:
For any
Taking the limit as
Thus,
This proves that the intersection consists of the single real number 0.