Section 1
Section 1
M2403-CALCULUS IIA
ACADEMIC YEAR 2020/2021
1
is also true.
[2] False, because if one takes a counter example, n = 5, clearly 5 is odd, but
5−1 4
= is not odd.
5 5
Observe that in this proof we have found such integers m and n which makes our
statement to be true.
B. Method of Exhaustion
In this method of direct proof we pick elements one by one in a set D and prove our
statement for such an x.
Example:
• Prove that ∀n ∈ Z, if n is even and 4 ≤ n ≤ 12, then n can be written as a sum of
two prime numbers.
2
• Proof:
For all even elements of the set D = [4, 12], then
4 = 2 + 2, 6 = 3 + 3, 8 = 5 + 3, 10 = 5 + 5, 12 = 5 + 7
Thus, by method of exhaustion our statement is true.
C. Proving the statement
In this method of direct proof, we assume that p is true and proceed through a sequence
of logical steps to arrive at a conclusion that q is also true (this is if it’s difficult to
exhaust the elements of D)
Examples:
[1] Prove that if n is an odd integer, then n2 is also odd.
Proof:
We identify the assumption and conclusion as : p ≡ n is odd, q ≡ n2 is odd.
Required to prove p =⇒ q.
Now, assume that p is true, i.e n is odd, meaning n = 2k + 1, k ∈ Z.
So,
n2 = (2k + 1)2 , substitute n
2
= 4k + 4k + 1, expanding brackets
2
= 2(2k + 2k) + 1, factoring 2
= 2m + 1, where m = 2k 2 + 2k ∈ Z
Thus, n2 is odd.
Hence, if n is odd, then n2 is odd.
[2] Prove that if n is any even integer, then (−1)n = 1.
Proof:
Assume that n is any even integer, say, n = 2k, k ∈ Z.
Now,
(−1)n = (−1)2k , substitute n
2 k
= ((−1) ) , since (a)nm = (an )m
= (1)k = 1, since (−1)2 = 1 and 1 raised to anything is 1
Thus, if n is any even integer, then (−1)n = 1.
A. Contrapositive Method
In logic, p =⇒ q is equivalent to qq =⇒ qp as they have same truth values. So,
in this method of proof, we prove the contrapositive qq =⇒ qp using a direct proof
method if its difficult to prove p =⇒ q and then conclude that p =⇒ q is true if
qq =⇒ qp is true.
Example:
[1] Show that if 3n is an odd integer, then n is an odd integer.
Proof:
We shall show the contrapositive
3
• if n is even integer, then 3n is an even integer.
To that end, assume that n is even integer. Then n = 2k for some integer k.
Therefore,
3n = 3(2k), substitute n
= 2(3k), by commutative and associative properties of numbers
= 2p, where p = 3k ∈ Z
4
no common factor other than 1). Then squaring both sides, we have that
p2
=2
q2
⇔ p2 = 2q 2
Hence, p2 is even. By example [2] under contrapositive method, we have that p is
even.
Hence, we can express p = 2k, k ∈ Z.
So,
2q 2 = p2
= (2k)2
= 4k 2
and, consequently,
q 2 = 2k
This implies q 2 is even and so, again q is even.
Hence, p and q are both even, contradicting the assumption that p and q have no
factors in common.
√
Therefore, 2 is not in the form pq , with p, q ∈ Z.
√
Hence, 2 is irrational.
Another method of proof which is used to prove open statement S(n), when n is a natural
number is called mathematical induction which is outlined as follows:
1. Step 1: Prove that S(n) is true for smallest n, say m.
2. Step 2: Assume that the statement S(n) is true for another variable or number
n = k ≥ m.
3. Step 3: Then prove that the statement S(n) is true for n = k + 1.
4. Conclusion: If S(m) is true and S(k + 1) is true when S(k) is true, then S(n) is
true ∀n ∈ Z.
Examples:
n(n+1)
[1] Prove that the sum of the first n natural numbers is 2
.
n(n+1)
Proof: We are required to prove that 1 + 2 + · · · + n = 2
. Let the given statement
be S(n).
Step 1: Take n = 1. Then
LHS of S(1) : we have that n = 1
1(1 + 1) 2
RHS of S(1) : = =1
2 2
Thus, the statement S(1) is true since LHS = RHS.
Step 2 (Induction hypothesis):
Suppose that S(n) is true for n = k ≥ 1. That is
k(k + 1)
1 + 2 + ··· + k = .
2
5
Step 3:
We claim that S(n) is true for n = k + 1. That is
(k + 1)((k + 1) + 1)
1 + 2 + · · · + k + (k + 1) =
2
(k + 1)(k + 2)
=
2
22×0 − 1 = 1 − 1
= 0,
6
2 Formal definition of a limit ( − δ definition)
The statement
lim f (x) = L
x→c
Note: In general, δ depends on (i.e assume some > 0 and then find δ > 0). It also
means ∀x ∈ (c − δ, c + δ), ∃f (x) ∈ (L − , L + ).
Examples:
(a) Show that lim 2x + 4 = 10
x→3
Solution:
Step 1: Preliminary analysis of the problem (guessing value of δ). Let > 0 be
given. We want to find δ > 0 such that
lim 2x + 4 = 10.
x→3
Proof:
7
Step 1: Preliminary analysis of the problem (guessing value of δ). Let > 0 be
given. We want to find δ > 0 such that
0 < |x − 2| < δ =⇒ |x2 − 4| < .
Now, considering -inequality,
|(x2 − 4| <
=⇒ |(x − 2)(x + 2)| <
=⇒ |x + 2||x − 2| <
Notice that if we can find a positive constant C such that |x + 2| < C, then
|x + 2||x − 2| < C|x − 2|
and we can make C|x − 2| < by taking |x − 2| < C
= δ.
1<x<3
=⇒ 2 < x + 2 < 5, add 2 throughout
=⇒ |x + 2| < 5.
Thus, C = 5 is a suitable choice for the constant.
But now there are two restrictions on |x − 2|, namely
|x − 2| < 1 and |x − 2| < = .
C 5
To make sure that both of these inequalities are satisfied, we take δ to be smaller
of the two numbers 1 and 5 . The notation for this is δ = min{1, 5 }.
|x2 − 4| = |x + 2||x − 2|
< 5|x − 2|, since |x + 2| < 5
<5 = .
5
This shows that
lim x2 = 4.
x→2
8
2.1 Definition of Left-Hand limit
lim f (x) = L
x→c−
Notice that Definition 2.1 is the same as Definition 2 except that x is restricted
to lie in the left half (c − δ, c) of the interval (c − δ, c + δ). In Definition 2.2, x is
restricted to lie in the right half (c, c + δ) of the interval (c − δ, c + δ).